Faucet
A faucet that uses cosmos-sdk executable binaries only.
The main purpose of this faucet is to avoid using RPC or API endpoints, and use the CLI binary instead, more specifically, the commands:
and:
Since the faucet only uses the CLI binary, it is compatible with practically any blockchain built with cosmos-sdk even if different types of keys are used.
Instalation
Install go
Download and build binaries
Usage
Configuration
You can configure the faucet either using command line flags or environment variables. Use faucet --help
for more commands
Request tokens
You can request tokens by sending a POST
request to the faucet, with a key address in a JSON
:
Last updated