-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
token-group: create example program #5548
token-group: create example program #5548
Conversation
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
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
c46f300
to
946b876
Compare
c2a8050
to
d2916be
Compare
d2916be
to
052500a
Compare
a842cc8
to
719c597
Compare
052500a
to
8531594
Compare
8531594
to
2ce7dd4
Compare
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! |
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 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.