- External Marketplaces
- External DEX’s
- External Applications

You can see a demo of our cross-app embedded wallet connector here.
- The external app communicates with the wallet through the cross-app embedded wallet connector for Wagmi
- The connector uses a ProviderTransport to handle communication
- Messages are sent between the ProviderTransport and WalletTransport
- The Wallet component handles three main functionalities:
- User Authentication
- Transaction Signing
- Message Signing
Update Wallet Transport with your configuration
Pass in your ecosystem embedded wallet variables to the
.env file. Then simply build the wallet application with pnpm build and deploy to your preferred such as Cloudflare Pages with a publicly accessible URL.Example External Application Configuration
Now, we’ll configure an example external application where we pass in the wallet connector URL to wagmi.Navigate to the example application and install dependencies, specifically the sequence cross-app connector package Then update the environment variables with our project access key and the hosted wallet URL you deployed previously:
@sequence-wallet/cross-app-connector: