A lightweight Merkle Drop contract
yarn install
yarn test
Start an instance of ganache-cli
ganache-cli -p 7545 -l 8000000
Run the migration
yarn migrate
Edit truffle-config.js
, and add a mnemonic for the HDWalletProvider
for a private key that is funded.
yarn migrate:kovan
yarn migrate:Ropsten