Add alpha warning

This commit is contained in:
Willian Mitsuda 2021-07-01 18:59:19 -03:00
parent 79a694072c
commit 14faa49320
1 changed files with 6 additions and 0 deletions

View File

@ -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.