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 f288af3e1e fix: would be nice to also actually enable the certificate 🤦 4 years ago
docker fix: update production envs 4 years ago
jenkins fix: would be nice to also actually enable the certificate 🤦 4 years ago
packages Merge branch 'develop' into fix/fix-service-integrations-and-urls 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 Multiple minor improvements & fixes 4 years ago
package.json Revert add shelljs 4 years ago
yarn.lock chore: up yarn.lock 4 years ago

README.md

Concordia

A distributed forum using Blockchain, supporting direct democratic voting

Setup

cd concordia
yarn

Compile contracts

cd packages/concordia-contracts
yarn compile

Run app

cd packages/concordia-app
yarn start

Build app

cd packages/concordia-app
yarn build

Using Docker images

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

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