This script will fetch all token Holders on Tezos Mainnet with their token amount and create a CSV file of that data.
- Node Js
-
Clone the repository or Download the zip file from here
To clone using git
git clone https://github.com/sanketnighot/fetch-token-holders-script-tezos.git
-
Once you open the project in the code editor, install the dependencies
yarn install
-
Run Script
yarn start
-
The
token_holders.csv
file will be created with all data in the current folder