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