NethermindEth / StarknetByExample

A collection of examples of Cairo smart contracts for Starknet.
https://starknet-by-example.voyager.online/
MIT License
117 stars 85 forks source link

Feature: ERC721 NFT Contract #250

Open 0xNeshi opened 1 month ago

0xNeshi commented 1 month ago

Issue(s): Close #197

Description

Implement a simple ERC721 contract inspired by OZ's implementation.

Note: should replace non-maintained PR https://github.com/NethermindEth/StarknetByExample/pull/214

Checklist