Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
/ Vote Public archive

A very simple alternative vote system using a Solidity Smart Contract and a Vue.js UI

Notifications You must be signed in to change notification settings

System-Glitch/Vote

Repository files navigation

Vote

A very simple alternative vote system based on a Solidity Smart Contract and using a Vue.js UI. This project is not meant to be used in production. It's a Proof of Concept and should be deployed on a test network such as Kovan.

Screenshot

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.