Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T20:41:35.000Z (over 1 year ago)
- Last Synced: 2024-09-30T06:06:53.916Z (about 1 month ago)
- Topics: blockchain, cosmos, fabric, hyperledger, hyperledger-fabric, ibc, interoperability
- Language: Go
- Homepage:
- Size: 1.17 MB
- Stars: 35
- Watchers: 7
- Forks: 9
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Fabric-IBC
![Test](https://github.com/hyperledger-labs/yui-fabric-ibc/workflows/Test/badge.svg)
[![GoDoc](https://godoc.org/github.com/hyperledger-labs/yui-fabric-ibc?status.svg)](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)