OpenZeppelin / contracts-wizard

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

Add Cairo compilation tests #361

Closed ericglau closed 2 months ago

ericglau commented 3 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 2 months ago

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