Someone built a Chrome wallet extension with WDK.
@base58_io open-sourced a browser extension starter kit — self-custodial, Chrome-compatible, with secure key management and transaction signing out of the box.
It's a ready-made template. Fork it and ship your own wallet
WDK by Tether: open-source, self-custodial toolkit for building advanced mobile and desktop wallet experiences.
Joined October 2025
- TRON is the chain where USD₮ moves the most. It's also where "you need TRX for gas" hurts the most. New blog post: Gasless Transactions in WDK with TRON. wdk.tether.io/blog/gasless-t…
- Your seed phrase should never exist in plaintext. WDK Secret Manager generates and encrypts it in one step: const { encryptedSeed } = await sm.generateAndEncrypt() No plaintext, ever. PBKDF2-SHA256 + libsodium under the hood. Call sm.dispose() when done, keys wiped from
- Most agentic wallet SDKs hold your keys. WDK doesn't. Here's what that actually means
- New community module: Orchestra by @flashnet is now available in WDK. BTC and stablecoin routes, directly from WDK wallet accounts.


