Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 989 Bytes

File metadata and controls

37 lines (21 loc) · 989 Bytes

Fetch Token Holders Script

MIT License

This script will fetch all token Holders on Tezos Mainnet with their token amount and create a CSV file of that data.

Authors

Documentation

Prerequisite

  • Node Js

Steps to setup script

  1. 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

  2. Once you open the project in the code editor, install the dependencies

    yarn install
  3. Run Script

    yarn start
  4. The token_holders.csv file will be created with all data in the current folder