Go to file
Daniel Ternyak fe5632dc75
Merge pull request #179 from grant-project/rfp-fields
RFP Fields (matching, bounty, dates)
2019-02-15 12:05:59 -06:00
admin Set initialValue of matching field on RFPs. 2019-02-14 19:14:03 -05:00
backend Fix migration 2019-02-14 19:08:48 -05:00
blockchain Address validation (#156) 2019-02-05 15:26:37 -05:00
e2e E2E - Web3 interaction & more tests (#202) 2018-11-21 21:20:09 -06:00
frontend Tags for list view, bold bounty and matching on detail view. 2019-02-15 12:46:50 -05: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