Global Wallet (Ecosystem SDK)
Openfort Global wallets integrate onboarding, authentication, payments, and recovery with no app or extension required. Projects use the Ecosystem SDK, a TypeScript library, to bootstrap the global wallet.
We have created a sample global wallet called Rapidfire ID to showcase the Ecosystem SDK to create a global wallet. To interact with it, developers install its SDK: NPM package directory: @rapidfire/id. Check out the GitHub repository for Rapidfire Wallet.
Try signing into your Rapidfire account:
Features
Feature | Status |
---|---|
Authentication | ✅ |
Third-party auth/signer support | ✅ |
Smart wallet infrastructure | ✅ |
Mobile Wallet Protocol compatible | ✅ |
Themes and customization | ✅ |
Get started
Check out these popular guides to get started.
Create your global wallet
Step by step guide to create your own wallet.
Wallet connectors
Using a global wallet with popular wallet connectors.
Integrate with wagmi app
Integrate a global wallet with Wagmi.
Using on any wallet provider
This will internally inject a Wallet instance into your Application via EIP-6963. Modern Wallet Connection libraries will automatically detect the injected instance.
Supported wallet connection libraries include:
Learn more on how to get started in the examples guide.