Running the project

Requirements ✅

  • On your computer

    • If setting up using Docker

      • Installed Docker

      • Installed docker-compose (Bundled with the official Docker setup)

    • If setting up locally

Installation ⚙️

Git

  1. Clone the repo: git clone https://github.com/pajicf/token-price-oracle-orchestrator.git

  2. Navigate to the folder: cd token-price-oracle-orchestrator

  3. Fill the .env as in this guide

After you complete the previous steps, the following instruction will vary based on that if you're trying to run the project using docker or your local setup


Docker setup

  1. Run docker-compose up

  2. That's it!

If you've pulled new code files you'll have to rebuild the Docker image using docker-compose build --no-cache token_price_oracle_orchestrator_ts

Running locally

  1. Run yarn to install the dependencies

Last updated