This project involves deploying smart contracts using Hardhat and running a local development server for the client application.
Ensure you have Node.js and npm installed. You will also need Hardhat installed globally or locally in your project.
-
Clone the repository:
git clone https://github.com/your-repo/project-name.git cd project-name -
Install dependencies:
npm install
Run the Hardhat local blockchain node:
npx hardhat nodenpx hardhat run scripts/deploy.js --network localhostcd clientnpm run dev