Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 843 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 843 Bytes

Muta Wallet

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.

Quick Start

git clone http://github.com/nervosnetwork/muta-wallet
cd muta-wallet
yarn
yarn run start

Features

  • 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

Development

  • nodejs >= 10
  • yarn