You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main/guides/orchestration/index.md
+31-11
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,10 @@ The Agoric Orchestration API sits on top of Agoric’s novel VM that provides th
10
10
11
11
Agoric’s Orchestration APIs simplify controlling accounts on remote chains, moving assets, and using capabilities on any chain the API reaches.
12
12
13
-
<br/>
14
-
<imgsrc="./assets/chains.png"width="100%" />
15
-
<br/>
16
-
17
13
<br/>
18
14
<imgsrc="./assets/chains4.png"width="100%" />
19
15
<br/>
20
16
21
-
<br/>
22
-
<imgsrc="./assets/chains5.png"width="100%" />
23
-
<br/>
24
-
25
17
## Orchestration Overview
26
18
27
19
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.
@@ -36,6 +28,34 @@ The Orchestration API handles asynchronous tasks and complex workflows, includin
36
28
37
29
The following sequence diagram provides a comprehensive overview of the Orchestration process within the Agoric platform. This example illustrates the interaction between various components, highlighting how the Orchestration library (`OrchLib`) facilitates cross-chain operations. This is a good first example to understand the flow of the Orchestration API, showing the steps involved in creating and managing cross-chain transactions.
0 commit comments