Go to file
Daniel Ternyak 93dd3c0a7e
Merge pull request #299 from grant-project/profile-comment-markdown
Profile Comments Bugs
2019-03-05 12:30:55 -06:00
admin Merge branch 'develop' into various-fixes 2019-02-27 17:15:12 -06:00
backend Merge branch 'develop' into canceled-failed-fix 2019-03-05 10:43:42 -06:00
blockchain Reduce payload size for bootstrap. Fix invalid response to bootstrap. Bootstrap height now starts at N - min confs. 2019-03-04 14:40:37 -05:00
e2e E2E - Web3 interaction & more tests (#202) 2018-11-21 21:20:09 -06:00
frontend FE: convert profile comment dateCreated to milliseconds 2019-03-05 11:40:25 -06:00
.gitignore User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
.travis.yml Run tests and make a build of blockchain in CI. (#72) 2019-01-16 16:59:00 -05:00
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