Faucet CMD
You can get Testnet HLG from our public faucet. You will be able to get 100 HLG every 24 hours per network.
Faucet
When run without any flags, you will be asked what network to withdraw rom and if you are ok with withdrawing.
Usage
holograph faucet
Help Output
USAGE
$ holograph faucet [--network goerli|mumbai|fuji|rinkeby] [--env mainnet|testnet|develop|experimental]
FLAGS
--env=<option> [default: testnet] Holograph environment to use
<options: mainnet|testnet|develop|experimental>
--network=<option> Name of network to use
<options: goerli|mumbai|fuji|rinkeby>
DESCRIPTION
Request Testnet HLG from a faucet.
EXAMPLES
$ holograph faucet --network="goerli" --env mainnet|testnet|develop|experimental
Flags
network
The network to receive HLG from. The only acceptable values are: ['goerli', 'mumbai', 'fuji']
Environment
The network is the network the operator will bond to. The only acceptable values are: ['testnet', 'develop', 'experimental']. Until the holograph mainnet deployment, the CLI will default to the testnet environment.