Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

threefoldtecharchive/tft-pricing-oracle

Repository files navigation

TFT Price Oracle

Price oracle that fetches the TFT price and exposes a http server in order to retrieve the price remotely.

Building

cargo build

Running

cargo run

Fetching the price:

curl localhost:8000/

Implemented APIs