Skip to content

Amatack/ecash-wallet-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eCash wallet CLI

eCash hdwallet:
hold and send eCash.
manage your balance from different addresses.
Select all the addresses you want to use for a single payment.

Installing eCash Wallet

git clone https://github.com/Amatack/ecash-wallet-cli.git
cd ./ecash-wallet-cli
npm install
hdwallet

Running Your First eCash Wallet from CLI

hdwallet start generate

Commands of general purpose

Usage: hdwallet [options] [command]  

eCash Wallet CLI v0.0.1  

Options:  
  -V, --version       output the version number  
  -a, --allAddresses  select all your Addresses to your action of the command  
  -h, --help          display help for command  

Commands:  
  start               Configure Mnemonic of your wallet.  
  add                 Add a new address to your wallet.  
  balance             Get your balance from your selected address.  
  totalAddresses      Total number of addresses generated and registered.  
  sendXec             send eCash from your selected address  
  help [command]      display help for command  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published