Guides
Client SDK & React Hooks
Build your own webapp on your LaWallet instance with @lawallet/sdk and @lawallet/sdk/react.
The SDK is real and lives in the monorepo: @lawallet/sdk (typed,
framework-free client — nostr-first NIP-98 auth, lightning-address
registration with payment, remote wallets/NWC, LUD-16, SSE) and
@lawallet/sdk/react (provider + hooks built on it).
The full documentation moved to its own section:
- SDK Overview — install, quickstart, endpoint coverage
- Authentication — signers and Nostr-signed requests
- React Hooks — the provider and every hook, with examples
- Registration Flow — the flagship onboarding + payment guide
- NWC & Routing — remote wallets and address modes
For a complete working app, see
example-onboarding
in the repository.