Problem
The cairo-contracts skill mixes cairo language with cairo contract creation. It's lacking on the language part, and the contract creation can be contradictory when using Dojo, as it offers its own storage and event models.
Proposed solution
Split it into different skills...
cairo-language: basically the The Cairo Programming Language section of the Cairo Book
cairo-components: How components work, how to create and how to add them into existing contracts. As an addendum, adding OpenZeppelin component examples, like introspection, ownable, erc-20, erc-721.
cairo-contracts: Cairo contracts architecture, and how to create and interact with them.
cairo-contracts-dojo: Dojo contracts architecture, how it differs from native Cairo contracts, and how to create, deploy and interact with them. Link to the main Dojo skills repository for more information. (@kronosapiens could help)
Acceptance test
Notes / links
Problem
The cairo-contracts skill mixes cairo language with cairo contract creation. It's lacking on the language part, and the contract creation can be contradictory when using Dojo, as it offers its own storage and event models.
Proposed solution
Split it into different skills...
cairo-language: basically theThe Cairo Programming Languagesection of the Cairo Bookcairo-components: How components work, how to create and how to add them into existing contracts. As an addendum, adding OpenZeppelin component examples, like introspection, ownable, erc-20, erc-721.cairo-contracts: Cairo contracts architecture, and how to create and interact with them.cairo-contracts-dojo: Dojo contracts architecture, how it differs from native Cairo contracts, and how to create, deploy and interact with them. Link to the main Dojo skills repository for more information. (@kronosapiens could help)Acceptance test
Notes / links