Modularized faucet for EVM chains with different protection methods (Captcha, Mining, IP, Mainnet Balance, Gitcoin Passport and more) Forked from https://github.com/pk910/PoWFaucet
npm i
docker compose up -d # start MySQL
cp .env.example .env
npm run start # start backend
npm run start:inspect # start backend with debugging availablecd faucet-client
npm i
npm run buildFaucet starts at port 8888 by default