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
cp .env.example .env
npm run start # start backend
npm run start:inspect # start backend with debugging available
cd faucet-client
npm i
npm run build
Faucet starts at port 8888 by default