From 5d3b67a9bafdb5cc06ed3699d1b52b485fef41d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Zwoli=C5=84ski?= Date: Tue, 22 Aug 2023 16:52:12 +0200 Subject: [PATCH] chore: add roadmap to the readme (#43) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7837d8f..4ac64c6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ethereum Canister -The Ethereum canister offers a secure and trustless way to access Ethereum blockchain data within the ICP ecosystem. +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. This client is equipped with the capability to validate the authenticity of fetched data. @@ -244,3 +244,9 @@ The next step would be to apply all the best practices for canisters implementat 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 + +[Milestones](https://github.com/eigerco/ethereum-canister/milestones) + +[Roadmap](https://github.com/orgs/eigerco/projects/11/views/2)