Skip to content

goerli/PoWFaucet

 
 

Repository files navigation

PoWFaucet

Proof of Work Faucet for EVM chains

Why

Faucets for ETH Testnets are spammed by bots. This faucet tries to reduce the efficiency of these automated request by requiring some mining work to be done in exchange for ETH.

Instances

Kiln Testnet: https://kiln-faucet.pk910.de

Goerli Testnet: https://goerli-faucet.pk910.de

Run Yourself

npm install

mv faucet-config.example.json faucet-config.json

edit faucet-config.json

npm run start

Configure

see src/common/FaucetConfig.ts

Thanks To

This faucet contains parts of code from the following projects:

pow-captcha - faucet-wasm build script

FaucETH - faucet page design

About

Proof of Work secured faucet for EVM chains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.7%
  • JavaScript 4.0%
  • CSS 3.8%
  • Other 1.5%