简体   繁体   English

如何获取集合中的所有 NFT? (索拉纳,Metaplex)

[英]How to get all NFTs in a Collection? (Solana, Metaplex)

  • On the client side (JavaScript)在客户端(JavaScript)
  • Assume we have the address of the Collection mint假设我们有 Collection mint 的地址

If you want to do it with Code you can find sample implementations on GitHub here https://github.com/metaplex-foundation/get-collection如果你想用代码来做,你可以在这里找到 GitHub 上的示例实现https://github.com/metaplex-foundation/get-collection

Basically you have to get all transactions of the collection mint, parse them and save the mints.基本上,您必须获取集合铸币厂的所有交易,解析它们并保存铸币厂。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM