Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.03 KB

File metadata and controls

11 lines (7 loc) · 1.03 KB

Data provider service

Data provider service is a service that is run by a data provider participating in FTSO scaling protocol. The service provides API routes that Flare System Client queries to obtain data for commits, reveals and results of calculations (median values and random number). Data provider depends on:

Data providers do not directly communicate with blockchain. Instead, read access is provided through queries into indexer database while calculated information is then picked up by Flare System Client who manages sending data onto chain.

Data provider implements and exposes the following API routes. All the data provider's core logic is implemented in FTSO Scaling Core library