Skip to content

Commit

Permalink
docs(drip): cleanup examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Sep 5, 2024
1 parent e80d02a commit d2aa920
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions drip/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Drip

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

[app.union.build/faucet]: https://app.union.build/faucet

Expand All @@ -11,14 +11,20 @@ Commands are ran from repo root
Tab 1, Union Devnet:
```sh
nix run .#devnet-union -L

```
Tab 2, Stargaze Devnet (optional, multi-chain demo):
```sh
nix run .#devnet-stargaze -L
```

Tab 2, Drip:
Tab 3, Drip:
```sh
nix run .#drip -- -c ./drip/config.json
```

Tab 3, Request:
Tab 4, Request:
```sh
cat ./drip/example-request.json | http POST localhost:8000
cat ./drip/example-requests/union-devnet.json | http POST localhost:8000
cat ./drip/example-requests/stargaze-devnet.json | http POST localhost:8000
```
File renamed without changes.
File renamed without changes.

0 comments on commit d2aa920

Please sign in to comment.