Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/GaloyMoney/price


https://github.com/GaloyMoney/price

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Galoy Price

This repository includes the next servers:

- [realtime price](./realtime): exposes a GRPC endpoint providing a near real-time BTC price
- [price history](./history): exposes a GRPC endpoint providing BTC price history

## How to run servers commands

```bash
yarn
```

Example:

```bash
yarn realtime build
```

## Docker images

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

### Realtime
```bash
docker build -f ./realtime/Dockerfile -t galoy-price .
```

### History
```bash
docker build -f ./history/Dockerfile -t galoy-price-history .
```