Skip to content

datachainlab/lcp-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1e53e56 · Dec 16, 2024
Jun 17, 2024
Dec 16, 2024
Jun 20, 2024
Jun 18, 2024
Nov 11, 2024
Jun 17, 2024
Jun 18, 2024
Apr 11, 2024
Jun 18, 2024
Jun 18, 2024
Sep 28, 2023
Sep 28, 2023
Sep 28, 2023
Sep 28, 2023
Jun 17, 2024
Dec 16, 2024
Dec 16, 2024
Dec 16, 2024

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