Galoy Price

April 8, 2022 ยท View on GitHub

This repository includes the next servers:

  • realtime price: exposes a GRPC endpoint providing a near real-time BTC price
  • price history: exposes a GRPC endpoint providing BTC price history

How to run servers commands

yarn <server> <internal command>

Example:

yarn realtime build

Docker images

To build docker images manually run the next commands from the root folder:

Realtime

docker build -f ./realtime/Dockerfile -t galoy-price .

History

docker build -f ./history/Dockerfile -t galoy-price-history .