From 1fce5ecaed2c6883c9fcf6bc5cf30084eedfd4e8 Mon Sep 17 00:00:00 2001 From: boneyard93501 <4523011+boneyard93501@users.noreply.github.com> Date: Mon, 19 Jul 2021 23:03:44 -0500 Subject: [PATCH] update readme --- aqua-examples/price-oracle/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aqua-examples/price-oracle/README.md b/aqua-examples/price-oracle/README.md index 1f8f896..6c246ac 100644 --- a/aqua-examples/price-oracle/README.md +++ b/aqua-examples/price-oracle/README.md @@ -239,3 +239,9 @@ or to a ready-made typescript stub: ```text % aqua-cli -i aqua-scripts -o air-scripts ``` + +## Summary + +We illustrated different ways to create decentralized price oracle applications on the Fluence stack by reusing existing services hosted on network peers. While the implementations for both price getter and oracle, i.e., mean, services are stylized, it should be quite apparent that the Fluence stack is well suited for a broad range of Web3 off-chain applications including price (feed) oracles. + +If you are interested in implementing service adapters to various DEX's at the smart contract level or oracle algortihms, please contact us and we can allocate some Gitcoin bounty to your efforts. \ No newline at end of file