diff --git a/main/guides/orchestration/assets/chains.png b/main/guides/orchestration/assets/chains.png new file mode 100644 index 000000000..efb7c87b0 Binary files /dev/null and b/main/guides/orchestration/assets/chains.png differ diff --git a/main/guides/orchestration/assets/icaoverview.png b/main/guides/orchestration/assets/icaoverview.png deleted file mode 100644 index 8c63f7039..000000000 Binary files a/main/guides/orchestration/assets/icaoverview.png and /dev/null differ diff --git a/main/guides/orchestration/assets/orca.png b/main/guides/orchestration/assets/orca.png deleted file mode 100644 index de436a271..000000000 Binary files a/main/guides/orchestration/assets/orca.png and /dev/null differ diff --git a/main/guides/orchestration/assets/orca2.png b/main/guides/orchestration/assets/orca2.png deleted file mode 100644 index 3b9f68291..000000000 Binary files a/main/guides/orchestration/assets/orca2.png and /dev/null differ diff --git a/main/guides/orchestration/assets/orch_contract_arch.svg b/main/guides/orchestration/assets/orch_contract_arch.svg new file mode 100644 index 000000000..8062dc5fd --- /dev/null +++ b/main/guides/orchestration/assets/orch_contract_arch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/main/guides/orchestration/how-orch-works.md b/main/guides/orchestration/how-orch-works.md index 1993d23dd..a12d8ee43 100644 --- a/main/guides/orchestration/how-orch-works.md +++ b/main/guides/orchestration/how-orch-works.md @@ -15,6 +15,10 @@ To achieve these goals, several foundational technologies and protocols have been developed, with the [Inter-Blockchain Communication (IBC) protocol](https://ibcprotocol.org/) being one of the most prominent. +
+ +
+ ### Inter-Blockchain Communication (IBC) The [Inter-Blockchain Communication (IBC) protocol](https://ibcprotocol.org/) diff --git a/main/guides/orchestration/index.md b/main/guides/orchestration/index.md index 59f31d432..f30d4033a 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.