WTFAcademy / WTF-Starknet

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

[todo] erc1155 sbt contract on starknet #37

Open AmazingAng opened 1 year ago

AmazingAng commented 1 year ago

Certificates in wtf academy is represented by erc1155 soulbound tokens. We need to create a starknet contract for this purpose.

Pikkuherkko commented 1 year ago

Hi, what about access design? Can be minted by "anyone" or by owner to user? btw I already messaged on tg about this task

AmazingAng commented 1 year ago

Hi, what about access design? Can be minted by "anyone" or by owner to user? btw I already messaged on tg about this task

Whitelist mint with a signature check, and the private key of the signer is stored on a centralized server.