sovereign-ibc
sovereign-ibc copied to clipboard
Implementation of IBC modules by `ibc-rs` that can run with Sovereign SDK rollups
sovereign-ibc
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
:
git clone --recurse-submodules <repo-addr>
If the repository was cloned without submodules, they can be fetched later:
git clone <repo-addr>
...
git submodule update --init