Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/guides/hardhat_tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Running the above command will generate a folder called `artifacts` containing t

![images](./asset/artifacts.png)

To deploy the contract, we will modify the `script/deploy.ts` file as shown below.
Copy link
Contributor

Choose a reason for hiding this comment

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

It will be done by some one from team. @SantiagoDevRel

To deploy the contract, we will modify the `scripts/deploy.ts` file as shown below.

First, we import the initialized web3 object from hardhat. Next we get the artifacts.

Expand Down
Loading