Skip to content

witnet/witnet-price-feeds-poller

Repository files navigation

Witnet Price Feeds Poller

Basic setup

virtualenv -p python3 .
source bin/activate
pip install -r requirements.txt
python price_feeds_poller.py

Docker image building

Automated builds

This repository automatically builds and publishes images on Docker Hub upon pushing a new git tag.

Manual builds

Building the Docker image manually is also possible:

docker build -t witnet/price-feeds-poller -f docker/Dockerfile .