https://github.com/namada-net/ibc-middleware
IBC middleware implementations, augmenting ibc-rs
https://github.com/namada-net/ibc-middleware
blockchain cosmos ibc middleware rust
Last synced: about 1 year ago
JSON representation
IBC middleware implementations, augmenting ibc-rs
- Host: GitHub
- URL: https://github.com/namada-net/ibc-middleware
- Owner: namada-net
- License: mit
- Created: 2024-10-17T14:03:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T10:22:18.000Z (over 1 year ago)
- Last Synced: 2025-07-21T01:26:25.474Z (about 1 year ago)
- Topics: blockchain, cosmos, ibc, middleware, rust
- Language: Rust
- Homepage:
- Size: 223 KB
- Stars: 4
- Watchers: 13
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ibc-middleware
Collection of IBC middleware implementations, on top of
[`ibc-rs`](https://github.com/cosmos/ibc-rs).
- [Packet forward middleware](crates/packet-forward/)
- [Overflow receive middleware](crates/overflow-receive/)
- [Module middleware definitions](crates/module/)
- [Module middleware helper macros](crates/module-macros/)
## Licensing
This software is licensed under the MIT. You may consult
the full license text [here](LICENSE).