This is the work of Ece Kayan, Emma Claxton, Hailey Fong, Matthew Cheung, Noel Lee and Yoon Kim as part of the Outlier Ventures Imperial Research Project.
This repo compiles the aforementioned individuals's work from the original repos with a few minor tweaks.
Requires: Linux or MacOS.
Note: this will install Node 8 and (for Linux only) npm 4.
./install.sh
If you have an npm git
failure, set git config --global url."https://github.com".insteadOf git://github.com
.
npm start
in each of the backend and frontend folders.
In order to use the dApp, you will need tokens to do so.
- You can do this yourself by deploying
contracts/contracts/TestToken.sol
to whatever network you choose to use, and sending your metamask address the tokens. Deployment automation can be found in thecontracts folder
:npm run compile
thennpm run deploy-proxies:[network]
. - You can send an email to developers@outlierventures.io and we'll send you some tokens.
More specific instructions can be found in the readmes in each folder.