Welcome to BlockVote, a decentralized voting platform built on the Tezos blockchain. BlockVote empowers users to create and vote on polls while providing full transparency in viewing poll results. The technology stack includes React, Node.js, Taquito, and more.
To get started with BlockVote, you'll need to set up both the client-side and server-side components. Here are the steps:
.env.example
to .env
and fill in the values.server/.env.example
to server/.env
and fill in the values.cd client
npm install
npm start
localhost:3000
.cd server
npm install
npm start
localhost:7000
.Add the server address to the client-side .env file as REACT_APP_SERVER_URL
.