aed3c59bbc77e9cdbb63131e1f9de157461c5ac7c4235f55294f553a204da68c contracts/PoorPleb.sol
Install Node Version Manager Linux | MacOS -> https://github.com/nvm-sh/nvm Windows -> https://github.com/coreybutler/nvm-windows
nvm install 16
Then
nvm use 16
npm install -g yarn
npm install -g ts-node
yarn install
ts-node scripts/createMerkleTree.ts
DEPLOYER_PKY_KEY=1ab.....
npx hardhat run scripts/createMerkleTreeWithProofs.ts --network goerli
npx hardhat run scripts/createMerkleTreeWithProofs.ts --network mainnet
npx hardhat node --fork https://eth-goerli.nodereal.io/v1/703500179cfc4348b90bebc0b3fba854
npx hardhat test test/TestAll.test.ts --network localhost
nodemon --watch test/TestAll.test.ts --exec 'npx hardhat test test/TestAll.test.ts --network localhost'