stakeflow / umee-exporter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UMEE exporter

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Running the application

Prerequisites

  • Node.js
  • pm2 (Run npm install pm2 -g to install it.)
Step 1: Clone this repo to your server and change directory
git clone https://github.com/genesis-lab-team/umee-exporter
cd umee-exporter
Step 2: Install npm dependencies and copy ".env.example" files to ".env" with install.js script.
node install.js

You need to modify default variables in .env files according to your setup.

Step 3: Run the app in development mode with pm2
pm2 start ecosystem.config.js

About


Languages

Language:JavaScript 97.1%Language:Shell 2.9%