This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Description
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;
- use metaplex.nfts().findAllByMintList({
mints: [p1, p2,....]
})
- For each meta returned call the metaplex.nfts().load({metadata}).
I'm hoping there is a better option as it requires many requests.
Thanks!