How to synchronize automatically abi
and impl for contract
?
Hi guys, in continuation of this topic How to properly export a contract abi to reuse it in another contract? - #2 by calldelegation I have a question
I did everything as @calldelegation said it is really more convenient than my previous approach.
But now if I want to add a new function to abi or change an old one, I have to search for the abi folder in a rather large project.
Can you please tell me if you have some utility or something that would synchronize the abi
in interface.sw
and impl MyContract for Contract
so that I don’t have to do it manually?