Skip to content
This repository was archived by the owner on Jun 13, 2020. It is now read-only.

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voting on Waves platform blockchain

  1. Create votings directory and copy repo to it
git clone git@github.com:amrbz/voting.git voting
  1. Run docker compose file and build required containers
cd voting
docker-compose up -d
  1. Visit http://localhost:4203 to enter Crate IO panel and select Console tab.
  2. Create tables from /server/schema.sql
  3. Enter valid private keys to your server/config.py file
VOTERS_WALLET_PRIV_KEY = ''
OPTIONS_WALLET_PRIV_KEY = ''
VOTINGS_WALLET_PRIV_KEY = ''
TITLES_WALLET_PRIV_KEY = ''
DESCRIPTIONS_WALLET_PRIV_KEY = ''

Create five wallets and make sure to have positive balance on each of them

  1. Visit http://localhost:7210

To display server logs run: docker logs -f votings_server_1

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages