Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
satawatnack committed Mar 7, 2024
1 parent 7e3c120 commit df72756
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Premium Data Sources Gateway

The gateway for data sources on BandChain that require an API key for access. However, to prevent exposing the key on the chain, our solution allows secure access to the API without revealing the key. Only validators assigned to retrieve data for BandChain requests have the capability to obtain price data from these data sources.

## Requirements

### Environment Variables
Expand All @@ -14,6 +16,8 @@ Ensure to update the environment variables for the Gateway and your chosen adapt

## Running the Application

> Note: You have the option to set the environment variable `MODE=development` to facilitate testing your API locally. This allows you to make requests without the necessity of verifying that the requests originate from validators assigned to retrieve data for BandChain.
### Docker Compose

To run the application using Docker Compose:
Expand Down Expand Up @@ -73,9 +77,9 @@ Example:
- `ADAPTER_NAME = "coin_gecko"`
- `API_KEY = <YOUR_COIN_GECKO_API_KEY>`

## VerifiableAi
## VerifiableAI

This VerifiableAi adapter type is used to request the Ai API.
This VerifiableAI adapter type is used to request the AI API.

### OpenAI

Expand Down

0 comments on commit df72756

Please sign in to comment.