From f2e94df645a6632f69ff633a9c842736285eab32 Mon Sep 17 00:00:00 2001 From: Mudassir Shabbir Date: Wed, 9 Oct 2024 18:28:50 +0500 Subject: [PATCH] docs: adding orch architecture image --- .../guides/orchestration/assets/orch_arch.svg | 614 ++++++++++++++++++ main/guides/orchestration/index.md | 4 + 2 files changed, 618 insertions(+) create mode 100644 main/guides/orchestration/assets/orch_arch.svg diff --git a/main/guides/orchestration/assets/orch_arch.svg b/main/guides/orchestration/assets/orch_arch.svg new file mode 100644 index 000000000..721e43755 --- /dev/null +++ b/main/guides/orchestration/assets/orch_arch.svg @@ -0,0 +1,614 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/main/guides/orchestration/index.md b/main/guides/orchestration/index.md index 59f31d432..f4708fa6d 100644 --- a/main/guides/orchestration/index.md +++ b/main/guides/orchestration/index.md @@ -10,6 +10,10 @@ The Agoric Orchestration API sits on top of Agoric’s novel VM that provides th Agoric’s Orchestration APIs simplify controlling accounts on remote chains, moving assets, and using capabilities on any chain the API reaches. +
+ +
+ ## Orchestration Overview Agoric's Orchestration API is a tool to help developers build seamless applications out of disparate interoperable chains and services. This composability allows for the development of user-centric applications that leverage the unique strengths of different blockchain ecosystems.