js icon indicating copy to clipboard operation
js copied to clipboard

Loading NFTs in bulk with JSON files

Open sbermingham93 opened this issue 1 year ago • 0 comments

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 avatar Feb 04 '24 15:02 sbermingham93