If a user has just spun up the sandbox and cli and wants to play with our example contracts. How do they know what functions to call with what parameters? It would be great if the cli had a command to produce a human-friendly digest of the abi:
transfer(recipient: field, amount: field)
getBalance(owner: field)
If a user has just spun up the sandbox and cli and wants to play with our example contracts. How do they know what functions to call with what parameters? It would be great if the cli had a command to produce a human-friendly digest of the abi: