App available at https://harmony.supply
built upon: polygon-faucet
supports ONE transfers on Harmony mainnet
- payout frequency: 8 hours
- max amount on account to be able to claim: 0.005 ONE
- Runway 30 days (goal 365 days)
$ git clone https://github.com/dietbald/harmony-supply.git
$ cd harmony-supply && cd frontend && npm install
$ cd ..
Faucet API is deployed on AWS lambda, to be added later.
Start your faucet:
node index.js
edit the file client/src/config.js and specify the base URL for your API. Run npm run start
POST data : { address: "0x....", captcha: "captcha solving code" }
your Harmony address in hex
Status code: 200
{
hash: 0x2323...
}
Status code: 500
{
err: {
...
}
}
hashtransaction hash
200: Request OK500: error (greylisted/ tx error)
