blockchain-cli

Interact with blockchain networks from the command line.

cargomacoslinuxwindows
Try with needOr install directly
Source

About

An interface for interacting with a blockchain.

Commands

blockchain-cli

Examples

check account balance on blockchain$ blockchain-cli balance --address 0x1234567890abcdef
send cryptocurrency to another wallet$ blockchain-cli transfer --to 0xabcdef1234567890 --amount 1.5
view transaction history for an address$ blockchain-cli transactions --address 0x1234567890abcdef --limit 10
get current blockchain network status$ blockchain-cli status --network mainnet
deploy smart contract to blockchain$ blockchain-cli deploy --contract mycontract.sol --network testnet