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

Auto-Generate abis from a github url folder and expose them through repl #124

Open nicosampler opened 4 years ago

nicosampler commented 4 years ago

I think it would be awesome if eth-cli provides a functionality to receive a github url to the "contracts folder" and auto-generate the abis for the contracts in that url. Then it will expose those abis to be used in repl mode, as the ERC20 does.

It would save a lot of time when you need to interact with a contract that you do not own.