Skip to content

Prince08032/W3_voteing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup and Deployment

Installation

To get started, after cloning the repository, you need to install the required packages. Run the following command:

npm install

Compiling and Deploying the Smart Contract

Before running the application, you must compile the smart contract and upload it to the blockchain. Execute the following commands:

npx hardhat compile
npx hardhat run scripts/deploy.js --network sepolia

Running the Application

Once the contract is deployed, start the application by running:

npm start

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published