-
Notifications
You must be signed in to change notification settings - Fork 236
Add OZ Relayer docs #2071 #2176
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
Conversation
|
Preview is available here: |
3 similar comments
|
Preview is available here: |
|
Preview is available here: |
|
Preview is available here: |
|
Preview is available here: |
6 similar comments
|
Preview is available here: |
|
Preview is available here: |
|
Preview is available here: |
|
Preview is available here: |
|
Preview is available here: |
|
Preview is available here: |
|
Preview is available here: |
ElliotFriend
left a comment
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.
lookin' really good!
left a couple small notes, but i think it's very close!
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.
Pull request overview
This PR adds comprehensive documentation for the OpenZeppelin Relayer (also known as Stellar Channels Service) to the Stellar developer documentation. The documentation replaces the discontinued Launchtube service and provides developers with a managed infrastructure solution for submitting Stellar Soroban transactions with automatic parallel processing and fee management.
Changes:
- Added new documentation page with detailed guides for smart contract invocation and account transfers using OpenZeppelin Relayer
- Integrated OpenZeppelin Relayer into navigation menus, routes, and internationalization files
- Updated tools overview page to include the new relayer service
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 19 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/tools/openzeppelin-relayer.mdx | New comprehensive documentation page with code examples for using OpenZeppelin Relayer for contract invocations and token transfers |
| docs/tools/README.mdx | Added OpenZeppelin Relayer section to the tools overview page |
| config/theme/navbar.ts | Added OpenZeppelin Relayer navigation item in the Tools dropdown menu |
| i18n/en/docusaurus-theme-classic/navbar.json | Added internationalization entry for OpenZeppelin Relayer navbar label |
| static/llms.txt | Added OpenZeppelin Relayer link to the developer tools list |
| routes.txt | Added route for the new OpenZeppelin Relayer documentation page |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Preview is available here: |
1 similar comment
|
Preview is available here: |
|
Preview is available here: |
5 similar comments
|
Preview is available here: |
|
Preview is available here: |
|
Preview is available here: |
|
Preview is available here: |
|
Preview is available here: |
Co-authored-by: Elliot Voris <elliot@stellar.org>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
a6080c7 to
9b00049
Compare
|
Something went wrong with PR preview build please check |
|
Preview is available here: |
Adding OpenZeppelin Relayer documentation to the Tools dropdown.