- Clone this git
- In the terminal, type:
npm install
- Edit getNFTOwners.js and change CONTRACT_ADDRESS's value to the NFT contract address you want to take a snapshot of.
- Edit the START_ID and END_ID to reflect the exact number of NFTs in the collection.
- Run
node getNFTOwners.js
in your Terminal. An owners.csv file should be created.