I Made a CLI That Talks to Any Smart Contract in Plain English
What if you could just ask a smart contract questions in plain English?
"What's the total supply?" → calls totalSupply() → "1,000,000 USDC"
"Who is the owner?" → calls owner() → "0x1234...abcd"
"How many holders are there?" → "This contract doesn't h...
pavelespitia.hashnode.dev3 min read