Skip to content

Commit

Permalink
Merge pull request #3169 from ololade97/patch-1
Browse files Browse the repository at this point in the history
Update index.md
  • Loading branch information
alcuadrado authored Sep 14, 2022
2 parents 97b99e0 + 6d46a20 commit 59d262b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ prev: false

Welcome to our beginners guide to Ethereum contracts and dApp development. This tutorial aims to quickly get you set up to build something from scratch.

To orchestrate this process we're going to use Hardhat, a development environment that facilitates building on Ethereum. It helps developers manage and automate the recurring tasks that are inherent to the process of building smart contracts and dApps, and it allows you to easily introducing more functionality around this workflow. This means compiling and testing at the very core.
To orchestrate this process we're going to use Hardhat, a development environment that facilitates building on Ethereum. It helps developers manage and automate the recurring tasks that are inherent to the process of building smart contracts and dApps, and it allows you to easily introduce more functionality around this workflow. This means compiling and testing at the very core.

Hardhat also comes built-in with Hardhat Network, a local Ethereum network designed for development. It allows you to deploy your contracts, run your tests and debug your code.

Expand Down

0 comments on commit 59d262b

Please sign in to comment.