We created a standalone EOS voting application that signs your transactions locally with your private key and then executes the transaction on the blockchain. The reason for this is multi-fold:
- The only EOS voting tool that is endorsed is a command line application which is difficult to install and use and will greatly limit access to voting.
- Scatter, the most popular EOS wallet, did not receive an official endorsement from the community as a safe voting tool and many voters have reported having issues importing their accounts.
- The alternative web voting interface relies on Scatter, and even though your private key never leaves your browser, we wanted to provide you an extra level of security through an application that runs outside the browser and the potential reach of toolbars, botnets and other bad actors.
# Clone this repository
[email protected]:
git clone https://github.com/bancorprotocol/liquideos-voting-app.git
# Go into the repository
cd liquideos-voting-app
# Install dependencies
npm install
# Run the app
npm start
# Clone this repository
git clone https://github.com/bancorprotocol/liquideos-voting-app.git
# Go into the repository
cd liquideos-voting-app
# Install dependencies
npm install
# Create distribution
npm run dist