ykfujita / oracle_orfeed

Python program that retrieves prices of Token. Prices are provided by Orfeed Oracle.

Home Page:https://www.orfeed.org/docs/#gettingRates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oracle OrFeed

Oracle OrFeed is a Python program which retrieves the prices of the tokens provided by the oracle OrFeed, and try to find arb opportunities.

Environnement

You have to rename .env-example to .env. Then insert your BLOCKCHAIN_PROVIDER in .env file. This can be NB : Leave the variable network as is.

BLOCKCHAIN_PROVIDER=
NETWORK=mainnet

Installation

Create a virtual environment and nstall the package listed in requirements.txt

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

Usage

python3 app.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Python program that retrieves prices of Token. Prices are provided by Orfeed Oracle.

https://www.orfeed.org/docs/#gettingRates


Languages

Language:Python 100.0%