... | @@ -83,3 +83,8 @@ Then run the command: |
... | @@ -83,3 +83,8 @@ Then run the command: |
|
and choose the option to create an empty **hardhat.config.js** file to configure your Hardhat development environment. Here you can define various settings such as the version of the solidity compiler that Hardhat uses to compile your smart contracts and put in the test networks that are going to be used for contract deployment.
|
|
and choose the option to create an empty **hardhat.config.js** file to configure your Hardhat development environment. Here you can define various settings such as the version of the solidity compiler that Hardhat uses to compile your smart contracts and put in the test networks that are going to be used for contract deployment.
|
|
|
|
|
|
(insert picture of hardhat.config.js here)
|
|
(insert picture of hardhat.config.js here)
|
|
|
|
|
|
|
|
After that you can create the folders **contract/** to store the source files for your smart contracts and **scripts/** where you can store the script for the contract deployment.
|
|
|
|
Now your directory should look like this:
|
|
|
|
|
|
|
|
 |
|
|
|
\ No newline at end of file |