Skip to content

GaloyMoney/price

Repository files navigation

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 .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published