This Snap allows MetaMask users to interact with the Neo blockchain.
Since this is a beta version, you need MetaMask Flask. You cannot have other versions of MetaMask installed. For apps to be able to connect to Flask, you will need to disable MetaMask and any other wallets that might be overriding the window.ethereum
object.
The Snap can be installed by visiting https://vitalwallet.xyz/.
Docs: TODO
-
⚠️ You cannot have other versions of MetaMask installed
yarn
yarn workspace @vital-wallet/neo-snap-wallet-adapter build:dev
yarn workspace @vital-wallet/neo-snap start
- Snap server: http://localhost:8080/
yarn workspace wallet-site dev
- Wallet Site dapp: http://localhost:8000/
yarn
yarn workspace @vital-wallet/neo-snap-wallet-adapter build
yarn workspace wallet-site build
yarn workspace wallet-site start