Skip to content

arpitjain099/cosmos-bsc-ibc-lcp

 
 

Repository files navigation

cosmos-bsc-ibc-lcp

This is a cross-chain messaging demo between Cosmos and BSC using IBC and LCP (Light Client Proxy).

Supported Versions

Pre-requisites

Intel SGX SDK and PSW should be installed in the environment.

  • PSW is optional in SW mode.

Build enclave and run E2E test

SGX HW mode(default)

$ make build-images prepare-contracts 
$ make e2e-test
$ make down

SGX SW mode

$ export SGX_MODE=SW
$ source /opt/sgxsdk/environment
$ make build-images prepare-contracts 
$ make e2e-test
$ make down

Related Projects

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 50.9%
  • Go 26.4%
  • Shell 11.5%
  • Makefile 5.6%
  • JavaScript 2.7%
  • Solidity 1.4%
  • Other 1.5%