Wire up real data
@brianflanagan To make it work there are some steps to be done, we merge this only if it works correctly on your machine
- Install parity and run
parity --light --ws-origins
- In another terminal, run
parity signer new-token
and paste the token insrc/index.js
(without the dashes) -
yarn install
andyarn start
I'm working on the Electron part now, so that you (or the real user) won't need to do all these steps.