Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ No enclave redeploy needed for local development. The enclave service runs as a
# Auto-authenticates, creates an identity, saves config, starts daemon
pnpm --filter ./cli dev -- init \
--api-url http://127.0.0.1:4000 \
--ark-server https://server.arkade.fun
--ark-server https://arkade.computer
```

In test mode (no `TELEGRAM_BOT_TOKEN` set), authentication resolves automatically. In production, a Telegram deep link is shown for 2FA confirmation.
Expand Down Expand Up @@ -97,7 +97,7 @@ export CLW_API_URL=http://127.0.0.1:4000
export CLW_SESSION_TOKEN=<jwt>
export CLW_IDENTITY_ID=<uuid>
export CLW_PUBLIC_KEY=<hex>
export CLW_ARK_SERVER_URL=https://server.arkade.fun
export CLW_ARK_SERVER_URL=https://arkade.computer
```

## Testing
Expand Down Expand Up @@ -191,7 +191,7 @@ const bitcoin = await createClwBitcoinSkill({
sessionToken: session.token,
identityId: user.identityId,
publicKey: user.publicKey,
arkServerUrl: "https://server.arkade.fun",
arkServerUrl: "https://arkade.computer",
});

// Use it
Expand Down
Loading