We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm wondering in the context of ICS721 how to respect a collection's royalties from other host chains? https://github.com/CosmWasm/cw-nfts/tree/v0.18.0/contracts/cw2981-royalties
The text was updated successfully, but these errors were encountered:
Regarding ICS721 there is NonFungibleTokenPacketData.class_data : https://github.com/public-awesome/ics721/blob/main/contracts/cw-ics721-bridge/src/ibc.rs#L46 Here you can store all kinds of class/collection-based data. On the other side ICS721 then needs to handle this and depending on which cw721 contract, you can set things like royalties.
NonFungibleTokenPacketData.class_data
Sorry, something went wrong.
Rn I'm finalizing ics721 and there will be an example of handling sg721, where royalty is stored in collection_info.
collection_info
Will be implemented by #156
No branches or pull requests
I'm wondering in the context of ICS721 how to respect a collection's royalties from other host chains?
https://github.com/CosmWasm/cw-nfts/tree/v0.18.0/contracts/cw2981-royalties
The text was updated successfully, but these errors were encountered: