Go to file
Daniel Ternyak a4c7f25442
Merge pull request #227 from grant-project/comment-moderation
Comment moderation
2019-02-20 15:52:05 -06:00
admin Merge branch 'develop' into comment-moderation 2019-02-18 15:36:31 -06:00
backend Merge branch 'develop' into comment-moderation 2019-02-19 16:46:03 -06:00
blockchain Address validation (#156) 2019-02-05 15:26:37 -05:00
e2e
frontend Merge branch 'develop' into comment-moderation 2019-02-20 15:51:55 -06:00
.gitignore
.travis.yml
README.md Proposal staking (#134) 2019-01-31 17:56:16 -05: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