Skip to content

datachainlab/lcp-go

Repository files navigation

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