Socket
Book a DemoInstallSign in
Socket

github.com/dmitrymomot/solana-nft-golang-metadata

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/dmitrymomot/solana-nft-golang-metadata

Source
Go
Version
v0.0.5
Version published
Created
Source

solana-nft-golang-metadata

This is a package for getting metadata for solana NFTs.

I followed this guide pretty closely while making it. https://gist.github.com/creativedrewy/9bce794ff278aae23b64e6dc8f10e906

You can run this to get all nft metadata that a solana wallet has

./sol-nft -address={solana wallet address that holds nfts} -command=account

Or get metadata for an individual NFT

./sol-nft -address={solana nft mint address} -command=nft

You can also use the methods in /pkg as a part of your own solana NFT project.

I originally had this getting all NFT metadata concurrently, but it's very tough to get around rate limiting. For this reason, if you are building a web app it's best to handle interactions with the solana mainnet on the client side.

FAQs

Package last updated on 18 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts