cairo-contracts icon indicating copy to clipboard operation
cairo-contracts copied to clipboard

Improve Mixins design to address intersections

Open ericnordelo opened this issue 10 months ago • 1 comments

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.

ericnordelo avatar Apr 02 '24 15:04 ericnordelo