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

nervosnetwork/muta-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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