... | @@ -95,7 +95,7 @@ To install the plugin, run the following command and add the import to your hard |
... | @@ -95,7 +95,7 @@ To install the plugin, run the following command and add the import to your hard |
|
npm install --save-dev @nomiclabs/hardhat-ethers
|
|
npm install --save-dev @nomiclabs/hardhat-ethers
|
|
```
|
|
```
|
|
|
|
|
|

|
|
{height="450px"}
|
|
|
|
|
|
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:
|
|
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:
|
|
|
|
|
... | | ... | |