protofire / eth-cli

CLI swiss army knife for Ethereum developers
https://www.npmjs.com/package/eth-cli
MIT License
239 stars 40 forks source link

Add `convert` command? #87

Closed fvictorio closed 5 years ago

fvictorio commented 5 years ago

I'm not sure about this one, but it might be nice. Something like:

$ eth convert 5gwei eth
0.000000005
$ eth convert 0.2eth wei
200000000000000000

Basically, https://etherconverter.online/ in the command line.