From 7e2fe56565338d4ffc06f1f37613ad80ef073a9c Mon Sep 17 00:00:00 2001 From: boneyard93501 <4523011+boneyard93501@users.noreply.github.com> Date: Fri, 6 Aug 2021 22:57:20 -0500 Subject: [PATCH] Update README.md --- aqua-examples/price-oracle/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/aqua-examples/price-oracle/README.md b/aqua-examples/price-oracle/README.md index 7c962f1..d254822 100644 --- a/aqua-examples/price-oracle/README.md +++ b/aqua-examples/price-oracle/README.md @@ -242,6 +242,4 @@ or to a ready-made typescript stub: ## 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 +We illustrated different ways to create decentralized price oracle applications with Aqua and 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.