Update README.md

This commit is contained in:
Hernán Di Pietro 2021-10-01 11:07:04 -03:00 committed by GitHub
parent 0559f2c6b0
commit cc155fa156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,4 @@
# PriceCasterService
A backend that consumes prices from Pyth and feeds a TEAL program that stores price data in it's global state.
# PricecasterService
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 authenticity and subsequently stores the price information in the global application information for other contracts to retrieve.