Questions tagged [tokenmetadataprogram]

2 questions
3
votes
1 answer

Code sample for parsing metadata for Solana NFT and updating the metadata

On Solana, NFT metadata is stored in accounts which are owned by the shared contract Token Metadata Program at address metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s. I need a clear, concise code example for how I can use some existing library to…
Ozymandias
  • 2,533
  • 29
  • 33
0
votes
1 answer

Fungible asset max supply?

Does anyone know how I can add a max supply to a Metaplex fungible asset ? const metadata = await Metadata.getPDA(mint.publicKey); const createMetadataTx = new CreateMetadataV2( { feePayer: mint_authority.publicKey }, { …
1977
  • 2,580
  • 6
  • 26
  • 37