blockchain-cli

CLI tool for interacting with blockchain networks and smart contracts

cargomacoslinuxwindows
Try with needOr install directly
Source

About

An interface for interacting with a blockchain.

Commands

blockchain-cli

Examples

Connect to a blockchain network and check account balance$ blockchain-cli account balance --address 0x1234567890abcdef
Deploy a smart contract to the blockchain$ blockchain-cli contract deploy --file mycontract.sol --network mainnet
Query transaction details from the blockchain$ blockchain-cli transaction info --hash 0xabcdef1234567890