Skip to content

piotrostr/gosend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

send ethereum from cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages