Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 618 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 618 Bytes

Galoy Price

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 .