Skip to content

mehan05/supplyChain

Repository files navigation

SupplyChain Management

This project involves deploying smart contracts using Hardhat and running a local development server for the client application.

Getting Started

Prerequisites

Ensure you have Node.js and npm installed. You will also need Hardhat installed globally or locally in your project.

Installation

  1. Clone the repository:

    git clone https://github.com/your-repo/project-name.git
    cd project-name
  2. Install dependencies:

    npm install

Running the Project

1. Start the Hardhat Node

Run the Hardhat local blockchain node:

npx hardhat node

2. Deploy the Smart Contracts

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

3. Navigate to the Client

cd client

4. Run the Development Server

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors