Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 446 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 446 Bytes

IBC-Solidity

IBC implementations in solidity.

Features

  • Implementation of ICS-compatible IBC
    • includes Proto3 serialization support
  • Light client of IBFT2.0

Getting started

Launch two Besu chains with IBC Contract deployed with the following command:

$ ./scripts/setup.sh testtwochainz

// TODO write a description of cli tools.

Test

After launch the chains, execute the following command:

$ make e2e-test