joaoh82 / solana_nft_snapshot

Takes a snapshot of Solana NFT holders based on the mint token ids

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solana NFT Snapshot

Takes a Solana NFT holder list based on mint address list.

How to Use?

  1. First go to https://tools.abstratica.art/ and in the wallet address copy and paste you CANDY MACHINE ID that you got from the metaplex create_candy_machine command.

  2. Then click download and save the file.

  3. Remove the "[" and "]" from the file and save it as "mints.txt"

  4. Then run the script with the following command:

> node .\index.js mints.txt snapshot.txt

Voila!

About

Takes a snapshot of Solana NFT holders based on the mint token ids

License:MIT License


Languages

Language:JavaScript 100.0%