You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/relayer/1.3.x/guides/stellar-sponsored-transactions-guide.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ Additional fee margin added to estimated fees to account for price fluctuations
101
101
102
102
Before users can pay fees in tokens, the relayer account must establish trustlines to those tokens. This is a one-time setup per token.
103
103
104
-
For a complete example of how to create trustlines, see the [Relayer SDK example](https://github.com/OpenZeppelin/openzeppelin-relayer-sdk/tree/main/examples/relayer/stellar/sponsored/create-trustline.ts).
104
+
For a complete example of how to create trustlines, see the [Relayer SDK example](https://github.com/OpenZeppelin/openzeppelin-relayer-sdk/tree/main/examples/relayers/stellar/src/sponsored/createTrustline.ts).
105
105
106
106
107
107
## Using the API
@@ -153,7 +153,7 @@ Or with operations:
153
153
}
154
154
```
155
155
156
-
For complete code examples, see the [Relayer SDK examples](https://github.com/OpenZeppelin/openzeppelin-relayer-sdk/tree/main/examples/relayers/stellar/sponsored).
156
+
For complete code examples, see the [Relayer SDK examples](https://github.com/OpenZeppelin/openzeppelin-relayer-sdk/tree/main/examples/relayers/stellar/src/sponsored).
157
157
158
158
### Step 2: Build Sponsored Transaction
159
159
@@ -203,7 +203,7 @@ Or with operations:
203
203
}
204
204
```
205
205
206
-
For complete code examples, see the [Relayer SDK examples](https://github.com/OpenZeppelin/openzeppelin-relayer-sdk/tree/main/examples/relayers/stellar/sponsored).
206
+
For complete code examples, see the [Relayer SDK examples](https://github.com/OpenZeppelin/openzeppelin-relayer-sdk/tree/main/examples/relayers/stellar/src/sponsored).
207
207
208
208
### Step 3: Sign Transaction
209
209
@@ -233,7 +233,7 @@ If the user's address is connected with another relayer configured in **relayer
233
233
234
234
You can also use any Stellar SDK or signing library to sign the transaction programmatically with the user's private key.
235
235
236
-
For complete code examples, see the [Relayer SDK examples](https://github.com/OpenZeppelin/openzeppelin-relayer-sdk/tree/main/examples/relayers/stellar/sponsored).
236
+
For complete code examples, see the [Relayer SDK examples](https://github.com/OpenZeppelin/openzeppelin-relayer-sdk/tree/main/examples/relayers/stellar/src/sponsored).
237
237
238
238
### Step 4: Submit to Relayer
239
239
@@ -270,7 +270,7 @@ Submit the signed transaction to the relayer. The relayer will:
270
270
}
271
271
```
272
272
273
-
For complete code examples, see the [Relayer SDK examples](https://github.com/OpenZeppelin/openzeppelin-relayer-sdk/tree/main/examples/relayers/stellar/sponsored).
273
+
For complete code examples, see the [Relayer SDK examples](https://github.com/OpenZeppelin/openzeppelin-relayer-sdk/tree/main/examples/relayers/stellar/src/sponsored).
Copy file name to clipboardExpand all lines: content/relayer/1.3.x/stellar.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -253,7 +253,7 @@ The build endpoint returns a prepared transaction that includes:
253
253
254
254
After receiving the prepared transaction, users must sign it and submit it through the standard transaction submission endpoint. The relayer will wrap it in a fee-bump transaction where the relayer pays the XLM fees, and the user pays the token fees.
255
255
256
-
For detailed examples and code samples, see the [SDK Stellar examples](https://github.com/OpenZeppelin/openzeppelin-relayer-sdk/tree/main/examples/relayers/stellar/sponsored).
256
+
For detailed examples and code samples, see the [SDK Stellar examples](https://github.com/OpenZeppelin/openzeppelin-relayer-sdk/tree/main/examples/relayers/stellar/src/sponsored).
0 commit comments