Skip to content

Commit

Permalink
chore: clarifying accounts on remote chains
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovonni committed Oct 8, 2024
1 parent 8cc9149 commit cebe1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/guides/orchestration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Agoric Orchestration API sits on top of Agoric’s novel VM that provides th
- **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.
- **On-chain Timers**: Contracts can set timers for regular execution which makes executing common activities like subscriptions easy.

Agoric’s Orchestration APIs simplify controlling remote chains, moving assets, and using capabilities on any chain the API reaches.
Agoric’s Orchestration APIs simplify controlling accounts on remote chains, moving assets, and using capabilities on any chain the API reaches.

## Orchestration Overview

Expand Down

0 comments on commit cebe1ff

Please sign in to comment.