WDK Core
Register wallet, protocol, middleware, and transaction policy modules through the WDK core runtime.
WDK Core is the main runtime for registering and managing wallet, protocol, middleware, and transaction policy modules through one interface.
Use WDK Core to:
- Register wallet managers for the chains your app supports.
- Attach swap, bridge, lending, fiat, and swidge protocol providers to accounts.
- Decorate accounts with middleware before they reach the application.
- Register local transaction policies that allow, deny, or simulate write operations before they execute.
Next Steps
Node.js Quickstart
Get started with WDK in a Node.js environment
WDK Core Configuration
Get started with WDK's configuration
WDK Core API
Get started with WDK's API
WDK Core Usage
Get started with WDK's usage
Seed Lifecycle & Disposal
Learn what dispose() clears and how to clean up app-owned seed buffers.
Transaction Policies
Allow, deny, and simulate local write operations before execution