This tool supports multiple mint waves and merkle tree whitelist for a presale
Important
Made by using react-declarative to solve your problems. ⭐Star and 💻Fork It on github will be appreciated
- Run
npm run start:ganache
in separated terminal - Run
npm run deploy:contracts
to deploy contracts to ganache - Run this DApp by running
npm start
in client folder. Send some tokens - Connect local client to MetaMask with deployer account. Enable mint by running
ioc.contractService._instance.setPaused(false)
orioc.contractService.updateWhiteList().then(() => ioc.contractService._instance.setWhitelistMintEnabled(true))
in Chrome Dev Tools on local client instance (npmstart-ed)
SOLID, DI, OOP, WEB3, Ethers.js, React, TypeScript