Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (26 loc) · 1 KB

README.md

File metadata and controls

36 lines (26 loc) · 1 KB

sovereign-ibc

Build Status Apache 2.0 Licensed Rust 1.77+

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