Go to file
Hernán Di Pietro b124740baf Added Chai/ Chai-as-promised 2021-10-01 17:30:27 -03:00
backend Missing files. 2021-10-01 11:01:43 -03:00
lib Creation successful. Fixes + test deployment Betanet 2021-10-01 15:06:33 -03:00
scripts Fixes and testing scripts. 2021-09-30 19:04:16 -03:00
teal Creation successful. Fixes + test deployment Betanet 2021-10-01 15:06:33 -03:00
test Creation successful. Fixes + test deployment Betanet 2021-10-01 15:06:33 -03:00
tools Creation successful. Fixes + test deployment Betanet 2021-10-01 15:06:33 -03:00
.eslintrc.js Missing files. 2021-10-01 11:01:43 -03:00
.gitignore Initial commit 2021-09-30 15:34:21 -03:00
LICENSE Initial commit 2021-09-30 15:34:21 -03:00
README.md Update README.md 2021-10-01 11:08:08 -03:00
package-lock.json Added Chai/ Chai-as-promised 2021-10-01 17:30:27 -03:00
package.json Added Chai/ Chai-as-promised 2021-10-01 17:30:27 -03:00

README.md

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.