Skip to content

Macrometacorp/tutorial-addressbook-restql

Repository files navigation

Global Address Book - RestQL

Demo to show a real-time address book!

Setup

Federation Email Passsword
Global Data Network [email protected] xxxxxxxx

Overview

Dashboard:

dashboard.png

Macrometa Account Setup

  1. On the development machine, run the following commands in a console:
1. git clone [email protected]: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