You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Apostolos Fanakis 27e82c86d0 Merge branch 'develop' into 'master' 3 years ago
docker refactor: up node version in Dockerfiles 3 years ago
jenkins fix: increase sleep time for ganache 3 years ago
packages fix: increase pinner stats polling interval 3 years ago
.dockerignore fix: add missing concordia prefix to package name directory, account for... 3 years ago
.gitattributes fix: add missing concordia prefix to package name directory, account for... 3 years ago
.gitignore fix: add missing concordia prefix to package name directory, account for... 3 years ago
LICENSE fix: add missing concordia prefix to package name directory, account for... 3 years ago
README.md fix: add missing concordia prefix to package name directory, account for... 3 years ago
package.json fix: add missing concordia prefix to package name directory, account for... 3 years ago
yarn.lock fix: install babel and hopefully fix build issue 3 years ago

README.md

Concordia

A distributed forum using Blockchain, supporting direct democratic voting

Setup

You can find detailed instructions on how to get started with each service in the respective package directories. The overall setup pipeline for development is this though:

  • start rendezvous server and ganache
  • migrate contracts
  • start application

Using Docker images

This project provides docker images for a number of services required to set up Concordia, as well as for Concordia itself.

Check out the README.md in the ./docker directory