poanetwork
poa-faucet
SCSS

POA Network faucet

Last updated May 25, 2026
59
Stars
75
Forks
8
Issues
0
Stars/day
Attention Score
52
Language breakdown
No language data available.
Files click to expand
README

Sokol POA Network faucet

Building from source

  • Clone repository
git clone https://github.com/poanetwork/poa-faucet
  • Copy config.json.example to config.json
cp config.json.example config.json
  • Update config.json ./config.json (see config.json with placeholders below)
  • Update ./public/index.html: Find <div class="g-recaptcha" data-sitekey="type your reCaptcha plugin secret here"></div> line and type your reCaptcha plugin secret in data-sitekey attribute. For more info, see
  • Install dependencies npm install from the project's root
  • Run faucet with npm start. Sokol POA Network faucet will be launched at http://localhost:5000

Server config.json (./config.json) with placeholders

``` { "environment": "switcher between configurations: 'prod' or 'dev'", "debug": "switch on/off server logs: true or false", "Captcha": { "secret": "reCaptcha plugin secret" }, "Ethereum": { "etherToTransfer": "The number of milliEther to be sent from the faucet. For example, 500", "gasLimit": "Transaction gas limit, for example, 21000", "prod": { "rpc": "JSON RPC endpoint. For example, https://core.poa.network", "account": "The address from which the funds will be drained", "privateKey": "Private key of the account" }, "dev": { ... } } }

© 2026 GitRepoTrend · poanetwork/poa-faucet · Updated daily from GitHub