For Developers
Building from source
Clone repository
Copy
config.json.example
toconfig.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 indata-sitekey
attribute. For more info, seeInstall dependencies
npm install
from the project's rootRun faucet with
npm start
. GIL Testnet faucet will be launched athttp://localhost:5000
Server config.json (./config.json
) with placeholders
./config.json
) with placeholdersLast updated