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.gitNavigate to the folder:
cd token-price-oracle-orchestratorFill 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 upThat'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
yarnto install the dependencies
Last updated
