https://github.com/datachainlab/lcp-go
https://github.com/datachainlab/lcp-go
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datachainlab/lcp-go
- Owner: datachainlab
- License: apache-2.0
- Created: 2023-09-28T07:07:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-06T09:41:36.000Z (about 2 months ago)
- Last Synced: 2026-04-06T10:29:01.787Z (about 2 months ago)
- Language: Go
- Size: 944 KB
- Stars: 3
- Watchers: 12
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- [lcp v0.2.17](https://github.com/datachainlab/lcp/releases/tag/v0.2.17)
- [ibc-go v8.2](https://github.com/cosmos/ibc-go/releases/tag/v8.2.0)
- [yui-relayer v0.5.20](https://github.com/hyperledger-labs/yui-relayer/releases/tag/v0.5.20)
## How to run tests
First, you need to build the tendermint images for e2e-test
```bash
$ make tendermint-images
```
Then, run the following command to run e2e test
```bash
$ make e2e-test
```