Walletfy command-line tools for wallet management.
npm install walletfy-cli -g
Run walletfy
to start the prompt.
walletfy
Getting balance:
walletfy -c bitcoin -a 34xp4vRoCGJym3xR7yCVPFHoCNxv4Twseo -g get-balance
Generating new address:
walletfy -c bitcoin -g generate-wallet
Getting coin symbol:
walletfy -c bitcoin -g get-symbol
Option | Description |
---|---|
-c, --coin | Coin name |
-a, --address | Address |
-g, --action | Action |