Skip to content

Instantly share code, notes, and snippets.

@dmitrymomot
Created December 3, 2021 13:53
Show Gist options
  • Select an option

  • Save dmitrymomot/5655df9fa4b7776f2f87de18ad4d7027 to your computer and use it in GitHub Desktop.

Select an option

Save dmitrymomot/5655df9fa4b7776f2f87de18ad4d7027 to your computer and use it in GitHub Desktop.
Steps for Metaplex NFT Display

Steps for Metaplex NFT Display

This guide will attempt to give an overview of the technical/coding steps that are required to render a Metaplex NFT with any programming language/platform. I'll attempt to write it a programming language-agnostic manner; you'll need to fill in the particular methods of performing the steps with your coding language of choice.

For the purposes of discussion, we'll call the Solana account that holds the Metaplex NFTs the "NFT-Account."

Step 1: Call getTokenAccountsByOwner, look filter to NFT Accounts

The first thing you need to do is call the getTokenAccountsByOwner JSON RPC method

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment