Library Structure #39
ponderingdemocritus
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After reviewing OZ latest implementation of their Tokens they have made an interesting design choice with 'Library'. A Library is just a contract with no state that gets imported into the actual implementation.
I was thinking we should do a similar structure for the Modules
We can implement this for:
It is not a massive change but would keep the codebase drier
Have a look here:
https://github.com/OpenZeppelin/cairo-contracts
Beta Was this translation helpful? Give feedback.
All reactions