Wire up real data

Ghost User requested to merge am-real-data into master

@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 in src/index.js (without the dashes)
  • yarn install and yarn start

I'm working on the Electron part now, so that you (or the real user) won't need to do all these steps.

Merge request reports