Skip to content

Commit 26d7eab

Browse files
carstenjacobsenElliotFriendjanewangCopilot
authored
Add OZ Relayer docs #2071 (#2176)
* Adding OZ Relayer to docs * Adding OZ Relayer to docs * Fixing formatting * Fixing formatting * Fixing formatting * Fixing formatting * Fixing formatting * Fixing formatting * Fixing formatting * Fixing formatting * Fixing formatting * Fixing intro text * Adding link to OZ docs * Use rpc.pollTransaction() for polling * Update docs/tools/openzeppelin-relayer.mdx Co-authored-by: Elliot Voris <elliot@stellar.org> * Update docs/tools/openzeppelin-relayer.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/tools/openzeppelin-relayer.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/tools/openzeppelin-relayer.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/tools/openzeppelin-relayer.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/tools/openzeppelin-relayer.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/tools/openzeppelin-relayer.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update routes.txt Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Change to single quote and remove used args variable definition * Update to relative link * Update docs/tools/openzeppelin-relayer.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/tools/openzeppelin-relayer.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/tools/openzeppelin-relayer.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fixing formatting * Fixing routes.txt --------- Co-authored-by: Elliot Voris <elliot@stellar.org> Co-authored-by: Jane Wang <jane.wang@stellar.org> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 72e93c3 commit 26d7eab

File tree

6 files changed

+570
-0
lines changed

6 files changed

+570
-0
lines changed

config/theme/navbar.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,11 @@ const tools: NavbarItem = {
405405
label: 'Quickstart',
406406
activeBasePath: 'docs/tools/quickstart'
407407
},
408+
{
409+
to: '/docs/tools/openzeppelin-relayer',
410+
label: 'OpenZeppelin Relayer',
411+
activeBasePath: 'docs/tools/openzeppelin-relayer'
412+
},
408413
{
409414
to: '/docs/tools/openzeppelin-contracts',
410415
label: 'OpenZeppelin Contracts',

docs/tools/README.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Stellar Lab is our new go-to tool for development, experimenting, and testing, a
2727

2828
Quickstart is a local Stellar network environment (node) that allows developers to run a local version of the Stellar network for development and testing.
2929

30+
### [OpenZeppelin Relayer](./openzeppelin-relayer.mdx)
31+
32+
OpenZeppelin Relayer, also known as Stellar Channels Service, is a managed infrastructure for submitting Stellar Soroban transactions with automatic parallel processing and fee management. The service handles all the complexity of transaction submission, allowing you to focus on building your application.
33+
3034
### [OpenZeppelin Contracts](./openzeppelin-contracts.mdx)
3135

3236
OpenZeppelin Stellar Contracts is a collection of audited contracts and utilities for Stellar. The contracts are developed by OpenZeppelin in collaboration with the Stellar community and the Stellar Development Foundation (SDF), in an effort to bring a library of high-quality and audited contracts that can be used to build applications on the Stellar network.

0 commit comments

Comments
 (0)