OpenZeppelin / contracts-wizard

Interactive smart contract generator based on OpenZeppelin Contracts.
https://wizard.openzeppelin.com
MIT License
248 stars 137 forks source link

Add Cairo compilation tests #361

Closed ericglau closed 4 months ago

ericglau commented 5 months ago

Fixes #160

This generates source code for all possible combinations of Cairo contracts and features, and adds a workflow to compile them.

ericglau commented 4 months ago

Cairo compilation failures should be addressed in https://github.com/OpenZeppelin/contracts-wizard/pull/369, so this is fine to merge.