Skip to content

Commit d17d466

Browse files
Update develop/smart-contracts/dev-environments/hardhat.md
Co-authored-by: Dawn Kelly <[email protected]>
1 parent ccf9da0 commit d17d466

File tree

1 file changed

+1
-1
lines changed
  • develop/smart-contracts/dev-environments

1 file changed

+1
-1
lines changed

develop/smart-contracts/dev-environments/hardhat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The plugin will compile your Solidity contracts for Solidity versions `0.8.0` an
121121
122122
## Set Up a Testing Environment
123123
124-
Hardhat allows you to spin up a local testing environment to test and validate your smart contract functionalities before deploying to live networks. The `hardhat-polkadot` plugin provides the possibility to spin up a local node with an ETH-RPC adapter for running local tests.
124+
Hardhat lets you spin up a local testing environment to test and validate your smart contract functionality before deploying to live networks. The `hardhat-polkadot` plugin allows you to spin up a local node with an ETH-RPC adapter for running local tests.
125125
126126
Once you have set up the binaries as per the [Compile Your Contract](#compile-your-contract) section, start your local testing node with:
127127

0 commit comments

Comments
 (0)