From 7230e2dd2e4a6c40c44f11d82b4cb4f5d5129cb6 Mon Sep 17 00:00:00 2001 From: Nikos Baxevanis Date: Tue, 27 Jul 2021 16:55:20 +0200 Subject: [PATCH] Update README.md --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 73499be..c1d8d7c 100644 --- a/src/README.md +++ b/src/README.md @@ -2,7 +2,7 @@ ## Blockchain Storage -The storage folder contains a base library and a set of adapters the allow retrieving and storage of the Ethereum Blockchain by connecting a Node using RPC. +The storage folder contains a base library and a set of adapters that allow retrieving and storage of the Ethereum Blockchain by connecting a Node using RPC. The current implementation processes and stores Blocks, Transactions, Logs, Contracts and the VM Stack.