Faucet

The Higgs Boson testnet has an active faucet and can be accessed via the CLI on your machine to request tokens by entering the following curl command.

// Requesting tokens
curl -X POST -d '{"address": "ENTER-YOUR-QWOYN-ADDRESS"}' http://137.220.37.9:8000

For example:

curl -X POST -d '{"address": "qwoyn1wpgehcm8zl0n9znla6ttjmwrxnkn6ccmzwcuu3"}' http://137.220.37.9:8000

IMPORTANT:

Users are limited to no more than 1000 $QWOYN per wallet in increments of 100 $QWOYN per request. If you are in need of more tokens please contact the Qwoyn Blockchain dev team on Discord.

Last updated