You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2022. It is now read-only.
The Ethereum contracts for the [Polymath](https://polymath.network) (POLY) token
6
-
distribution. The primary purpose is to allocate tokens to purchasers, advisors,
7
-
reserve, community members, and founders.
5
+
The Ethereum contracts for the [Polymath](https://polymath.network) token (POLY) and token distribution.
8
6
9
7

10
8
11
-
POLY tokens are used to align incentives of network participants, and help
12
-
ensure compliant security token offerings.
9
+
Check out [polymath-core](https://github.com/PolymathNetwork/polymath-core) for details on how POLY is used to power the Polymath Securities Token Platform.
Please [join our Telegram](https://t.me/polymathnetwork) for details on the
27
-
airdrop!
28
-
29
-
# Performing the airdrop
30
-
31
-
1. Run `truffle migrate` to deploy the distribution and POLY token contract. Take note of the address of the PolyDistribution contract.
32
-
2. Add a csv file named `airdrop_distrib.csv` to the scripts folder. It should contain one valid address per row.
33
-
3. Run `node scripts/csv_allocation.js [ADDRESS of POLYDISTRIBUTION]` This will process the airdrop_distrib.csv file and transfer 250 POLY to each address.
34
-
4. Run `node scripts/verify_airdrop.js [ADDRESS of POLYDISTRIBUTION] > scripts/data/review.csv` to retrieve the event log of the distribution and output it to a csv file you can use to compare the intended distribution and the results.
0 commit comments