Build a fully custom Ecosystem Wallet using the Wallet Development Kit on top of Sequence infrastructure. Self-host critical components if needed.
@0xsequence/wallet-wdk
Area | You build | Sequence provides |
---|---|---|
UI/UX | Wallet screens, flows, routing, theming | Reference components and SDKs |
Auth and sessions | Choose login UX, wire flows | Identity Instrument (session attestations), Smart Sessions model |
Transactions | App-specific flows and UX | Transaction API for relaying and sponsorship |
Data | Custom views and analytics | Indexer for balances, NFTs, events, prices |
Node access | Optional custom providers | Blockchain RPC via Node Gateway |
Backend | Optional business logic | Sidekick for secure server-side endpoints |
Install and plan hosting
pnpm add @0xsequence/wallet-wdk
. Decide which components you will self-host (e.g., UI, Identity Instrument) versus use hosted.Configure ecosystem metadata
Wire identity and sessions
Connect services
Test and ship