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 b0ade6c5bc Merge branch 'fix/103-fix-registration-second-step-submit' into 'develop' 4 years ago
docker fix: fix docker contracts test script 4 years ago
jenkins refactor: hopefully fixed 4 years ago
packages fix: disable personal information submit button if all fields are empty 4 years ago
.dockerignore refactor: add support for runtime environment variable in built app 4 years ago
.gitattributes Init 4 years ago
.gitignore fix: copy shared package in docker images 4 years ago
LICENSE Add LICENSE 4 years ago
README.md refactor: init separate readme files 4 years ago
package.json Revert add shelljs 4 years ago
yarn.lock fix: stop ipfs on errors 4 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