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 Overview code sample #805

Closed martriay closed 8 months ago

martriay commented 8 months ago

Currently the code sample shown in the docsite's landing is an Account contract, which is not the fanciest one. It's a rather complex component since it requires embedding several impls and it depends on another component (SRC5).

I propose changing it for an ERC20 token contract code sample which is easier and arguably more useful/demanded than an Account one.