© Shashank Mohan Jain 2023
S. M. JainA Brief Introduction to Web3https://doi.org/10.1007/978-1-4842-8975-4_8

8. Hardhat

Shashank Mohan Jain1  
(1)
Bangalore, India
 

In previous chapters, we have seen how to manage the lifecycle of Ethereum-based smart contracts using Remix IDE and Truffle. Now we will look at another framework known as Hardhat that can be used to manage the lifecycle of smart contracts. The lifecycle includes tasks like creating, compiling, testing, and deploying the contracts.

You can create smart contracts while having the assistance of Hardhat throughout the entire process. It is also of great assistance when testing already implemented contracts and developing “future assumptions.”

8.1 Installation of Hardhat Framework

Install node.js ...

Get A Brief Introduction to Web3: Decentralized Web Fundamentals for App Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.