shazow / whatsabi

Extract the ABI (and resolve proxies, and get other metadata) from Ethereum bytecode, even without source code.
https://shazow.github.io/whatsabi/
MIT License
1.04k stars 71 forks source link

Add cli tool to package #28

Open nzhl opened 1 year ago

nzhl commented 1 year ago

Thx for creating such an incredibly useful tool. I'm hoping if it's possible to have a command line version?

shazow commented 1 year ago

I have a couple helpers I use here: https://github.com/shazow/whatsabi/tree/main/src.ts/bin

But nothing that installs with npm. Any specific requirements for how you'd use a cli frontend?