-
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
Orchestration landing page doc update for launch #1235
Conversation
Deploying documentation with
|
Latest commit: |
ed44067
|
Status: | ✅ Deploy successful! |
Preview URL: | https://41bf3b55.documentation-7tp.pages.dev |
Branch Preview URL: | https://jo-orchestration-launch-docs.documentation-7tp.pages.dev |
8901cb4
to
2e1bb61
Compare
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.
minor suggestions for consistency
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.
on a second look? I think we should match the navbar entry with this.
Also, we need to change Orchestration Overview to an h2. Can't have two h1s.
Co-authored-by: Mujahid Khan <[email protected]>
|
||
- **Remote account control and transfer**: Use the Orchestration APIs to easily create accounts on remote chains, transfer assets, and invoke contracts. Your Agoric contract orchestrates all behavior directly. | ||
- **Multiblock execution with async & 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. |
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.
- **On-chain Timers**: Contracts can set timers for regular execution which makes executing common activities like subscriptions easy. | |
- **On-chain Timers**: Contracts can set timers for regular execution which makes scheduling execution of common activities like subscriptions easy. |
main/guides/orchestration/index.md
Outdated
- **Multiblock execution with async & 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 API simplifies controlling remote chains, moving assets, and using capabilities on any chain the API reaches. |
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.
any chain the API reaches sounds very informal - it's fine if marketing is onboard with it.
left a few nit comments - looks like a great improvement overall! |
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 - nice work!
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.
Good stuff!
updated the entrypoint guide landing page for orchestration docs from internal feedback.