Skip to content

Commit c71e2ae

Browse files
Le-CaignecCopilotErwanDecosterzguesmi
authored
feat: add bridge page (#25)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: ErwanDecoster <wanerd2@gmail.com> Co-authored-by: Zied Guesmi <26070035+zguesmi@users.noreply.github.com>
1 parent 8892b56 commit c71e2ae

File tree

6 files changed

+126
-0
lines changed

6 files changed

+126
-0
lines changed

.vitepress/sidebar.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ export function getSidebar() {
5555
text: 'Builder Dashboard',
5656
link: '/overview/tooling-and-explorers/builder-dashboard',
5757
},
58+
{
59+
text: 'RLC Bridge',
60+
link: '/overview/tooling-and-explorers/bridge',
61+
},
5862
{
5963
text: 'Subgraph Explorer',
6064
link: '/overview/tooling-and-explorers/subgraph-explorer',

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,5 @@ Fork this repository and ensure you're working on the `main` branch:
170170
- Add a Development workflow
171171
- Update context7 when doc will be deployed
172172
- Check theGraph Images with design Team
173+
- Add new section in `iexec-explorer.md` file to talk about: available chain on
174+
the UI + SRLC/RLC on account section feature of the protocol

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"draft-pull-request": true,
23
"packages": {
34
".": {
45
"release-type": "node",
244 KB
Loading
55.6 KB
Loading
Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
---
2+
title: iExec RLC Bridge
3+
description:
4+
Bridge RLC tokens between networks to interact with the iExec protocol.
5+
Transfer RLC to Bellecour (xRLC) and Arbitrum networks using dedicated bridges
6+
---
7+
8+
# RLC Bridge
9+
10+
**RLC** (RLC Token) is the essential cryptocurrency for interacting with the
11+
iExec protocol. Whether you are executing tasks, accessing protected data, or
12+
participating in the iExec decentralized confidential computing network, you
13+
will need RLC tokens on the appropriate network.
14+
15+
This guide helps you bridge RLC tokens to **Bellecour** (becoming xRLC) and
16+
**Arbitrum** networks using dedicated bridge solutions.
17+
18+
## 🗂️ Available Bridges
19+
20+
iExec provides officially supported bridges for seamless token transfer across
21+
networks:
22+
23+
<CardGrid>
24+
<ProjectCard
25+
title="Bellecour Bridge"
26+
description="Bridge RLC tokens between Ethereum mainnet and Bellecour sidechain"
27+
:icon-image="iexecLogoIcon"
28+
status="available"
29+
status-label="Live"
30+
button-label="Access Bridge"
31+
button-icon="mdi:bridge"
32+
button-href="https://bridge-bellecour.iex.ec/"
33+
button-target="_blank"
34+
button-rel="noreferrer"
35+
/>
36+
37+
<ProjectCard
38+
title="Stargate Bridge"
39+
description="Bridge RLC tokens between Ethereum and Arbitrum using LayerZero protocol"
40+
:icon-image="arbitrumLogoIcon"
41+
status="available"
42+
status-label="Live"
43+
button-label="Access Bridge"
44+
button-icon="mdi:bridge"
45+
button-href="https://stargate.finance/bridge"
46+
button-target="_blank"
47+
button-rel="noreferrer"
48+
/>
49+
</CardGrid>
50+
51+
## 🔄 Bellecour Bridge
52+
53+
The **Bellecour Bridge** enables seamless transfer of RLC tokens between
54+
Ethereum mainnet and the Bellecour sidechain in both directions. When bridged to
55+
Bellecour, RLC becomes xRLC, the native asset of the Bellecour network.
56+
57+
### Ethereum <> Bellecour (RLC <> xRLC)
58+
59+
1. **Connect Wallet**: Visit
60+
[Bellecour Bridge UI](https://bridge-bellecour.iex.ec/) and connect your
61+
wallet
62+
2. **Select Source Network**: The bridge automatically detects your current
63+
network and available tokens (RLC on Ethereum or xRLC on Bellecour)
64+
3. **Choose Destination**: The bridge will show the opposite network as
65+
destination automatically
66+
4. **Select Amount**: Choose the amount of tokens you want to bridge
67+
5. **Confirm Transaction**: Approve the bridge transaction and wait for
68+
confirmation
69+
6. **Receive Tokens**: Your tokens will be available on the destination network
70+
71+
<ImageViewer
72+
:image-url-dark="bellecourBridgeImage"
73+
image-alt="Bellecour Bridge Process"
74+
link-url="https://bridge-bellecour.iex.ec/"
75+
/>
76+
77+
<div class="bg-gradient-to-r from-purple-400/10 to-purple-400/5 rounded-[6px] p-6 border-l-4 border-fuchsia-700 my-6">
78+
<h4 class="!mt-0 !mb-2">🔄 Bidirectional Bridge</h4>
79+
<p class="!mb-0">The bridge interface automatically detects your wallet's network and available tokens. The process is similar in both directions - simply switch to the appropriate network (source chain) in your wallet and refresh the page to update the bridge direction, then the bridge will handle the conversion between RLC and xRLC seamlessly.</p>
80+
</div>
81+
82+
## ⚡ Stargate Bridge
83+
84+
The **Stargate Bridge** powered by LayerZero enables cross-chain transfers of
85+
RLC tokens between Ethereum and Arbitrum mainnet in both directions.
86+
87+
### Ethereum <> Arbitrum (RLC <> RLC)
88+
89+
1. **Visit Stargate**: Go to [Stargate UI](https://stargate.finance/bridge)
90+
2. **Connect Wallet**: Connect your wallet to the Stargate interface
91+
3. **Select Networks**: Choose your source network (Ethereum or Arbitrum) and
92+
destination network
93+
4. **Select Token**: Choose RLC as the token to bridge
94+
5. **Enter Amount**: Specify the amount of RLC to transfer
95+
6. **Confirm Transaction**: Approve the bridge transaction and wait for
96+
confirmation
97+
98+
<ImageViewer
99+
:image-url-dark="stargateBridgeImage"
100+
image-alt="Stargate Bridge Interface"
101+
link-url="https://stargate.finance/bridge"
102+
/>
103+
104+
<div class="bg-gradient-to-r from-purple-400/10 to-purple-400/5 rounded-[6px] p-6 border-l-4 border-fuchsia-700 my-6">
105+
<h4 class="!mt-0 !mb-2">🔄 Bidirectional Bridge</h4>
106+
<p class="!mb-0">The Stargate bridge interface automatically detects your wallet's network and available RLC tokens. The process is similar in both directions - simply select the appropriate source and destination networks to transfer RLC between Ethereum and Arbitrum seamlessly.</p>
107+
</div>
108+
109+
<script setup>
110+
import ImageViewer from '../../components/ImageViewer.vue';
111+
import CardGrid from '../../components/CardGrid.vue';
112+
import ProjectCard from '../../components/ProjectCard.vue';
113+
114+
// Assets
115+
import iexecLogoIcon from '../../assets/icons/iexec-logo.png';
116+
import arbitrumLogoIcon from '../../assets/icons/arbitrum.svg';
117+
import bellecourBridgeImage from '../../assets/tooling-&-explorers/bridge/bellecour-bridge.png';
118+
import stargateBridgeImage from '../../assets/tooling-&-explorers/bridge/stargate-bridge.png';
119+
</script>

0 commit comments

Comments
 (0)