Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 583 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 583 Bytes

getHolderSnapshot

Get Solana NFT holder list based on mint address list.

Clone the repo

Clone the repo to have the source code.

git clone https://github.com/halaprix/getHolderSnapshot.git

Installation

Installation of the necessary dependencies: npm install

Mint addresses

In order to use the program, you must have your token address list.

Usage

Finally, to obtain the list of holders, just execute the following command

node .\getSnapshot.js input.txt output.json

It should autoamtically clean up the input. If not - do the needful.