public-awesome / cw-nfts

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

Make a template for starting a new basic cw721 project #118

Closed JakeHartnell closed 3 months ago

JakeHartnell commented 1 year ago

Should work similar to: https://github.com/CosmWasm/cw-template

Contract would be a simple one with no extensions.

taitruong commented 3 months ago

Done in #161 by moving all logic with default implementations into cw721 package