https://github.com/datachainlab/ethereum-elc
https://github.com/datachainlab/ethereum-elc
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datachainlab/ethereum-elc
- Owner: datachainlab
- License: apache-2.0
- Created: 2023-04-04T03:00:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T06:43:19.000Z (over 1 year ago)
- Last Synced: 2025-04-07T08:35:22.768Z (about 1 year ago)
- Language: Rust
- Size: 181 KB
- Stars: 1
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ethereum-elc
[](https://github.com/datachainlab/ethereum-elc/actions/workflows/test.yml)
`ethereum-elc` is an ELC(Enclave Light Client) implementation of Ethereum based on [ethereum-ibc-rs](https://github.com/datachainlab/ethereum-ibc-rs).
The spec of the light client is [here](https://github.com/datachainlab/ethereum-ibc-rs/blob/main/README.md).
## Integration tests
The integration tests with [`lcp`](https://github.com/datachainlab/lcp) and [`relayer`](https://github.com/datachainlab/ethereum-ibc-relay-prover) are provided in the [`tests`](./tests/) directory.