简体   繁体   中英

How to Manage Multiple NFTS (ERC721) using just one contract

Most NFT code are more or like similar, so every time I want to create a new type/genre for an NFT I would have to upload a new Contract? Can't I just create just one contract with a property like edition/series/season/etc.. to manage every foreseen type is that possible or will it interfere with markets/rules or something.? Any Ideas how to manage a thing like that? Thanks

您可以使用 ERC1155 多代币标准来处理这个问题,它是一种可以在一次部署中管理可替代和不可替代代币的合约

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM