IBC-Solidity

IBC implementations in solidity.
NOTE: This is yet pre-alpha non-production-quality software.
Features
Documents
Please see here.
Getting started
Launch two Besu chains with IBC Contract deployed with the following command:
# If NO_GEN_CODE is empty, setup-script will generate a proto3 marshaler in solidity
$ NO_GEN_CODE=1 ./scripts/setup.sh testtwochainz
Example and Testing
After launch the chains, execute the following command:
$ make e2e-test
Maintainers