cairo-contracts
cairo-contracts copied to clipboard
Improve Mixins design to address intersections
Currently, we have some functions repeated among mixins (ex: supports_interface) that don't allow us to use them in the same preset (ERC721 with AccessControl for example).
We should design how to address these cases in Wizard and the library.