@fuming0124/erc20-merkle-airdrop
v1.0.0
Published
ERC20 merkle airdrop contract and merkle tree generator.
Readme
ERC20 Merkle Airdrop
ERC20 merkle airdrop contract and merkle tree generator.
Project setup
npm installFirst setup
Modify the file hardhat_custom.config.js. If it does not exist, create a new one in the project root directory:
module.exports = {
private: {
url: "http://127.0.0.1:8545", // Your private geth JSON-RPC network
accounts: [
"0xprivatekey0",
"0xprivatekey1"
]
}
};Compile
npx run compileTest
npm run test