Go to file
Will O'Beirne 6c8ce3f87d
Show send instructions on profile pending contributions.
2019-01-09 17:26:28 -05:00
admin Merge latest develop in. 2019-01-09 16:57:15 -05:00
backend Merge latest develop in. 2019-01-09 16:57:15 -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 Show send instructions on profile pending contributions. 2019-01-09 17:26:28 -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