/BitWallet-CLI

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.

Primary LanguageJavaScript

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