Skip to content

Commit

Permalink
Add Note About create-hardhat-web3 to Hardhat Guide (#7281)
Browse files Browse the repository at this point in the history
Closes #7251
  • Loading branch information
danforbes authored Sep 24, 2024
1 parent d45b712 commit 61babcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/guides/hardhat_tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Following the recent compatibility update of Hardhat plugin [hardhat-web3-v4](ht

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

:::info
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.
:::

## Pre-requisite
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.

Expand Down

1 comment on commit 61babcc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 61babcc Previous: d45b712 Ratio
processingTx 21257 ops/sec (±6.74%) 23420 ops/sec (±7.45%) 1.10
processingContractDeploy 39869 ops/sec (±7.27%) 39574 ops/sec (±7.28%) 0.99
processingContractMethodSend 15648 ops/sec (±7.56%) 16166 ops/sec (±7.54%) 1.03
processingContractMethodCall 27272 ops/sec (±8.03%) 27511 ops/sec (±7.79%) 1.01
abiEncode 43420 ops/sec (±6.60%) 44885 ops/sec (±6.94%) 1.03
abiDecode 29805 ops/sec (±7.97%) 30405 ops/sec (±7.00%) 1.02
sign 1521 ops/sec (±0.83%) 1567 ops/sec (±0.53%) 1.03
verify 360 ops/sec (±0.50%) 369 ops/sec (±0.51%) 1.02

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.