wormhole/README.md

7 lines
325 B
Markdown
Raw Normal View History

2021-10-01 07:08:08 -07:00
# 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.
2021-10-01 07:07:04 -07:00