Software versions:
- Node v18.16.0
- NPM v9.5.1
To fetch and compile token distribution data:
- Run
npm i
to install project dependencies. - Create a new .env file (reference .env.example) and define the environment variables.
- Run
npm start
to fetch and compile token distribution data.
NOTE: Complete the steps above before proceeding.
To generate the merkle roots and proofs used in carrying out token claims:
- Run
node src/generateClaimData
.
To generate the list of Rumas NFT airdrop recipients and the token IDs:
- Run
node src/generateRumasAirdrop
.