Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 457 Bytes

design.md

File metadata and controls

30 lines (25 loc) · 457 Bytes

Cypherock

All Database is Implemented in Better-Sqlite3 (File based database) development- ./bin/dev Wallet

Create Wallet

wallet createWallet -a "Wallet name"

Import Wallet
Take Input of Mnemonic in console by readline npm

wallet importWallet 

List Wallet

wallet listWallet

btcTransaction

wallet btcTransaction -a "wallet address"

btcBalance

wallet btcBalance -a "wallet address"