Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

2. Gravity Installation

Steven edited this page Mar 17, 2018 · 2 revisions

First, follow this guide to setup a Jupiter node.

To setup your custom Gravity app:

  1. Clone this repository
    git clone https://github.com/SigwoTechnologies/jupiter-gravity
  2. Enter the jupiter-gravity folder
    cd jupiter-gravity
  3. Install the environment
    bash install-dev.sh
  4. Install dependencies
    npm install
  5. Start the app
    npm start

You are able to see the Gravity app running on localhost:4000. You should see this page.

Gravity initial screen, showing app is not connected to blockchain

Now you are ready to connect the running Gravity app to the blockchain. Proceed to the next page.

Clone this wiki locally