-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Include link to blog minor fixes * Added about Eiger section * Small fixes * fix typo
- Loading branch information
Showing
1 changed file
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# Ethereum Canister | ||
|
||
The Ethereum canister offers a secure and trustless way to access Ethereum blockchain data within the internet-computer ecosystem. | ||
Behind the scenes, it leverages the [`helios`](https://github.com/a16z/helios) light Ethereum client. | ||
The Ethereum canister offers a secure and trustless way to access Ethereum blockchain data within the [Internet Computer](https://internetcomputer.org/) ecosystem. | ||
Behind the scenes, it leverages our [fork](https://github.com/eigerco/helios) of the [`helios`](https://github.com/a16z/helios) light Ethereum client. | ||
This client is equipped with the capability to validate the authenticity of fetched data. | ||
|
||
Read more about this project [on our blog](https://www.eiger.co/blog/icp-light-client) | ||
|
||
## Running and using the Ethereum canister | ||
|
||
```bash | ||
|
@@ -245,8 +247,17 @@ API design, handling payments, and guarding some methods from public usage. | |
|
||
Also exposing the full helios API and seeking community input sounds like a neat idea. | ||
|
||
## Roadmap | ||
## Project & Roadmap | ||
|
||
[Milestones](https://github.com/eigerco/ethereum-canister/milestones) | ||
|
||
[Roadmap](https://github.com/orgs/eigerco/projects/11/views/2) | ||
|
||
The milestones in the roadmap have been completed. This project was completed with support from Dfinity and the Internet Computer community. | ||
|
||
## About [Eiger](https://www.eiger.co) | ||
|
||
We are engineers. We contribute to various ecosystems by building low level implementations and core components. We built this integration because we belive in Ethereum, Internet Computer and wanted to build verifyable cross-chain communication between the two. | ||
|
||
Contact us at [email protected] | ||
Follow us on [X/Twitter](https://x.com/eiger_co) |