Create Hardhat Project
Set up a Hardhat project by installing dependencies, initializing a new npm project, and creating a sample Hardhat environment to deploy smart contracts on SupraEVM.
Install Hardhat and Dependencies
Create a new project directory and navigate into it:
Initialize a new npm project:
Install Hardhat:
Create a sample project using Hardhat:
Last updated