Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pk910/powfaucet
Modularized faucet for EVM chains with different protection methods (Captcha, Mining, IP, Mainnet Balance, Gitcoin Passport and more)
https://github.com/pk910/powfaucet
ethereum faucet sybil-resistance testnet testnet-faucet web3
Last synced: 1 day ago
JSON representation
Modularized faucet for EVM chains with different protection methods (Captcha, Mining, IP, Mainnet Balance, Gitcoin Passport and more)
- Host: GitHub
- URL: https://github.com/pk910/powfaucet
- Owner: pk910
- License: agpl-3.0
- Created: 2022-03-21T20:42:08.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T18:02:30.000Z (3 months ago)
- Last Synced: 2024-10-29T09:17:21.789Z (3 months ago)
- Topics: ethereum, faucet, sybil-resistance, testnet, testnet-faucet, web3
- Language: TypeScript
- Homepage:
- Size: 16.6 MB
- Stars: 4,072
- Watchers: 47
- Forks: 1,541
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# PoWFaucet
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/pk910/PoWFaucet?label=Latest%20Release)](https://github.com/pk910/PoWFaucet/releases/latest)
[![codecov](https://codecov.io/gh/pk910/PoWFaucet/branch/master/graph/badge.svg)](https://codecov.io/gh/pk910/PoWFaucet)Modularized faucet for EVM chains with different protection methods (Captcha, Mining, IP, Mainnet Balance, Gitcoin Passport and more)
# Why
Faucets for ETH Testnets are spammed by bots. This faucet tries to reduce the efficiency of these automated requests by various protection methods.
This faucet is mostly known for its proof-of-work based protection, which is currently the best and most reliable way to distribute funds on a network that got low on fund reserves.
For clarification: This faucet does NOT generate new coins with the "mining" process.
It's just one of the protection methods the faucet uses to prevent anyone from requesting big amount of funds and draining the faucet wallet.
If you want to run your own instance you need to transfer the funds you want to distribute to the faucet wallet yourself!For a more detailed description, take a look into the [Project Wiki](https://github.com/pk910/PoWFaucet/wiki)
# Instances
Testnet
Link
Sepolia Testnet
https://sepolia-faucet.pk910.de
Holešovice Testnet
https://holesky-faucet.pk910.de
Ephemery Testnet
https://ephemery-faucet.pk910.de
# Run Yourself
Read the [Faucet Operator Wiki](https://github.com/pk910/PoWFaucet/wiki/Operator-Wiki) to see the installation and configuration instructions.
You can also find some demo instances with different module combinations here: [Demo Instances](https://github.com/pk910/PoWFaucet/blob/master/docs/demo/README.md)
# Bugs & Features
Please feel free to report bugs and add new features via PRs if you like.
# Thanks To
This faucet contains parts of code from the following projects:
[pow-captcha](https://git.sequentialread.com/forest/pow-captcha) - faucet-wasm build script
[FaucETH](https://github.com/komputing/FaucETH) - faucet page design
# License
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)