Skip to content

Commit

Permalink
fix: added line breaks plus other small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Jun 24, 2024
1 parent 15604d5 commit 31bf21e
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions main/guides/orchestration/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
# Orchestration Overview

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.

Orchestration is a core concept within the Agoric platform designed to empower entrepreneurs. It enables the creation of smart contracts that seamlessly interact with applications deployed on various blockchains. This composability allows for the development of user-centric applications that leverage the unique strengths of different blockchain ecosystems.
The Agoric Orchestration API simplifies interactions between multiple networks, particularly those using the Inter-Blockchain Communication (IBC) protocol within Cosmos. The API acts as an abstraction layer, streamlining multi-step processes while maintaining requestor authority. Smart contracts involved gain no additional privileges.
Orchestration integrates with existing Agoric components (SwingSet, Cosmos modules) and introduces the vat-orchestration vat. This vat manages Inter-Chain Account (ICA) identities and connections to host chains, ensuring proper transaction authorization.
The orchestration client handles asynchronous tasks and complex workflows, including those spanning multiple chains. This empowers smart contracts for actions like inter-chain staking and multi-hop transfers, facilitated by notifications from the transfer vat and IBC middleware updates. Orchestration simplifies complex cross-chain interactions within a secure and user-controlled environment on the Agoric platform.
The Agoric Orchestration API simplifies interactions between multiple networks, particularly those
using the Inter-Blockchain Communication (IBC) protocol within Cosmos. The API acts as an
abstraction layer, streamlining multi-step processes.


Orchestration integrates with existing Agoric components (SwingSet, Cosmos modules) and introduces
vat-orchestration. This vat manages Inter-Chain Account (ICA) identities and connections to host
chains, ensuring proper transaction authorization.

The orchestration client handles asynchronous tasks and complex workflows, including those
spanning multiple chains. This empowers smart contracts for actions like inter-chain staking and
multi-hop transfers, facilitated by notifications from the transfer vat and IBC middleware
updates. Orchestration simplifies complex cross-chain interactions within a secure and
user-controlled environment on the Agoric platform.


## Example API Usage
Expand Down

0 comments on commit 31bf21e

Please sign in to comment.