Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fassko/ftso-demo
https://github.com/fassko/ftso-demo
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fassko/ftso-demo
- Owner: fassko
- Created: 2023-11-30T13:40:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-02T12:17:48.000Z (8 months ago)
- Last Synced: 2024-03-03T08:30:06.960Z (8 months ago)
- Language: TypeScript
- Homepage: https://ftso-demo.vercel.app
- Size: 246 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.