Source link
Check our Free Learn to Earn Encyclopedia: 👉 https://quantumcompass.xyz
Learn how to update NFT metadata using mpl-bubblegum with Metaplex and empower your TypeScript Solana Development NFT project.
Code 👉https://medium.com/liberal-arts-magazine/update-metadata-compressed-nft-cnft-solana-with-typesscript-metaplex-full-code-21ce0c6c4a00
Create GPTs for the GPT Store Course▶️ https://www.udemy.com/course/create-your-custom-gpts-gpt-store-openai/?referralCode=D4A5A10CF98963FCF761
Midjourney Course Character Design FREE Skillshare Class ▶️ https://skl.sh/476UQHX
Our Official NFTs ▶️ https://myria.com/marketplace/collection/?id=799d49c2-5cb8-4280-a5ce-22f352c6cdf8
Check our Udemy courses:
▶️ https://www.udemy.com/course/solana-blockchain-developer/?referralCode=41931F71EDD5CF797CF4
GET 1 FREE MONTH SKILLSHARE
▶️ https://www.skillshare.com/en/r/user/serpentacademy?gr_tch_ref=on
Our Skillshare courses:
Learn Solana developer foundations:
▶️ https://skl.sh/3uyTdSp
Learn Smart Contracts in Solana:
▶️ https://skl.sh/37aCs8t
Learn metahumans on Skillshare
▶️ https://skl.sh/3F1vzmm
Master ZSphere Character Creation Blocking from 2D Conceptual Art to 3D ZBrush ZSpheres FREE SKILLSHARE CLASS LINK ▶️ https://skl.sh/3SwP3YS
Our website:
https://quantumcompass.xyz
Our Twitter account:
https://x.com/quantumcompassx
date : 2024-10-04 19:52:39
views : 24
likes : 0
rating :
Update cNFT metadata: Compressed NFT mutation #solana
In this video, a Web 3 DeFi tech editor explains how to update the metadata of a Compressed NFT (cNFT) using the Metaplex Bubblegum program on the Solana blockchain. cNFTs are a type of non-fungible token (NFT) that uses a Merkle tree data structure to compress NFT data, reducing the cost of on-chain storage.
The editor begins by explaining the benefits of cNFTs, including the ability to mint and update NFTs at a massive scale, reducing the cost of storage from 10,000 to 3.5 Solana (SOL) for 10,000 NFTs. This makes it more strategic for creators to deploy NFTs widely without worrying about prohibitive storage costs.
The editor then walks through the code, explaining the imports and functions used to update the metadata of a cNFT. The code uses the Metaplex G program to get the asset with proof and update the metadata, as well as the Solana Web 3.js library to manage connections and the Yumi library to manage signers and keeper identities.
The editor highlights the importance of using Yumi to register the NPL Bubblegum protocol, which enables interaction with cNFTs such as fetching proofs and updating metadata. The code initializes Yumi, gets the asset with proof, and updates the metadata using the Metaplex Bubblegum program.
Overall, this video provides a comprehensive overview of how to update cNFT metadata using the Metaplex Bubblegum program on Solana, highlighting the benefits of compressed NFTs and the importance of using Yumi to interact with cNFTs.