diff --git a/aqua-examples/price-oracle/README.md b/aqua-examples/price-oracle/README.md index fadad90..a142329 100644 --- a/aqua-examples/price-oracle/README.md +++ b/aqua-examples/price-oracle/README.md @@ -140,7 +140,6 @@ Figure 3: Stylized Service Creation By Marine Module Linking - As seen in Figure 3, we link the price_getter module and curl adapter module into a price_getter service ready for deployment to the Fluence peer-to-peer network. Before we proceed, we have one more service to consider: the price quote processing service which yields the oracle. Again, we simplified what could be an extensive processing algorithm into a simple mean calculation, see [mean_service]("./../mean_service/src/main.rs") for implementation details. Unlike the price getter service, mean service is a simple, FaaS compute module that deploys on any number of network peers. We now have our code in place and area ready to compile and our compilation instructions are contain in the `scripts/build.sh` script, which basically instructs the the code is compiled with `marine` and that the resulting Wasm modules are copied to the `artifacts` directory. In the project directory: diff --git a/aqua-examples/price-oracle/image/browser_demo.png b/aqua-examples/price-oracle/image/browser_demo.png new file mode 100644 index 0000000..5fab3b7 Binary files /dev/null and b/aqua-examples/price-oracle/image/browser_demo.png differ diff --git a/aqua-examples/price-oracle/image/figure_1.png b/aqua-examples/price-oracle/image/figure_1.png new file mode 100644 index 0000000..69a0810 Binary files /dev/null and b/aqua-examples/price-oracle/image/figure_1.png differ diff --git a/aqua-examples/price-oracle/image/figure_2.png b/aqua-examples/price-oracle/image/figure_2.png new file mode 100644 index 0000000..36cb9c9 Binary files /dev/null and b/aqua-examples/price-oracle/image/figure_2.png differ