cli-blockstack
cli-blockstack copied to clipboard
Node.js CLI for Blockstack, built on blockstack.js
Before sending stacks to a new address, checking the balance shows 0 BTC and no entry for stacks. ``` Vanquish:blockstack.js larry$ blockstack-cli -t balance ST14DD6RT022ZCXE8PFGAJ4T7GMHW85ST3G9VK4T6 { "BTC": "0" } Vanquish:blockstack.js...
The example didn't work because of a typo in the url. The correct url is: http://publik.ykliao.com
Fixed a error caused when running the CLI (with no command)
Would be nice to have auto-completion for the few big shells (bash, fish, zsh). Previously tracked in https://github.com/blockstack/blockstack-core/issues/354
Make it so the CLI can update and transfer subdomains. Blocked on https://github.com/blockstack/subdomain-registrar/issues/15 and https://github.com/blockstack/subdomain-registrar/issues/13
Always good to have a deterministically replicatable build.
This tool got a lot more popular than I expected. It really belongs in the Blockstack organization. I was just keeping it here because up until recently I didn't know...
Now that transaction signing callbacks have landed in upstream blockstack.js, we can add support for Trezors and Ledgers.
Support legacy Python CLI wallets. Need a way to decode them and show their private keys.