Tagged “Hardhat”

Truffle vs Hardhat | Which is the best tool to develop smart contract?

Truffle vs Hardhat | Which is the best tool to develop smart contract?

Hardhat has error handling and testing tools like console.log method, which we can call from the smart contracts and log in the terminal, but in Truffle, we should write our own events and deal with them to test our contracts.

Read More
Code, Compile, and Deploy using HardHat

Code, Compile, and Deploy using HardHat

In this article, we will setup the hardhat coding environment, then we’ll do solidity coding to read and write data in blockchain. After that, we will...

Read More
Connect Hardhat Contract with Ethers in Frontend

Connect Hardhat Contract with Ethers in Frontend

We will use Ethers.js to send and receive the data from smart contract that we created using Hardhat.

Read More

See all tags.