How to synchronize automatically `abi` and `impl for contract`?

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?

Apologies @fuel, but we currently don’t have anything available for implementation and ABI synchronization to automatically update it. I will talk to our tooling team about this as a potential feature! :slight_smile:

Also, it looks like a good hackathon project

2 Likes