Until the next-generation Coinbase Wallet SDK is ready, Base Account SDK (
@base-org/account) is the current recommendation for interacting with Coinbase Wallet.Interactive Playground: Want to test the SDK functions before integrating?
Try our Base Pay SDK
Playground to experiment
with
pay() and getPaymentStatus() functions.1. Install the SDK (Optional)
You can use the Coinbase Wallet SDK in two ways:Option a: CDN (No Installation Required)
Just include the script tag in your HTML - no build tools needed!index.html
Option B: npm Package
If you prefer to install locally:index.html
2. Copy-Paste This HTML File
index.html
3. Serve the File
Any static server will work:Terminal
Next Steps
- Add Sign In With Base Button – implement full SIWE authentication with backend verification
- Add Base Pay Button – collect user information during payment flow