From 216442a215394db5c94f10aa77edd77b11d042f8 Mon Sep 17 00:00:00 2001 From: rvanasa Date: Mon, 25 Sep 2023 11:06:18 -0600 Subject: [PATCH] Add WIP disclaimer in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9ca35089..c39ff578 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ --- +This project is currently under active development. The canister interface may change unexpectedly, and the codebase has not yet undergone a comprehensive security audit. We will continue updating this message to reflect the current status of this repository. + +Thank you for your interest! Please feel free to [submit an issue](https://github.com/internet-computer-protocol/ic-eth-rpc/issues) if you would like to request a feature, report a bug, or start a conversation about the Ethereum RPC canister. + ## Overview **Ethereum RPC** is an Internet Computer canister smart contract for communicating with [Ethereum](https://ethereum.org/en/) and other [EVM blockchains](https://chainlist.org/?testnets=true) using an [on-chain API](./API.md).