Folks Feed Oracle
  • Introduction
  • FOLKS FEED ORACLE
    • Overview
    • Server
    • Provider
    • Smart contract
  • Developers
    • Introduction
    • SDK
      • Python
      • PyTEAL
    • Contract
    • Feeds
  • OTHERS
    • Socials
    • Brand assets
    • Make a request
    • Glossary
Powered by GitBook
On this page
  1. FOLKS FEED ORACLE

Overview

PreviousIntroductionNextServer

Last updated 2 years ago

Folks Feed Oracle can be divided into a stack of 4 components:

  1. Real world data: includes all sources from which the 2.Server will receive feeds e.g. Coingecko, Chainlink.

  2. Server: is the heart of FFO, this takes, filters and processes the 1.Real world data feeds and sets them into 3.Smart contract. There may be several servers belonging to different companies (owners) updating different feeds at different frequencies.

  3. Smart contract: is a stateful Algorand Smart Contract in which an updater i.e. address controlled by the 2.Server sets the feeds. Through the ASC1 the 4.Platforms can read the data using the SDKs.

  4. Platforms: Any platform wishing to read and use the feeds stored in the 3.Smart contract.

For more details:

Server

Smart contract