Skip to content

E-VoteChain/VoteChain_Blockchain

Repository files navigation

Commands to Run VoteChain Locally

# 1. Install dependencies
npm install

# 2. Compile smart contracts
npx hardhat compile

# 3. Start local Hardhat blockchain
npx hardhat node

➡️ In a new terminal tab:

# 4. Deploy contracts to the local network
npx hardhat run scripts/deploy.js --network localhost

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published