Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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