Fast and performant exchange rate queries. The monitor uses CoinGecko API to feed gRPC server. To perform conversion fast we store live exchange rates in local memory and sync them periodically.
Get some help
make help
Test the code (includes coverage)
make test
Build and start gRPC server
make start
Test grpc server (grpcurl needs to be installed)
make test-server
Compile .proto file
make protos