Go to file
AMStrix 968974d8d7 E2E - Web3 interaction & more tests (#202)
* account switching & setting gas for e2e web3

* e2e web3 interaction + new specs

* refund after payout spec

* use send instead of sendAsync + update ganache script cmd

* sign intercept + deterministic accounts

* add authentication to creation tests

* adjust cy.request call

* refactor + WIP fiddle with xhr

* xhook to modify incoming api requests
2018-11-21 21:20:09 -06:00
admin Fix regressions from Readable URLs #190 (#200) 2018-11-09 13:48:55 -05:00
backend Track proposal contributions (#219) 2018-11-21 21:18:22 -06:00
contract Contract Build Improvements (#215) 2018-11-21 17:24:33 -06:00
e2e E2E - Web3 interaction & more tests (#202) 2018-11-21 21:20:09 -06:00
frontend E2E - Web3 interaction & more tests (#202) 2018-11-21 21:20:09 -06:00
.gitignore Contract Build Improvements (#215) 2018-11-21 17:24:33 -06:00
.travis.yml Contract Build Improvements (#215) 2018-11-21 17:24:33 -06:00
README.md initial commit 2018-09-10 11:55:26 -05:00

README.md

(ALPHA) Grant.io Mono Repo

This is a collection of the various services and components that make up Grant.io.

Grant.io is under heavy development, and is not considered stable. Use at your own risk!

Setup


Docker

To get setup quickly, simply use docker-compose to spin up the necessary services

TBD
Locally

Alternatively, run the backend and front-end services 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