https://github.com/effectai/genesis-distribution
Scripts for distributing initial network fees to Genesis Guardians
https://github.com/effectai/genesis-distribution
Last synced: 11 months ago
JSON representation
Scripts for distributing initial network fees to Genesis Guardians
- Host: GitHub
- URL: https://github.com/effectai/genesis-distribution
- Owner: effectai
- Created: 2021-02-15T10:00:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-10T14:33:07.000Z (over 4 years ago)
- Last Synced: 2025-06-02T18:23:34.078Z (12 months ago)
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo contains the snapshots used for distribution of network fees to Guardians.
# Initial fee distribution
The initial network fees were distributed to genesis guardians
## Snapshot creation
The scripts for creating a snapshot CSV are in the [snapshot](snapshot)
folder. The guardian data at block 158485783 is included in this repo as a CSV.
## Distribution
- Edit `index.ts` and modify the configuration in the top of the file.
- Use the snapshot data to create a "username,amount" distribution CSV.
- Run the script with:
```bash
yarn
yarn start
```
# Network fees 2021
The fees collected in Q1 and Q2 of 2021 can be calculated with the script
`calculate_fees_q1_q2.sh`.