Create hardhat project Add this package with npm or yarn #### Inside test script: ``` const {ethers} = require('hardhat') const {Mock} = require('@todesstille/mock') const mock = new Mock(ethers) ``` ## Usage ### ERC20 ``` erc20 = await mock.getERC20(na
Run multiple discord.js bots from separate folders in one Node.js process.