Environment Configuration
Welcome to the .env Configuration page for Token-Price-Oracle-Orchestrator backend. Here you'll find the list of env variables to help you configure and run your project.
Setting up the environment
Run
cp .env.example .env
and fill the values
Where can I obtain the needed values?
Value
Description
Link
COINGECKO_API_KEY
The API key for consuming Coingecko service
ETHERSCAN_API_KEY
The API key for consuming Etherscan service
ALCHEMY_URL
Url for interacting with Alchemy (Make sure the Network is the same as of other values)
PRIVATE_KEY
The Private key that your orchestrator instance will be using for interacting with the EVM compatible network
Last updated