Wallet administration, balances, and native escrow operations in one place. Contract commerce now lives in a dedicated route so the core wallet stays focused.
RPC and WebSocket endpoint configuration
Create/import wallets, manage account sets, and inspect balances before you move into escrow or commerce flows.
Create or import and persist multiple wallet profiles locally.
Select active wallet and manage stored profiles.
Create or import a wallet to begin.
Derive additional addresses and switch active account.
Select a wallet to view derived accounts.
Live balances with 10s polling and manual refresh.
Create/import wallet and derive at least one account.
Direct escrow tooling remains here for protocol-level testing and manual flows, while commerce uses the dedicated route.
Create native escrow contracts (2-of-2 or 2-of-3).
Seller must be selected from known wallet addresses to avoid payout mismatch.
Track open escrows, inspect status, and run actions.
Create a new escrow or track an existing id.
Live feed from `escrow_events` WebSocket topic.
Create, fund, release, refund, dispute, or resolve an escrow to see live events.