Go to file
William O'Beirne 4091deaf2f
Request for Proposal (Pt. 1 - Models & Admin) (#120)
* Convert constants into enums

* Initial RFP models and views.

* Fix model and enums

* RFP admin fully fleshed out.

* Fix tsc

* Fix tests and tsc

* Fix closed tag display

* Request for Proposal (Pt. 2 - Public View) (#125)

* RFP list page and backend endpoints. Scaffold of detail view.

* RFP detail view. Fix faulty addRfp action.

* Fix 0 showing up

* PR cleanup
2019-01-30 12:59:15 -05:00
admin Request for Proposal (Pt. 1 - Models & Admin) (#120) 2019-01-30 12:59:15 -05:00
backend Request for Proposal (Pt. 1 - Models & Admin) (#120) 2019-01-30 12:59:15 -05:00
blockchain Blockchain watcher bootstrap (#92) 2019-01-21 12:51:49 -05:00
e2e E2E - Web3 interaction & more tests (#202) 2018-11-21 21:20:09 -06:00
frontend Request for Proposal (Pt. 1 - Models & Admin) (#120) 2019-01-30 12:59:15 -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 Update ReadMe with "Zcash" Typo (#83) 2019-01-16 16:46:50 -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