public-awesome / cw-nfts

Examples and helpers to build NFT contracts on CosmWasm
Apache License 2.0
188 stars 180 forks source link

Add: cw721-non-transferable-with-metadata-onchain #154

Open iricehasan opened 7 months ago

iricehasan commented 7 months ago

This is a Non-Transferable NFT implementation by extending cw721-base and using cw_ownable to have a simpler schema.rs which is more complex in cw721-non-transferable.