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`.
- Host: GitHub
- URL: https://github.com/srdtrk/cw-ibc-lite
- Owner: srdtrk
- License: apache-2.0
- Created: 2024-05-28T15:08:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-30T10:00:27.000Z (11 months ago)
- Last Synced: 2025-03-22T13:01:38.283Z (3 months ago)
- Topics: cosmos, cosmwasm, ibc, interchain
- Language: Go
- Homepage:
- Size: 576 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.