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
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The Agoric Orchestration API sits on top of Agoric’s novel VM that provides th
8
8
-**Multiblock execution with `async` and `await`**: Agoric applications communicate asynchronously and await responses which may come in the same block or many blocks (or weeks!) later. Contracts simply continue executing when the response arrives.
9
9
-**On-chain Timers**: Contracts can set timers for regular execution which makes executing common activities like subscriptions easy.
10
10
11
-
Agoric’s Orchestration APIs simplify controlling remote chains, moving assets, and using capabilities on any chain the API reaches.
11
+
Agoric’s Orchestration APIs simplify controlling accounts on remote chains, moving assets, and using capabilities on any chain the API reaches.
0 commit comments