Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 61babcc

Browse files
author
Dan Forbes
authored
Add Note About create-hardhat-web3 to Hardhat Guide (#7281)
Closes #7251
1 parent d45b712 commit 61babcc

File tree

1 file changed

+4
-0
lines changed
  • docs/docs/guides/hardhat_tutorial

1 file changed

+4
-0
lines changed

docs/docs/guides/hardhat_tutorial/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Following the recent compatibility update of Hardhat plugin [hardhat-web3-v4](ht
1010

1111
This tutorial will guide you through using Web3js as a plugin to interact with the Blockchain.
1212

13+
:::info
14+
This tutorial explains how to create a Web3.js + Hardhat project from scratch. The [`create-hardhat-web3`](https://github.com/web3/hardhat-web3) command line utility was created to automate many of the steps in this tutorial and make it easier to quickly bootstrap a new Web3.js + Hardhat project.
15+
:::
16+
1317
## Pre-requisite
1418
This tutorial assumes you have previous knowledge of writing Smart contracts, and are convenient working with JavaScript/TypeScript. You should have [NodeJS](https://nodejs.org/en) version greater than v16 installed.
1519

0 commit comments

Comments
 (0)