Overview - For Auth Providers
Turn every app using your SDK into an embeddable component for Interspace-integrated wallets and platforms.
Integration Benefits
- Ecosystem Growth Client apps become instantly available to all Interspace partner wallets
- Zero Client Changes Add Interspace connector at SDK layer - no app modifications needed
- Universal Compatibility Works with any partner wallet - making it easy to integrate apps with a few lines of code
How It Works
Below is a simplified flow describing how an app (built with your auth SDK) interacts with a user's wallet through Interspace.
Example
-
A wallet infrastructure provider (let's call this CoinPace Wallet) uses Interspace SDK to add "App X" into their explore page. App X is built with your authentication SDK.
-
Users click App X within CoinPace Wallet's interface. The app loads in an iframe.
-
Your Authentication SDK automatically injects Interspace's connector to App X at initial page load.
-
Interspace's iframe middleware facilitates sharing user's account with the app and automatically connects to it with SIWE (Sign in with Ethereum)
-
When transactions occur:
- App X constructs transaction data
- Interspace relays payload to CoinPace Wallet
- User approves/declines in native wallet UI
- Result propagates back to the app
End Result
- The app is fully functional automatically connected to the user's wallet/account
- Transactions signatures chain switching etc. flow through Interspace's secure layer