This commit is contained in:
Hernán Di Pietro 2021-10-01 15:06:47 -03:00
commit 4234a1d1b1
1 changed files with 6 additions and 2 deletions

View File

@ -1,2 +1,6 @@
# PriceCasterService
A backend that consumes prices from Pyth and feeds a TEAL program that stores price data in it's global state.
# Pricecaster Service
This service consumes prices from Pyth and feeds a TEAL program with messages containing signed price data. The program code validates signature and message validity, and if successful, subsequently stores the price information in the global application information for other contracts to retrieve.