Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 369 Bytes

File metadata and controls

7 lines (7 loc) · 369 Bytes

Bitcoin Wallet Functions:

  • Wallet creation: node app create <walletName>
  • Wallet import: node app import <walletName> <mnemonic>
  • Wallet listing: node app list
  • Check Bitcoin balance: node app balance <walletName>
  • View wallet transactions: node app transactions <walletName>
  • Generate unused Bitcoin address: node app generate-address <walletName>