An app designed to test the integration of the MultiversX xPortal Discovery directory and Web Wallet Hub using the webview provider.
It should work with apps built with:
This is only for testing on the devnet, connect apps, you know. There is no restriction on loaded domains.
The app simulates the MultiversX Web Wallet Hub and xPortal Discover by attaching the accessToken. It uses MultiversX webview provider. Once loaded, the app will automatically connect, allowing you to sign transactions via the wrapper app. You can utilize xPortal, Ledger, and browser extension. Without 2FA (guardian) redirects.
- Go to multiversx-apps-hub-testing.netlify.app
- Enter the URL of an app that is built with sdk-dapp, useElven at least v0.20.0 or elven.js at least v0.19.0
- The app will be loaded into the iframe, and it will be connected already
- Sign transactions
- Git clone the repository
npm install
cp .env.example .env.local
npm run dev
- MultiversX JS SDKs
- useElven.com