Hardhat is an advanced development environment for Solidity smart contracts, offering a user-friendly command-line interface (CLI) and seamless integration with popular tools like TypeScript and JavaScript.
With its comprehensive testing framework and plugin system, Hardhat enables efficient contract development, testing, and deployment on Ethereum and other compatible blockchains. It fosters a supportive community, making it accessible to developers of all levels, and empowering them to create innovative decentralised applications to contribute to the evolving blockchain landscape.
This Lab will take you through steps needed to create a local Hardhat node. You will also deploy and interact with a smart contract on it.
Upon completion of this lab, you will be able to: