From 8206de79eea84a4a22d2e0038e10f4d16dffccf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A1n=20Di=20Pietro?= Date: Tue, 5 Oct 2021 10:56:41 -0300 Subject: [PATCH] Update README.md Image of system. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 72d78df7f..a72d4769b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ 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. +## System Overview + +![PRICECASTER](https://user-images.githubusercontent.com/4740613/136037362-bed34a49-6b83-42e1-821d-1df3d9a41477.png) + + ## Backend Configuration The fetcher will get information as soon as Pyth reports a price-change. Since publishing to the pricekeeper contract will be much slower, a buffered is approach is taken where a last set of prices is kept.