Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 364 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 364 Bytes

TEC Census

This project makes a CSV file of all TEC holders, their balances, and if they are a contract or not.

Usage

npm install
npx hardhat run scripts/get-holders.ts > holders.csv

It also can be used for ERC900 contracts and the get-stake-holders.ts script.

npx hardhat run scripts/get-stake-holders.ts > stake-holders.csv