Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 622 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 622 Bytes

Drip

Faucet for Cosmos chains: app.union.build/faucet. Supports multiple chains and multiple denoms per chains.

Example usage

Commands are ran from repo root

Tab 1, Union Devnet:

nix run .#devnet-union -L

Tab 2, Stargaze Devnet (optional, multi-chain demo):

nix run .#devnet-stargaze -L

Tab 3, Drip:

nix run .#drip -- -c ./drip/config.json

Tab 4, Request:

cat ./drip/example-requests/union-devnet.json | http POST localhost:8000
cat ./drip/example-requests/stargaze-devnet.json | http POST localhost:8000