Interact with blockchain networks from the command line.
An interface for interacting with a blockchain.
blockchain-cli$ blockchain-cli balance --address 0x1234567890abcdef$ blockchain-cli transfer --to 0xabcdef1234567890 --amount 1.5$ blockchain-cli transactions --address 0x1234567890abcdef --limit 10$ blockchain-cli status --network mainnet$ blockchain-cli deploy --contract mycontract.sol --network testnet