... | @@ -70,7 +70,7 @@ This will install the Mongoose package and add it as a dependency to your projec |
... | @@ -70,7 +70,7 @@ This will install the Mongoose package and add it as a dependency to your projec |
|
|
|
|
|
## Hardhat
|
|
## Hardhat
|
|
|
|
|
|
To develop and deploy our smart contract we are using [Hardhat](https://hardhat.org), a popular development environment that offers tools for testing, compiling and deployment of Ethereum smart contracts. It also offers a built-in test network, the hardhat network that allows us to ..... without having to worry about gas fees before deploying the smart contract to a real Ethereum network.
|
|
To develop and deploy our smart contract we are using [Hardhat](https://hardhat.org), a popular development environment that offers tools for testing, compiling and deployment of Ethereum smart contracts. It also offers a built-in test network, the hardhat network that allows us to test our smart contract without having to worry about gas fees before deploying the smart contract to a real Ethereum network.
|
|
|
|
|
|
To add hardhat to your project, ensure that you're in the **nextjs-blog** directory and run the following command:
|
|
To add hardhat to your project, ensure that you're in the **nextjs-blog** directory and run the following command:
|
|
|
|
|
... | | ... | |