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

Use `ByteArray` to represent strings #817

Closed martriay closed 4 months ago

martriay commented 8 months ago

Most notably in ERC20, ERC721, and ERC1155.

⚠️ Warning: Still not supported in Starknet.

thannvn commented 5 months ago

Hello, when will this feature be merged?

martriay commented 5 months ago

We expect this to be merged within 1 to 3 weeks, what do you need it for? What are you building?

thannvn commented 5 months ago

We expect this to be merged within 1 to 3 weeks, what do you need it for? What are you building?

Thank you, I will wait to use it. I am building dapp for NFT on Starknet.