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:

+ + image + + * 1 Solidity file was compiled successfully:

+ + image + + * New test was initiated and passed successfully:

+ + image + + * Another full test suite for the token with a lot of additional information about Mocha passed successfully:

+ + image + + * The Deployment finished successfully:

+ + image + + * Tested Deploying to remote networks `Infura`

+ + image + image + 5. Terraform script which creates k8s cluster in AWS could be found `/go-ethereum/terraform/main.tf` 6. Added Blockscount