Skip to content

Overview - For Auth Providers

Make your ecosystem apps instantly embeddable

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

  1. 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.

  2. Users click App X within CoinPace Wallet's interface. The app loads in an iframe.

  3. Your Authentication SDK automatically injects Interspace's connector to App X at initial page load.

  4. Interspace's iframe middleware facilitates sharing user's account with the app and automatically connects to it with SIWE (Sign in with Ethereum)

  5. When transactions occur:

    1. App X constructs transaction data
    2. Interspace relays payload to CoinPace Wallet
    3. User approves/declines in native wallet UI
    4. 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

Flow Diagram

Interspace Sequence Diagram