Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading NFTs in bulk with JSON files #543

Open
sbermingham93 opened this issue Feb 4, 2024 · 0 comments
Open

Loading NFTs in bulk with JSON files #543

sbermingham93 opened this issue Feb 4, 2024 · 0 comments

Comments

@sbermingham93
Copy link

Hello, and firstly thank you for a great library!

We are aiming to load NFTs in bulk including the JSON files.

The current implementation is as follows;

  1. use metaplex.nfts().findAllByMintList({
    mints: [p1, p2,....]
    })
  2. For each meta returned call the metaplex.nfts().load({metadata}).

I'm hoping there is a better option as it requires many requests.

Thanks!

@sbermingham93 sbermingham93 changed the title Loading NFTs in bulk Loading NFTs in bulk with JSON files Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant