-
Notifications
You must be signed in to change notification settings - Fork 255
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
@metaplex-foundation/js is deprecated #326
Comments
Thanks @Mishragini ! We did deliberately choose the older, non-Umi version of Metaplex when writing this chapter as it's less complicated than Umi (there's actually a notice about this in the tutorial ), but it looks like Metaplex officially deprecated the JS SDK a few weeks ago and seems to have marked the JS SDK NPM package as deprecated at the same time. We do have Umi code ready to go, but we need to decide whether we want to use it. I'm going to talk to my colleagues about this now. |
I'm assigning myself till all the courses are updated then will ping my colleagues about the other content |
Done - as of today all the courses are updated to use Umi. Remaining uses of the content/cookbook/tokens/fetch-nft-metadata.md |
Problem
While going through this Solana tutorial, I found that the package used is deprecated and no longer in use.
Proposed Solution
Update the Tutorial: Replace references to the deprecated package with the latest version or alternative packages currently recommended by the Metaplex and Solana communities.
Provide Guidance for Migration: Include a section or link to resources that help developers migrate from the deprecated package to the new package, including any changes in the API or best practices.
Code Example Updates: Update all code examples in the tutorial to align with the new packages, ensuring they work with the current Solana and Metaplex SDK versions.
Deprecation Notice: Add a notice at the beginning of the tutorial informing developers of the deprecation and directing them to the updated resources.
The text was updated successfully, but these errors were encountered: