@@ -3,8 +3,7 @@ title: Gasless FXRP Payments
33tags : [intermediate, fassets, fxrp, meta-transactions]
44slug : gasless-fxrp-payments
55description : 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]
87sidebar_position : 4
98---
109
@@ -210,14 +209,14 @@ Use `scripts/example-usage.ts` to run the example flow.
210209
211210Create 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
0 commit comments