Ezerous 08529858b5 Express init, refactoring 4 years ago
docker Pinner init 4 years ago
packages Express init, refactoring 4 years ago
.dockerignore Move nginx.conf to docker directory 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 Express init, refactoring 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