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
Installed Node.js 18
Installed yarn package manager
Installation ⚙️
Git
Clone the repo:
git clone https://github.com/pajicf/token-price-oracle-orchestrator.git
Navigate to the folder:
cd token-price-oracle-orchestrator
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
Run
docker-compose up
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
Run
yarn
to install the dependencies
Last updated