https://github.com/hyperledger-labs/yui-fabric-ibc
IBC implementation in Hyperledger Fabric
https://github.com/hyperledger-labs/yui-fabric-ibc
blockchain cosmos fabric hyperledger hyperledger-fabric ibc interoperability
Last synced: 6 months ago
JSON representation
IBC implementation in Hyperledger Fabric
- Host: GitHub
- URL: https://github.com/hyperledger-labs/yui-fabric-ibc
- Owner: hyperledger-labs
- License: other
- Created: 2020-06-09T05:22:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T20:41:35.000Z (over 2 years ago)
- Last Synced: 2025-04-04T03:29:54.892Z (6 months ago)
- Topics: blockchain, cosmos, fabric, hyperledger, hyperledger-fabric, ibc, interoperability
- Language: Go
- Homepage:
- Size: 1.17 MB
- Stars: 36
- Watchers: 6
- Forks: 10
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Fabric-IBC

[](https://pkg.go.dev/github.com/hyperledger-labs/yui-fabric-ibc?tab=doc)## What's this?
Fabric-IBC includes the Chaincode and Cosmos modules that enable IBC between Fabric and Cosmos/Tendermint, or between Fabric and Fabric. Of course, it'll be able to communicate with other Blockchains and DLTs that support IBC!
## Documents
Please see [here](https://github.com/datachainlab/public-docs/tree/master/fabric-ibc).
## Maintainers
- [Jun Kimura](https://github.com/bluele)
- [Ryo Sato](https://github.com/3100)