Go to file
William O'Beirne 5d7990a175 Testnet banner (#362)
* Scaffolding for banner

* Layout one

* Hide on homepage.

* Invert conditional
2019-03-14 14:37:50 -05:00
admin admin: proposal published shows 'n/a' when datePublished is 0 (#361) 2019-03-14 12:47:42 -04:00
backend Limit Contribution Related Emails (#360) 2019-03-14 12:46:09 -04:00
blockchain Address TODOs (#349) 2019-03-13 16:39:50 -05:00
e2e Zcash e2e basics (#329) 2019-03-13 18:36:06 -05:00
frontend Testnet banner (#362) 2019-03-14 14:37: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
DISCLOSURE.md Create DISCLOSURE.md (#335) 2019-03-12 16:36:17 -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