Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.46 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.46 KB

Bothan

Overview

Bothan is a collection of libraries for querying and interacting with various cryptocurrency price data APIs.

Bothan supports the following sources:

Bothan API Stack

Pre-requisites

Usage

To run the Bothan API stack, set the config.toml file in both the bothan-api and bothan-api-proxy directories. An example config for bothan-api and bothan-api-proxy is given. Once the config file is set, run the following command from the root directory.

docker-compose up

Proto

Pre-requisites

To generate the protobuf files, you need to have the following installed:

Generate

To generate the protobuf files, run the following command:

buf generate

Contributing

We welcome contributions from the community! Before submitting a pull request, please review our contributing guidelines.

License

Licensed under either of Apache License, Version 2.0 or http://apache.org/licenses/LICENSE-2.0)