Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.38 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.38 KB

MultiversX Webview testing app

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.

How it works

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.

How to use it

  1. Go to multiversx-apps-hub-testing.netlify.app
  2. 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
  3. The app will be loaded into the iframe, and it will be connected already
  4. Sign transactions

Development (local run)

  1. Git clone the repository
  2. npm install
  3. cp .env.example .env.local
  4. npm run dev

Built with

  • MultiversX JS SDKs
  • useElven.com