Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 473 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 473 Bytes

gosend

Simple cobra-based cli tool to send ethereum over rinkeby/mainnet (or ganache at localhost:8545).

Under the hood uses the github.com/ethereum/go-ethereum module.

Usage

Having INFURA_KEY and PRIVATE_KEY environment variables set, a simple:

gosend \
  --qty 0.042069 \
  --to $SOME_ADDRESS \
  --chain rinkeby

sends 0.042069 ethereum over rinkeby to $SOME_ADDRESS.

License

MIT