-
Notifications
You must be signed in to change notification settings - Fork 179
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
Add cw721-receiver contract #144
Add cw721-receiver contract #144
Conversation
This is really helpful! Have had to make similar contracts to this myself... maybe we need a |
I think having a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cute little contract.
P.s, need CI fix.
I applied @Art3miX's feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Just rename it to |
Can someone merge? I don't have write access here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing! This will be really useful.
This implements an example contract that can receive a cw721 token and then just succeed or error depending on the passed message.
Also fine if you don't want to merge. We just needed this for a wasmd test. In that case, just close it.