Skip to content

Commit f4a1080

Browse files
committed
style: improve formatting and readability of RLC token guidance across multiple documentation files
1 parent 1b2175c commit f4a1080

File tree

5 files changed

+45
-19
lines changed

5 files changed

+45
-19
lines changed

src/get-started/helloWorld/3-buildIApp.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -405,14 +405,19 @@ If you set the wrong Docker username, you can change it by editing the
405405

406406
To deploy and run your iApp, you'll need RLC tokens to pay for:
407407

408-
- **Workerpool execution costs** for running your iApp on decentralized compute resources
409-
- **Protected Data access fees** if your iApp requires confidential datasets (and you're not the data provider)
408+
- **Workerpool execution costs** for running your iApp on decentralized compute
409+
resources
410+
- **Protected Data access fees** if your iApp requires confidential datasets
411+
(and you're not the data provider)
410412
- **iApp execution costs** if you're not the owner of the iApp you're running
411413

412414
**Getting RLC tokens:**
413415

414-
- **For Testing**: Get free RLC tokens on Arbitrum Sepolia testnet using the [iExec RLC Faucet](https://explorer.iex.ec/arbitrum-sepolia-testnet/faucet)
415-
- **For Production**: Purchase RLC from [exchanges](/get-started/overview/rlc) or bridge from Ethereum using the [RLC Bridge](/get-started/tooling-and-explorers/bridge)
416+
- **For Testing**: Get free RLC tokens on Arbitrum Sepolia testnet using the
417+
[iExec RLC Faucet](https://explorer.iex.ec/arbitrum-sepolia-testnet/faucet)
418+
- **For Production**: Purchase RLC from [exchanges](/get-started/overview/rlc)
419+
or bridge from Ethereum using the
420+
[RLC Bridge](/get-started/tooling-and-explorers/bridge)
416421

417422
## 🏃 Run your iApp
418423

src/get-started/quick-start.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ learning and prototyping.
9898
React/Vue options
9999
2. **Experiment**: Try the interactive sandboxes to understand core concepts
100100
3. **Build**: Integrate the features you need into your application
101-
4. **Get RLC Tokens**: Use the [iExec RLC Faucet](https://explorer.iex.ec/arbitrum-sepolia-testnet/faucet)
101+
4. **Get RLC Tokens**: Use the
102+
[iExec RLC Faucet](https://explorer.iex.ec/arbitrum-sepolia-testnet/faucet)
102103
5. **Deploy**: Use our deployment guides for production-ready applications
103104

104105
<script setup>

src/get-started/tooling-and-explorers/bridge.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ This guide helps you bridge RLC tokens to **Bellecour** (becoming xRLC) and
1616

1717
::: tip 🧪 Testing on Arbitrum Sepolia
1818

19-
For development and testing purposes, you can get free RLC tokens on **Arbitrum Sepolia testnet** using the [iExec RLC Faucet](https://explorer.iex.ec/arbitrum-sepolia-testnet/faucet). This allows you to test your iApps, pay for workerpool executions, and access protected datasets without spending real tokens.
19+
For development and testing purposes, you can get free RLC tokens on **Arbitrum
20+
Sepolia testnet** using the
21+
[iExec RLC Faucet](https://explorer.iex.ec/arbitrum-sepolia-testnet/faucet).
22+
This allows you to test your iApps, pay for workerpool executions, and access
23+
protected datasets without spending real tokens.
2024

2125
:::
2226

src/get-started/tooling-and-explorers/faucet.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,31 @@ description:
77

88
# 🚰 RLC Faucet
99

10-
Get free RLC tokens on **Arbitrum Sepolia testnet** to test your iApps, pay for workerpool executions, and access protected datasets without spending real tokens.
10+
Get free RLC tokens on **Arbitrum Sepolia testnet** to test your iApps, pay for
11+
workerpool executions, and access protected datasets without spending real
12+
tokens.
1113

1214
## What are RLC Tokens Used For?
1315

1416
In the iExec ecosystem, RLC tokens are used to pay for various services:
1517

16-
- **Pay Workerpools** - Compensate computational resources for executing your iApps
17-
- **Pay Protected Data Providers** - Access and use protected datasets in your applications
18-
- **Pay iApp Providers** - Use decentralized applications deployed on the network
18+
- **Pay Workerpools** - Compensate computational resources for executing your
19+
iApps
20+
- **Pay Protected Data Providers** - Access and use protected datasets in your
21+
applications
22+
- **Pay iApp Providers** - Use decentralized applications deployed on the
23+
network
1924

20-
These testnet RLC tokens allow you to test all these payment flows without spending real tokens.
25+
These testnet RLC tokens allow you to test all these payment flows without
26+
spending real tokens.
2127

2228
## Eligibility Requirements
2329

2430
To be eligible for RLC claims, builders must meet these criteria:
2531

2632
- **GitHub or Google login** required for verification
27-
- **Maximum 1 RLC** in your wallet to claim (prevents abuse and ensures fair distribution)
33+
- **Maximum 1 RLC** in your wallet to claim (prevents abuse and ensures fair
34+
distribution)
2835
- **One claim per 24 hours** per authenticated account
2936

3037
## 💰 Claim Details
@@ -48,7 +55,8 @@ To be eligible for RLC claims, builders must meet these criteria:
4855

4956
::: tip 💡 Development Workflow
5057

51-
Use the RLC Faucet for development and testing, then bridge real RLC tokens when ready for production deployment on Arbitrum mainnet.
58+
Use the RLC Faucet for development and testing, then bridge real RLC tokens when
59+
ready for production deployment on Arbitrum mainnet.
5260

5361
:::
5462

src/guides/build-iapp/deploy-&-run.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,25 @@ to a supported network and then execute it.
1212

1313
## Prerequisites
1414

15-
Before deploying and running your iApp, ensure you have sufficient RLC tokens to cover:
15+
Before deploying and running your iApp, ensure you have sufficient RLC tokens to
16+
cover:
1617

17-
- **Workerpool execution costs** for running your iApp on decentralized compute resources
18-
- **Protected Data access fees** if your iApp requires confidential datasets (and you're not the data provider)
18+
- **Workerpool execution costs** for running your iApp on decentralized compute
19+
resources
20+
- **Protected Data access fees** if your iApp requires confidential datasets
21+
(and you're not the data provider)
1922
- **iApp execution costs** if you're not the owner of the iApp you're running
2023

2124
**Getting RLC tokens:**
2225

23-
- **Arbitrum Mainnet**: Purchase RLC from [exchanges](/get-started/overview/rlc) or bridge from Ethereum using the [RLC Bridge](/get-started/tooling-and-explorers/bridge)
24-
- **Arbitrum Sepolia Testnet**: Get free RLC tokens from the [iExec RLC Faucet](https://explorer.iex.ec/arbitrum-sepolia-testnet/faucet) for testing purposes
25-
- **Bellecour**: Bridge RLC from Ethereum using the [RLC Bridge](/get-started/tooling-and-explorers/bridge)
26+
- **Arbitrum Mainnet**: Purchase RLC from [exchanges](/get-started/overview/rlc)
27+
or bridge from Ethereum using the
28+
[RLC Bridge](/get-started/tooling-and-explorers/bridge)
29+
- **Arbitrum Sepolia Testnet**: Get free RLC tokens from the
30+
[iExec RLC Faucet](https://explorer.iex.ec/arbitrum-sepolia-testnet/faucet)
31+
for testing purposes
32+
- **Bellecour**: Bridge RLC from Ethereum using the
33+
[RLC Bridge](/get-started/tooling-and-explorers/bridge)
2634

2735
## Deploy your iApp
2836

0 commit comments

Comments
 (0)