public-awesome / cw-nfts

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

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

Closed iricehasan closed 5 months ago

iricehasan commented 5 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.