GaloyMoney / price

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 66.1%Language:TypeScript 32.2%Language:Shell 0.7%Language:Dockerfile 0.7%Language:Makefile 0.3%