lcp-go

April 9, 2026 ยท View on GitHub

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

  • lcp v0.2.17
  • ibc-go v8.2
  • yui-relayer v0.5.20

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

Contents

  1. 1Dependencies
  2. 2How to run tests