Skip to main content

Frankenstein Faucet

What is Faucet?

The faucet is a service that provides free testnet OLT tokens to users/developers. These tokens enable users to experiment with Oneledger features without spending OLT cryptocurrency on the mainnet.

How to Mint OLT from Faucet?

There are two ways to mint testnet OLT:

In order to mint OLT using CLI (Command Line Interface) first you have to setup Frankenstein-Testnet fullnode and run below command. (Note: Please provide the address you want to mint tokens)

docker-compose exec olfullnode sh -c "curl -X POST -H "Accept: application/json" -H "Content-Type: application/json" https://fullnode-faucet.oneledger.network/jsonrpc -d '{"id": "test", "jsonrpc": "2.0", "method": "faucet.RequestOLT", "params": {"address":"deadbeefdeadbeefdeadbeefdeadbeefdeadbeef", "amount":50}}'"