From 14faa49320d1a71a772041ace1928724723225a7 Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Thu, 1 Jul 2021 18:59:19 -0300 Subject: [PATCH] Add alpha warning --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 49f9b8a..2ec4258 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ The standard web3 jsonrpc methods are quite verbose and generic requiring many c We've implemented some custom methods at rpcdaemon level, less information is needed to be json-marshalled and transmitted over network. +## Alpha warning + +This software is in alpha stage, and for sure lots of features, error handling, edge cases are missing. + +Be sure to check it often or send patches 😀 + ## Why? Current offerings are either closed source or lack many features the most famous Ethereum block explorer has, or simply have high requirements like having an archive node + additional indexers.