Search code examples
metadatablockchainsolananft

Update Metadata of Solana NFT Collection


So, I had launched a NFT Collection on the Solana Blockchain recently, and it got fully sold out.

But I just realised that the royalties i.e. the seller_fee_basis_points are not according to my requirement.

So I wanted to know how could I update the metadata so that I can change the amount of royalties a creator gets for all the NFTs in the minted collection:)


Solution

  • The Token Metadata program supports metadata update, see code here, however, it requires: