SIGN IN SIGN UP
unionlabs / union UNCLAIMED

The trust-minimized, zero-knowledge bridging protocol, designed for censorship resistance, extremely high security, and usage in decentralized finance.

0 0 174 Rust

Process Compose MVP (#1775)

## TODO

- [x] Generate process-compose.yml with a Rust CLI

## Moved to next PR
- [ ] Healthcheck for client&channel readiness
- [ ] Open channels between contracts
- [ ] [Lnav](lnav.org) log parser for our log format
- [ ] Upload CosmWasm contracts
- [ ] Don't `--init-fetch` on every connection @benluelo 


```bash
set -o pipefail;
nix run ".#osmosisd" --  query ibc connection connections --node http://localhost:26657 | yq -e '.connections[] | select(.client_id == "09-localhost") |
.state == "STATE_OPEN"'
```

```bash
set -o pipefail;
nix run ".#uniond" --  query ibc client states --node http://localhost:26657 | yq -e '.client_states[] | select(.client_id == "07-tender
mint-0")'
```

## How to run
```bash
nix run .#devnet -L
```

```bash
nix run .#devnet-logs -L
```
C
cor committed
599ec4c570edf613512de56102a3185882a1b9a9
Committed by GitHub <noreply@github.com> on 4/20/2024, 9:41:30 PM