Skip to content

Commit c83dbc3

Browse files
committed
feat(docs): add meta-transactions tag to relevant guides and update keywords for clarity
1 parent 5566607 commit c83dbc3

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

docs/fxrp/token-interactions/04-gasless-fxrp-payments.mdx

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ title: Gasless FXRP Payments
33
tags: [intermediate, fassets, fxrp, meta-transactions]
44
slug: gasless-fxrp-payments
55
description: Transfer FXRP without gas using EIP-712 signed meta-transactions and a relayer.
6-
keywords:
7-
[fassets, fxrp, gasless, eip-712, flare-network, relayer]
6+
keywords: [fassets, fxrp, gasless, eip-712, flare-network, relayer]
87
sidebar_position: 4
98
---
109

@@ -210,14 +209,14 @@ Use `scripts/example-usage.ts` to run the example flow.
210209

211210
Create a `.env` file in your project root with the following variables:
212211

213-
| Variable | Description |
214-
| --------------------- | ----------------------------------------------- |
215-
| `PRIVATE_KEY` | Deployer private key (for deployment) |
216-
| `RELAYER_PRIVATE_KEY` | Relayer wallet (pays gas) |
217-
| `USER_PRIVATE_KEY` | User wallet for testing |
218-
| `FORWARDER_ADDRESS` | Deployed contract address (set after deploy) |
219-
| `RPC_URL` | Flare network RPC (e.g. Coston2 testnet) |
220-
| `RELAYER_URL` | Relayer HTTP URL (e.g. `http://localhost:3000`) |
212+
| Variable | Description |
213+
| --------------------- | --------------------------------------------------- |
214+
| `PRIVATE_KEY` | Deployer private key (for deployment) |
215+
| `RELAYER_PRIVATE_KEY` | Relayer wallet (pays gas) |
216+
| `USER_PRIVATE_KEY` | User wallet private key for testing |
217+
| `FORWARDER_ADDRESS` | Deployed contract address (set after deploy) |
218+
| `RPC_URL` | Flare network RPC |
219+
| `RELAYER_URL` | Relayer HTTP URL (default: `http://localhost:3000`) |
221220

222221
## Deploy and run
223222

docs/network/guides/gasless-usdt0-transfers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Gasless USD₮0 Transfers
3-
tags: [intermediate, javascript]
3+
tags: [intermediate, javascript, meta-transactions]
44
authors: [vmmunoza]
55
description: Enable gasless USD₮0 transfers on Flare.
66
keywords: [gasless, usdt0, meta-transactions, flare-network, eip-3009, eip-712]

docs/tags.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ x402:
4646
label: x402
4747
fxrp:
4848
label: fxrp
49+
meta-transactions:
50+
label: meta-transactions
4951
react:
5052
label: react
5153
wagmi:

0 commit comments

Comments
 (0)