Solnet.Metaplex icon indicating copy to clipboard operation
Solnet.Metaplex copied to clipboard

Metadata (json) fetch

Open mariomatic opened this issue 4 years ago • 2 comments

Given a token address , we would need to fetch the json metadata from the uri field of the metadata account data.

Maybe implement metadataJson as a class?

mariomatic avatar Feb 23 '22 14:02 mariomatic

This this may be a bit out of date but might come in handy, in that project I was deriving the PDAs for the Metadata Accounts and then getting the actual Metadata from Arweave and wrapping it all into a single class in the end

hoakbuilds avatar Feb 23 '22 15:02 hoakbuilds

implemented simple fetching of json as string for now #36

mariomatic avatar Feb 23 '22 19:02 mariomatic