Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/informalsystems/sovereign-ibc
Implementation of IBC modules by `ibc-rs` that can run with Sovereign SDK rollups
https://github.com/informalsystems/sovereign-ibc
Last synced: 3 months ago
JSON representation
Implementation of IBC modules by `ibc-rs` that can run with Sovereign SDK rollups
- Host: GitHub
- URL: https://github.com/informalsystems/sovereign-ibc
- Owner: informalsystems
- License: apache-2.0
- Created: 2023-09-29T17:09:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T17:37:07.000Z (7 months ago)
- Last Synced: 2024-04-14T04:09:57.516Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 6.22 MB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - informalsystems/sovereign-ibc - Implementation of IBC modules by `ibc-rs` that can run with Sovereign SDK rollups (Rust)
README
sovereign-ibc
[![Build Status][build-image]][build-link]
[![Apache 2.0 Licensed][license-image]][license-link]
![Rust 1.77+][rustc-image]This repository contains the IBC implementation for the Sovereign SDK chains using `ibc-rs`.
## Build Guide
Please clone this repository with the included submodules to build using `cargo build`:
```sh
git clone --recurse-submodules
```If the repository was cloned without submodules, they can be fetched later:
```sh
git clone
...
git submodule update --init
```[//]: # (badges)
[build-image]: https://github.com/informalsystems/sovereign-ibc/workflows/Rust/badge.svg
[build-link]: https://github.com/informalsystems/sovereign-ibc/actions?query=workflow%3ARust
[license-image]: https://img.shields.io/badge/license-Apache2.0-blue.svg
[license-link]: https://github.com/informalsystems/sovereign-ibc/blob/main/LICENSE
[rustc-image]: https://img.shields.io/badge/rustc-1.77+-blue.svg