Skip to content

alekscp/voting_dapp

Repository files navigation

Voting DApp

Simple pet project to get my hands dirty with the Ethereum/Web3 stack

Voting Dapp Demo

Dependencies

How to run locally

Installation

npm install

Usage

Spin up ganache-cli using npx

npx ganache-cli
  • Copy the mnemonic phrase generated by ganache-cli and import it into your Metamask
  • Switch Metamask to your localhost network

Start the front-end server

npm start

Migrate smart contract to development network

truffle migrate --network development

Run tests

truffle test

Visit localhost:8080

About

Simple voting Dapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published