Skip to content

Commit

Permalink
chore: correct README link due to changes from PR #3266 (#3600)
Browse files Browse the repository at this point in the history
## Summary

Due to the [refactor of the light client directory
structure](5b167c8)
from pull request #3266 the link `./light-clients` needs to update to
`./cosmwasm/ibc-union/light-clients`
  • Loading branch information
benluelo authored Jan 26, 2025
2 parents 2fde574 + 44b29bf commit 3370db7
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ The upgradability of contracts on other chains, connections, token configuration

## Components

| Component | Description | Language(s) |
| ------------------------------------------- | ---------------------------------------------------- | --------------------- |
| [`uniond`](./uniond) | The Union node implementation, using [`CometBLS`] | [Go] |
| [`galoisd`](./galoisd) | The zero-knowledge prover implementation | [Go] [Gnark] |
| [`voyager`](./voyager) | Modular hyper-performant cross-ecosystem relayer | [Rust] |
| [`hubble`](./hubble) | Multi-ecosystem, GMP-enabled chain indexer | [Rust] |
| [`cosmwasm`](./cosmwasm) | [CosmWasm] smart contract stack | [Rust] |
| [`light-clients`](./light-clients) | [Light Clients] for various ecosystems | [Rust] |
| [`unionvisor`](./unionvisor/README.md) | Node supervisor intended for production usage | [Rust] |
| [`drip`](./drip) | Faucet for [Cosmos] chains: [app.union.build/faucet] | [Rust] |
| [`evm`](./evm) | [EVM] smart contract stack | [Solidity] |
| [`app`](./app) | [app.union.build] | [TypeScript] [Svelte] |
| [`site`](./site) | [union.build] | [TypeScript] [Astro] |
| [`TypeScript SDK`](./typescript-sdk) | TypeScript SDK for interacting with Union | [TypeScript] |
| Component | Description | Language(s) |
| ----------------------------------------------------- | ---------------------------------------------------- | --------------------- |
| [`uniond`](./uniond) | The Union node implementation, using [`CometBLS`] | [Go] |
| [`galoisd`](./galoisd) | The zero-knowledge prover implementation | [Go] [Gnark] |
| [`voyager`](./voyager) | Modular hyper-performant cross-ecosystem relayer | [Rust] |
| [`hubble`](./hubble) | Multi-ecosystem, GMP-enabled chain indexer | [Rust] |
| [`cosmwasm`](./cosmwasm) | [CosmWasm] smart contract stack | [Rust] |
| [`light-clients`](./cosmwasm/ibc-union/light-clients) | [Light Clients] for various ecosystems | [Rust] |
| [`unionvisor`](./unionvisor/README.md) | Node supervisor intended for production usage | [Rust] |
| [`drip`](./drip) | Faucet for [Cosmos] chains: [app.union.build/faucet] | [Rust] |
| [`evm`](./evm) | [EVM] smart contract stack | [Solidity] |
| [`app`](./app) | [app.union.build] | [TypeScript] [Svelte] |
| [`site`](./site) | [union.build] | [TypeScript] [Astro] |
| [`TypeScript SDK`](./typescript-sdk) | TypeScript SDK for interacting with Union | [TypeScript] |

## Quickstart

Expand Down

0 comments on commit 3370db7

Please sign in to comment.