Skip to content

Commit

Permalink
Readme clean up (#46)
Browse files Browse the repository at this point in the history
* Include link to blog

minor fixes

* Added about Eiger section

* Small fixes

* fix typo
  • Loading branch information
darentuzi authored Aug 12, 2024
1 parent 9213c92 commit 7a12ed6
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
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
Expand Down Expand Up @@ -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)

0 comments on commit 7a12ed6

Please sign in to comment.