- use
npm icommand 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.
- 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.