BibliothecaDAO / realms-contracts

Realms Monorepo for Ethereum contracts and Starknet contracts.
https://bibliothecadao.xyz/
MIT License
87 stars 33 forks source link

feat: Cairo 1 upgrade #275

Open ponderingdemocritus opened 1 year ago

ponderingdemocritus commented 1 year ago

Contracts should be upgraded to Cario 1 when possible.

This is not an urgent priority as we are testing right now with the current build. Discussions should be had around the optimal contract structure for Cairo 1 as it has more affordances than cairo 0.1

For Eternum I still believe our Module controller system is ideal over an ECS system. However, our Module controller system could be more generalized.

This would also be the optimal time to spin out our MC system into its own repo for external contributors. Being a monorepo makes it tricky for contributors.