-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Create SPL Token Group JS Library #5648
Comments
cc @mistersimon if you're interested! |
Yeah @buffalojoec happy to pick this up. Should be able to get something up by the end of the week. Looks like it should be straightforward, will follow the structure we did for |
No rush, mate, and yes exactly! |
Just to update - wanted to finish #5229 first before jumping on this. Unlikely i'll be able to get started on this until after Christmas. Happy for someone else to take over if theres a need |
I could try this |
@buffalojoec @mistersimon I tried to implement this in #6014, please check it out when have time, thanks! |
With the addition of token groups to Token2022 and the SPL Token Group interface itself to the SPL library, we need to support this cool feature & interface in JavaScript!
The goal here is to lay down a JavaScript library for SPL Token Group and then import it into
@solana/spl-token
for Token2022 group support.This issue is for the Token Group library
@solana/spl-token-group
.Problem
We have no JavaScript support for SPL Token Group.
Solution
Create a JavaScript library for the SPL Token Group Interface!
Dubbed
@solana/spl-token-group
Note: this is the exact same process/request as #5228
It might help to explore the
@solana/spl-token-metadata
package to get an idea for how the Token Group one might look!The text was updated successfully, but these errors were encountered: