A simple HD Wallet for Muta
The wallet is at a very early stage, more may be used for development and debugging with Muta.
The online version is available now. Since the online version deployed on github pages with HTTPS, so we need a HTTPS GraphQL endpoint when we try the wallet online. Or clone it to local run with HTTP server.
git clone http://github.com/nervosnetwork/muta-wallet
cd muta-wallet
yarn
yarn run start
- Custom network configuration
- Import mnemonic
- Import private key
- Send transfer transaction
- Export mnemonic and private key
- Call contract
- Support User Define Token
- And more user friendly
- nodejs >= 10
- yarn