Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fassko/ftso-demo


https://github.com/fassko/ftso-demo

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Flare Time Series Oracle (FTSO)

The FTSO is Flare’s native oracle for time series data such as cryptocurrency prices. It provides applications on the Flare network with highly accurate and decentralized data. No single party controls the process, and it would take a lot of effort to disrupt.

This FTSO demo showcases current and historical prices for selected tokens, providing a live demonstration of the Flare Time Series Oracle (FTSO).

You can access that on [ftso-demo.flare.rocks](https://ftso-demo.flare.rocks/).

Read the [official documentation](https://docs.flare.network/tech/ftso/).

## Run locally

1. Install dependencies

```bash
npm install
```

2. Run the development server:

```bash
npm run dev
```

3. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.