public-awesome / cw-nfts

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

feat: add cw721-non-transferable contract #85

Closed eliseoci closed 1 year ago

eliseoci commented 1 year ago

This PR includes a contract for implementing non-transferable (aka soulbound) NFTs.

eliseoci commented 1 year ago

Thanks for the great feedback @larry0x! I've addressed your comments. Lmk if it looks good to you.

On another topic, I've mistakenly opened the PR from my fork's main branch instead of the feature one. I can open a new PR and close this one to not have those annoying merge pull request commits in the log history, if you prefer.

larry0x commented 1 year ago

I can open a new PR and close this one to not have those annoying merge pull request commits

I would just squash-merge