Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 611 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 611 Bytes

lcp-go

lcp-go includes the followings:

  • LCP client for ibc-go
  • A prover module for yui-relayer
  • E2E test between two tendermint chains using yui-relayer

Dependencies

How to run tests

First, you need to build the tendermint images for e2e-test

$ make tendermint-images

Then, run the following command to run e2e test

$ make e2e-test