Blockits

Blockits is a dead simple crypto investor dashboard. Import Gdax public API key and see an overview of your crypto metrics. Watch your blockchain profits with Blockits.

Installation and startup

open your terminal and type the commands below:

  1. clone the repository
git clone https://github.com/Jlevyd15/gdax-api-test.git
  1. from the repository directory install the npm modules
npm install
  1. start the server
npm run start
  1. open a browser and navigate to the login page
http://localhost:3000/data/login

Key Generation and Usage

The current implementation is for testing purposes only. It is only compatible with Gdax trading platform thus far. You'll need to first head over to Gdax, login and generate an API key, explained below.

  1. Login to Gdax and go to the API settings page here

  2. Under the permissions selections check the box for 'view'

  3. copy the auto generated passphrase and keep it somewhere, you'll need it later

  4. Click "Generate API Key'

  5. you will then see the public API key and a secret key copy both of these we will use them in the next step.

  6. finally you should have these three things

    1. public key
    2. secret
    3. passphrase
  7. once you have these head over to your browser (assuming you have followed the installation and startup instructions above) and enter them into the app in their respective places. Here