Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.11 KB

Global Address Book - RestQL

Demo to show a real-time address book!

Setup

Federation Email Passsword
Global Data Network demo@macrometa.com xxxxxxxx

Overview

Dashboard:

dashboard.png

Macrometa Account Setup

  1. On the development machine, run the following commands in a console:
1. git clone git@github.com:Macrometacorp/tutorial-addressbook-restql.git
2. cd tutorial-addressbook-restql
3. git fetch
4. npm install
5. npm run start
  1. Rename .env.sample to .env and update the REACT_APP_GDN_URL with https://play.macrometa.io

  2. Once you have the app running, you will be presented with a page to log in with your Macrometa account. Add your Macrometa account email and password and the user will then be asked to select one region in the GUI.

  3. Deploy on GH Pages:

npm run deploy