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

https://github.com/srdtrk/cw-ibc-lite

This is a WIP implementation of the ibc-lite specs purely in CosmWasm. It can communicate over IBC without using `ibc-go`.
https://github.com/srdtrk/cw-ibc-lite

cosmos cosmwasm ibc interchain

Last synced: 2 months ago
JSON representation

This is a WIP implementation of the ibc-lite specs purely in CosmWasm. It can communicate over IBC without using `ibc-go`.

Awesome Lists containing this project

README

        

# CosmWasm IBC Lite

This workspace contains the CosmWasm IBC Lite implementation. IBC lite is a work in progress trimmed down specification of the IBC protocol. It is designed to be simpler to implement and be as secure as the full IBC protocol. Learn more about IBC lite in the [IBC Lite Spec](https://github.com/cosmos/ibc/pull/1093).

This is a implementation of the IBC Protocol in pure Rust and CosmWasm. It would work on CosmWasm chains without the need for `ibc-go`. There are no current relayer implementations for IBC Lite.

This repository is a work in progress and is not ready for production use.