Skip to content

Ayush0054/bitcoin-wallet-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitcoin cli script

Tech Stack

  • nodejs , commander , blockcyper api, bip 39, bip 32, bitcoinjs-lib

Instructions for using locally

- Fork this repository
- install all required libraries by 'npm install' inside folder
- make .env file and paste this "BLOCKCYPHER_API_KEY=" with token from https://www.blockcypher.com/
- run 'node index.js' to get all commands
-  example to run an command:run 'node index.js create walletname' to create a new wallet

Scripts:

 

Commands Description
create walletname Create a new BIP39 wallet.
import walletName "mnemonic" Import a wallet using a BIP39 mnemonic.
list List all wallets.
balance walletName Get Bitcoin balance of a wallet.
addrs walletName Get all addresses of a wallet.
transaction walletName Get transactions of a wallet.
unused-address walletName Generate an unused Bitcoin address for a wallet.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published