Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 560 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 560 Bytes

PoWFaucet

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

Build client

cd faucet-client
npm i
npm run build

Faucet starts at port 8888 by default

License

License: AGPL v3