Go to file
Daniel Ternyak 133ecd4d7e
Herokuify Admin (#53)
* Create Procfile for Admin

* Add heroku-postbuild to build 'admin' before serving
2019-01-10 14:01:26 -06:00
admin Herokuify Admin (#53) 2019-01-10 14:01:26 -06:00
backend PR fixes 2019-01-10 12:27:04 -05:00
blockchain Convert blockchain microservice to use webhooks instead of websocket. Confirm contributions via webhook. 2019-01-08 17:58:32 -05:00
e2e E2E - Web3 interaction & more tests (#202) 2018-11-21 21:20:09 -06:00
frontend PR fixes 2019-01-10 12:27:04 -05:00
.gitignore User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
.travis.yml User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
README.md User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00

README.md

ZCash Grant System

This is a collection of the various services and components that make up the ZCash Grant System.

Setup


Locally

Instructions for each respective component can be found in:

  • /backend/README.md

  • /frontend/README.md

We currently only offer instructions for unix based systems. Windows may or may not be compatible.

Testing

To run tests across all components simultaneously, use the following command

TBD

Deployment

TBD