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

NFT with Royalties piece #185

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

NFT with Royalties piece #185

wants to merge 1 commit into from

Conversation

JoshOrndorff
Copy link
Contributor

This PR demonstrates how to implement royalty claiming for NFT tokens. This isn't meant to be a production ready NFT solution, but rather to demonstrate the technique of claiming royalties, and more generally, access tokens.

In order for a beneficiary to claim royalty payments, they must use a token that represents their right to make such a claim.

I expect this pattern will be common in Tuxedo pieces, and is roughly analogous to FRAME's Origin system.

Lifecycle Diagram

I've become fond of these lifecycle diagrams, so here is one for this NFT piece.

nft-royalties-lifecycle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant