Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement base NFT contract #44

Closed
ethanfrey opened this issue Aug 13, 2020 · 0 comments · Fixed by #97
Closed

Implement base NFT contract #44

ethanfrey opened this issue Aug 13, 2020 · 0 comments · Fixed by #97
Assignees
Milestone

Comments

@ethanfrey
Copy link
Member

ethanfrey commented Aug 13, 2020

Builds on #43

Implement a simple contract that implements the NFT spec (like cw20-base does). This is means to be used stand-alone or further customized.

Not not implement enumeration, or at least enumeration by owner, as that requires secondary indexes to do cleanly: CosmWasm/cosmwasm#468

@ethanfrey ethanfrey added this to To do in Contract development via automation Aug 13, 2020
@ethanfrey ethanfrey added this to the NFT milestone Sep 10, 2020
@ethanfrey ethanfrey moved this from To do to In progress in Contract development Sep 25, 2020
@ethanfrey ethanfrey self-assigned this Sep 25, 2020
Contract development automation moved this from In progress to Done Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant