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

Latest commit

 

History

History
20 lines (11 loc) · 307 Bytes

readme.md

File metadata and controls

20 lines (11 loc) · 307 Bytes

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