zeta-chain / template

A smart contract template for ZetaChain for building omnichain and cross-chain messaging contracts
MIT License
135 stars 70 forks source link

Support foundry framework. #40

Open lukema95 opened 5 months ago

lukema95 commented 5 months ago

Foundry is popular now, it's very convenient to test and debug. Should we need to support it?

fadeev commented 5 months ago

Yes, I think it would be a great addition 👍

fadeev commented 3 months ago

I think we can add the foundry config based on this PR to the template, so all examples by default were foundry-compatible out of the box.