@materia-dex/materia-contracts-distributor
v1.0.4
Published
A smart contract that distributes a balance of tokens according to a merkle root
Downloads
4
Readme
@materia-dex/materia-contracts-distributor
Local Development
The following assumes the use of node@>=10
.
Install Dependencies
yarn
Compile Contracts
yarn compile
Generate Merkle Tree
yarn generate-merkle-root --input ../materia-retroqueries/results/airdrop.json > merkle.json
Run Tests
yarn test