This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
token-group: create example program #5548
Merged
buffalojoec
merged 6 commits into
master
from
10-16-token-group_create_collections_example
Oct 20, 2023
Merged
token-group: create example program #5548
buffalojoec
merged 6 commits into
master
from
10-16-token-group_create_collections_example
Oct 20, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
dfa3dd8
to
3185a0e
Compare
407c79c
to
4515e06
Compare
3185a0e
to
6d3b1af
Compare
4515e06
to
2dde6b7
Compare
joncinque
reviewed
Oct 17, 2023
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.
Looking good! Mainly small points, but this should be ready soon.
Edit: oh, and be sure to add the new example program to CI
6d3b1af
to
701b548
Compare
773d3a3
to
e4e2745
Compare
701b548
to
1315e99
Compare
e4e2745
to
d5a7a7f
Compare
1315e99
to
eecc418
Compare
d5a7a7f
to
928093f
Compare
This was referenced Oct 18, 2023
c46f300
to
946b876
Compare
c2a8050
to
d2916be
Compare
d2916be
to
052500a
Compare
a842cc8
to
719c597
Compare
052500a
to
8531594
Compare
Base automatically changed from
10-20-token_group_add_mint_to_interface
to
master
October 20, 2023 10:10
8531594
to
2ce7dd4
Compare
joncinque
reviewed
Oct 20, 2023
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.
Mostly small things, this is very close to ready!
Alright, addressed! |
joncinque
approved these changes
Oct 20, 2023
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.
Looks great, nice job!
This was referenced Oct 21, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds an example program for the SPL Token Group interface.
It demonstrates using the interface to create a program that can manage token collections - such as NFT Collections!
However, this example does not make use of token metadata, to keep the demonstration simple.