Skip to content

hyperledger-labs/yui-corda-ibc

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
go
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Corda-IBC

Corda-IBC is an implementation of IBC modules that runs as a CorDapp on Corda platform. The Inter-Blockchain Communication protocol (IBC) verifiably bridges two blockchains but there's no concept of "chain" in the Corda world. Therefore in this implementation, a group of fixed members (Corda nodes) is regarded as "chain", in other words, one end point of IBC communication. For now this implementation supports communication between Corda-IBC and Corda-IBC and between Corda-IBC and Fabric-IBC. It is planned to support communication with Tendermint-IBC (Cosmos SDK).

Try it!

Check out submodules

$ git submodule update --init

Build and test the project

$ make buildClientImage
$ make buildClient
$ make buildImage
$ make test      # Note that it uses a large amount of memory.
$ make oldTest   # This one uses more.