OpenZeppelin / cairo-contracts

OpenZeppelin Contracts written in Cairo for Starknet, a decentralized ZK Rollup
https://docs.openzeppelin.com/contracts-cairo
MIT License
797 stars 322 forks source link

Which version of OpenZeppelin is compatible with Cairo version 0.1? #1026

Closed malka8580 closed 4 days ago

malka8580 commented 4 days ago

According to the StarkNet-book, the compatible version of OpenZeppelin is 0.7. However, according to [OpenZeppelin's GitHub repository] (https://github.com/OpenZeppelin/cairo-contracts), the version is 0.14. Neither of these versions seems to work. What is the solution?