You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,15 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
6
6
7
7
Tutorial code for [Dash Platform](https://docs.dash.org/platform) demonstrating how to interact with the Dash network using `@dashevo/evo-sdk`. Covers identities, DPNS names, data contracts, and documents.
8
8
9
+
### Getting started
10
+
11
+
Users need a funded identity before running write tutorials. Two paths:
12
+
13
+
1.**Standard** — `node create-wallet.mjs` (generates mnemonic + faucet URL) → fund via the printed URL → `node 1-Identities-and-Names/identity-register.mjs`
14
+
2.**Fast** — Use [Dash Bridge](https://bridge.thepasta.org/) to create a wallet and register an identity in one step, then set `PLATFORM_MNEMONIC` in `.env`
15
+
16
+
Run `node view-wallet.mjs` to confirm the identity is found before proceeding.
0 commit comments