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 2afae40973 Update yarn.lock 4 years ago
docker Add note for the env files of host-chain targets 4 years ago
packages Merge branch 'implement-ui' into restore-docker-configuration 4 years ago
.dockerignore Minor fixes and improvements 4 years ago
.gitattributes Init 4 years ago
.gitignore Minor fixes and improvements 4 years ago
README.md Add main README.md, Init docker README.md 4 years ago
package.json Revert add shelljs 4 years ago
yarn.lock Update yarn.lock 4 years ago

README.md

Concordia

A distributed forum using Blockchain, supporting direct democratic voting

Setup

cd apella
yarn

Compile contracts

cd packages/apella-contracts
yarn compile

Run app

cd packages/apella-app
yarn start

Build app

cd packages/apella-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