WTFAcademy / WTF-Starknet

Education Platform to onboard developers to Starknet.
https://starknet.wtf.academy
60 stars 37 forks source link

ERC1155 Soulbound Token #40

Closed Pikkuherkko closed 1 year ago

Pikkuherkko commented 1 year ago

I created an ERC1155 Soulbound token as requested in issues. It's an implementation of OpenZeppelin's ERC1155MintableBurnable.cairo

safeTransferFrom and safeBatchTransferFrom functions are disabled. setApprovalForAll and burnBatch are removed. Built and tested with Protostar.

Let me know if something could be improved.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
wtf-starknet ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 14, 2023 at 10:27AM (UTC)
Darlington02 commented 1 year ago

Looks cool from my end, but let's wait to hear from @hasselalcala and @AmazingAng

hasselalcala commented 1 year ago

Hey! For me looks good too!