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.
 
 
 
 
 
 
Ezerous efea48ded7 Up rendezvous, fix web3Options 4 years ago
docker Update README 4 years ago
packages Up rendezvous, fix web3Options 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 Up rendezvous, fix web3Options 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