The MultiversX snap allows to do basics operations :
- Get the public wallet address
- Sign a message
- Sign transactions
- Sign an authentication token
- MetaMask Flask
⚠️ You cannot have other versions of MetaMask installed
- Nodejs
16
. We strongly recommend you install via NVM to avoid incompatibility issues between different node projects.- Once installed, you should also install Yarn with
npm i -g yarn
to make working with this repository easiest.
- Once installed, you should also install Yarn with
yarn start The website is available at http://localhost:8000/
#A more complexe implementation is available in this repo : https://github.com/Mer0ps/mx-template-dapp
This project is dual-licensed under Apache 2.0 and MIT terms:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)