-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating Page: How-Does-Orchestration-Work #1209
Conversation
Deploying documentation with Cloudflare Pages
|
48eb828
to
8a06336
Compare
- **Interoperability:** Allowing different blockchain networks to interact and transact with each other. | ||
- **Scalability:** Enabling multiple blockchains to work together without compromising performance. | ||
- **Security:** Ensuring that cross-chain transactions are secure and trustworthy. | ||
Blockchain orchestration relies on protocols and mechanisms that allow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reading it aloud, "blockchain orchestration" sounds like we are orchestrating blockchains. lol I'm probably being too nit picky here though 😂 wdyt?
maybe we can just use "orchestration"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Jovonni fixed that. Also added a section on ICQ. Let me know if all looks.
Ref: @Jovonni's comment from another PR that is relevant here |
8a06336
to
b4a19de
Compare
Interchain Queries (ICQ) is another powerful feature that enables a contract on | ||
one blockchain to query the state of an account another blockchain in a | ||
trustless manner. For example, a DeFi application on Agoric could use ICQ to | ||
fetch balance of an account from other chains like Osmosis or Cosmos Hub |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fetch balance of an account from other chains like Osmosis or Cosmos Hub | |
fetch the balance of an account from other chains like Osmosis or Cosmos Hub |
?
trustless manner. For example, a DeFi application on Agoric could use ICQ to | ||
fetch balance of an account from other chains like Osmosis or Cosmos Hub | ||
without the need for autorization, enabling more sophisticated cross-chain | ||
trading strategies and risk management. ICQ enhances the interoperability of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trading strategies and risk management. ICQ enhances the interoperability of | |
interactions. ICQ enhances the interoperability of |
wdyt?
trading strategies and risk management. ICQ enhances the interoperability of | ||
blockchain networks by facilitating secure and efficient data sharing between | ||
chains, opening up new possibilities for cross-chain applications and services. | ||
Below is an example of an ICQ invokation to get balance of a remote account on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Below is an example of an ICQ invokation to get balance of a remote account on | |
Below is an example of an ICQ invocation to get balance of a remote account on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
ae82c4c
to
f23ece8
Compare
@Jovonni thanks for the valuable feedback. I took care of the comments - will merge after checks! |
Mainly expanding ICA description based on Dan's comments.