From f1977ed998bac549e6919167aea62333b1edccbe Mon Sep 17 00:00:00 2001
From: Denislav Mladenov <124160873+denislav-mladenov@users.noreply.github.com>
Date: Wed, 17 Jul 2024 19:41:53 +0300
Subject: [PATCH] Update README.md
---
README.md | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/README.md b/README.md
index 1e3dbb2dba..1e10f793b4 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,34 @@
3. The docker-compose file could be found under `/go-ethereum/docker-compose/docer-compose.yml`
4. The docker deploy file which creates new hardhat could found uder `/go-ethereum/.github/workflows/docker-deploy.yml`
1. The hardhat project is under `/go-ethereum/hardhat`
+
+ 2. The hardhat project was tested to verify that everything works as expected
+
+ * hardhat was initilized and new sample project was created:
+
+
+
+ * 1 Solidity file was compiled successfully:
+
+
+
+ * New test was initiated and passed successfully:
+
+
+
+ * Another full test suite for the token with a lot of additional information about Mocha passed successfully:
+
+
+
+ * The Deployment finished successfully:
+
+
+
+ * Tested Deploying to remote networks `Infura`
+
+
+
+
5. Terraform script which creates k8s cluster in AWS could be found `/go-ethereum/terraform/main.tf`
6. Added Blockscount