Skip to content

mehan05/Buy_Me_Coffee

Repository files navigation

Project Setup and Deployment Guide

This guide provides instructions to set up and deploy your Hardhat development environment and run the ChaiClient application.

Prerequisites

Ensure you have the following installed:

Instructions

1. Start Hardhat Node

To start a local Ethereum node, run:

npx hardhat node

2. Add Your Wallet PrivateKey

PRIVATE_KEY=your_wallet_private_key_here

3. Deploy Smart Contracts

npx hardhat run scripts/deploy.js --network localhost

4. Run FrontEnd

cd client/ChaiClient
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published