An open API service indexing awesome lists of open source software.

https://github.com/datachainlab/ethereum-elc


https://github.com/datachainlab/ethereum-elc

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# ethereum-elc

[![test](https://github.com/datachainlab/ethereum-elc/actions/workflows/test.yml/badge.svg)](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.