Skip to content

A CLI to create and import Bitcoin wallets on the testnet using the BIP39 Mnemonic. View balance and transactions of your wallet on the go with a click of a single command.

Notifications You must be signed in to change notification settings

vaibhav0806/BitWallet-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitWallet CLI

Before using :

  • use npm i command before using the commands
  • Blockcypher API Key has to be included in the .env file. Go to Blockcypher and create a new API Key if you don't already have one.

Operations :

  • Creating a wallet : node app create <walletName>
  • Import a wallet : node app import <walletName> <mnemonic>
  • Listing all wallets : node app list
  • Getting Bitcoin balance of wallet : node app balance <walletName>
  • Getting list of transactions of a wallet : node app transactions <walletName>
  • Getting an unused Bitcoin address of a wallet : node app generate-address <walletName>

Feel free to fork and update the repository as required.

Created by Me Github | LinkedIn

About

A CLI to create and import Bitcoin wallets on the testnet using the BIP39 Mnemonic. View balance and transactions of your wallet on the go with a click of a single command.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published