OpenZeppelin / cairo-contracts

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

Update openzeppelin wizard code to latest cairo syntax #798

Closed Nonnyjoe closed 8 months ago

Nonnyjoe commented 8 months ago

The current Openzeppelin wizard generates cairo contracts using the old cairo syntax, and this might be an issue for new cairo developers who do not understand the previous cairo syntax. It'll be nice to update it to the latest cairo syntax.

martriay commented 8 months ago

Thanks, this was planned already. Closing as duplicate of https://github.com/OpenZeppelin/cairo-contracts/issues/747.