This is a cross-chain messaging demo between Cosmos and BSC using IBC and LCP (Light Client Proxy).
- ibc-solidity v0.3.40
- lcp v0.2.15
- lcp-go v0.2.21
- lcp-solidity v0.2.0-rc3
- yui-relayer v0.5.16
- ethereum-ibc-relay-chain v0.3.18
- parlia-elc v0.3.10
- ibc-parlia-relay v0.3.20
Intel SGX SDK and PSW should be installed in the environment.
- PSW is optional in SW mode.
$ make build-images prepare-contracts
$ make e2e-test
$ make down
$ export SGX_MODE=SW
$ source /opt/sgxsdk/environment
$ make build-images prepare-contracts
$ make e2e-test
$ make down