Skip to content

Commit 1206d0f

Browse files
committed
feat: enhance bridge documentation with bidirectional transfer details and update image references
1 parent 5b45263 commit 1206d0f

File tree

2 files changed

+52
-21
lines changed

2 files changed

+52
-21
lines changed

src/overview/tooling-and-explorers/bridge.md

Lines changed: 35 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ networks:
3131
<CardGrid>
3232
<ProjectCard
3333
title="Bellecour Bridge"
34-
description="Bridge RLC from Ethereum mainnet to Bellecour sidechain (xRLC)"
35-
icon-image="/assets/icons/iexec-logo.png"
34+
description="Bridge RLC tokens between Ethereum mainnet and Bellecour sidechain (xRLC) in both directions"
35+
:icon-image="iexecLogoIcon"
3636
status="available"
3737
status-label="Live"
3838
button-label="Access Bridge"
@@ -44,8 +44,8 @@ networks:
4444

4545
<ProjectCard
4646
title="Stargate Bridge"
47-
description="Bridge RLC to Arbitrum mainnet using LayerZero's Stargate protocol"
48-
icon-image="/assets/icons/arbitrum-logo.png"
47+
description="Bridge RLC tokens between Ethereum and Arbitrum mainnet in both directions using LayerZero protocol"
48+
:icon-image="arbitrumLogoIcon"
4949
status="available"
5050
status-label="Live"
5151
button-label="Access Bridge"
@@ -56,27 +56,37 @@ networks:
5656
/>
5757
</CardGrid>
5858

59-
## 🔄 How to Bridge to Bellecour
59+
## 🔄 Bellecour Bridge
6060

61-
The **Bellecour Bridge** enables seamless transfer of RLC tokens from Ethereum
62-
mainnet to the Bellecour sidechain, where they become **xRLC** tokens.
61+
The **Bellecour Bridge** enables seamless transfer of RLC tokens between
62+
Ethereum mainnet and the Bellecour sidechain in both directions.
63+
64+
### From Ethereum to Bellecour (RLC → xRLC)
6365

6466
1. **Connect Wallet**: Visit
6567
[Bellecour Bridge](https://bridge-bellecour.iex.ec/) and connect your wallet
66-
2. **Select Amount**: Choose the amount of RLC you want to bridge
67-
3. **Confirm Transaction**: Approve the bridge transaction on Ethereum mainnet
68-
4. **Receive xRLC**: Your xRLC tokens will be available on Bellecour network
68+
2. **Select Direction**: Choose "Ethereum → Bellecour"
69+
3. **Select Amount**: Choose the amount of RLC you want to bridge
70+
4. **Confirm Transaction**: Approve the bridge transaction on Ethereum mainnet
71+
5. **Receive xRLC**: Your xRLC tokens will be available on Bellecour network
6972

7073
<ImageViewer
71-
image-url-dark="/assets/tooling-&-explorers/bridge/bellecour-bridge.png"
74+
:image-url-dark="bellecourBridgeImage"
7275
image-alt="Bellecour Bridge Process"
7376
link-url="https://bridge-bellecour.iex.ec/"
7477
/>
7578

76-
## How to Bridge to Arbitrum
79+
<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">
80+
<h4 class="!mt-0 !mb-2">🔄 Bidirectional Bridge</h4>
81+
<p class="!mb-0">The bridge interface automatically detects your wallet's network and available tokens. The process is similar in both directions - simply select the appropriate source and destination networks, and the bridge will handle the conversion between RLC and xRLC seamlessly.</p>
82+
</div>
83+
84+
## ⚡ Stargate Bridge
7785

7886
The **Stargate Bridge** powered by LayerZero enables cross-chain transfers of
79-
RLC tokens to Arbitrum mainnet.
87+
RLC tokens between Ethereum and Arbitrum mainnet in both directions.
88+
89+
### From Ethereum to Arbitrum
8090

8191
1. **Visit Stargate**: Go to [Stargate](https://stargate.finance/bridge)
8292
2. **Connect Wallet**: Connect your wallet to the Stargate interface
@@ -86,13 +96,24 @@ RLC tokens to Arbitrum mainnet.
8696
6. **Confirm Transaction**: Approve the bridge transaction
8797

8898
<ImageViewer
89-
image-url-dark="/assets/tooling-&-explorers/bridge/stargate-bridge.png"
99+
:image-url-dark="stargateBridgeImage"
90100
image-alt="Stargate Bridge Interface"
91101
link-url="https://stargate.finance/bridge"
92102
/>
93103

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+
94109
<script setup>
95110
import ImageViewer from '../../components/ImageViewer.vue';
96111
import CardGrid from '../../components/CardGrid.vue';
97112
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';
98119
</script>

src/overview/tooling-and-explorers/iexec-explorer.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ decentralized computing protocol. Track deals, monitor task execution, and
1212
explore apps and protectedData—all in one powerful dashboard.
1313

1414
<ImageViewer
15-
image-url-dark="/assets/tooling-&-explorers/iexec-explorer/explorer-global.png"
15+
:image-url-dark="explorerGlobalImage"
1616
image-alt="iExec Explorer"
1717
link-url="https://explorer.iex.ec/"
1818
caption="🔗 Explore the iExec Protocol"
@@ -70,7 +70,7 @@ explore apps and protectedData—all in one powerful dashboard.
7070
## 💼 Deals & Tasks {#deals-tasks}
7171

7272
<ImageViewer
73-
image-url-dark="/assets/tooling-&-explorers/iexec-explorer/deal-view.png"
73+
:image-url-dark="dealViewImage"
7474
image-alt="Deal View"
7575
link-url="https://explorer.iex.ec/bellecour/deals"
7676
caption="🔗 Explore Deals"
@@ -96,7 +96,7 @@ explore apps and protectedData—all in one powerful dashboard.
9696
### Tasks Overview
9797

9898
<ImageViewer
99-
image-url-dark="/assets/tooling-&-explorers/iexec-explorer/task-view.png"
99+
:image-url-dark="taskViewImage"
100100
image-alt="Task View"
101101
link-url="https://explorer.iex.ec/bellecour/tasks"
102102
caption="🔗 Explore Tasks"
@@ -112,14 +112,14 @@ Browse and analyze all tasks across the iExec network:
112112
### Task Execution Monitoring
113113

114114
<ImageViewer
115-
image-url-dark="/assets/tooling-&-explorers/iexec-explorer/task-details-started.png"
115+
:image-url-dark="taskDetailsStartedImage"
116116
image-alt="Result Decryption"
117117
link-url="https://explorer.iex.ec/bellecour/tasks"
118118
caption="🔗 Explore Tasks"
119119
/>
120120

121121
<ImageViewer
122-
image-url-dark="/assets/tooling-&-explorers/iexec-explorer/task-details-completed.png"
122+
:image-url-dark="taskDetailsCompletedImage"
123123
image-alt="Task Completed"
124124
link-url="https://explorer.iex.ec/bellecour/tasks"
125125
caption="🔗 Explore Tasks"
@@ -148,7 +148,7 @@ Browse and analyze all tasks across the iExec network:
148148
## 📱 iApps Listing {#iapps-listing}
149149

150150
<ImageViewer
151-
image-url-dark="/assets/tooling-&-explorers/iexec-explorer/app-view.png"
151+
:image-url-dark="appViewImage"
152152
image-alt="App View"
153153
link-url="https://explorer.iex.ec/bellecour/apps"
154154
caption="🔗 Explore iApps Marketplace"
@@ -163,7 +163,7 @@ Explore the iExec application marketplace:
163163
## 🗄️ Protected Data Listing {#protected-data-listing}
164164

165165
<ImageViewer
166-
image-url-dark="/assets/tooling-&-explorers/iexec-explorer/dataset-view.png"
166+
:image-url-dark="datasetViewImage"
167167
image-alt="Dataset View"
168168
link-url="https://explorer.iex.ec/bellecour/datasets"
169169
caption="🔗 Explore Protected Datasets"
@@ -198,4 +198,14 @@ Explore the decentralized computing infrastructure:
198198
import ImageViewer from '../../components/ImageViewer.vue';
199199
import FeatureCard from '../../components/FeatureCard.vue';
200200
import CardGrid from '../../components/CardGrid.vue';
201+
202+
// Assets
203+
import explorerGlobalImage from '../../assets/tooling-&-explorers/iexec-explorer/explorer-global.png';
204+
import dealViewImage from '../../assets/tooling-&-explorers/iexec-explorer/deal-view.png';
205+
import taskViewImage from '../../assets/tooling-&-explorers/iexec-explorer/task-view.png';
206+
import taskDetailsStartedImage from '../../assets/tooling-&-explorers/iexec-explorer/task-details-started.png';
207+
import taskDetailsCompletedImage from '../../assets/tooling-&-explorers/iexec-explorer/task-details-completed.png';
208+
import appViewImage from '../../assets/tooling-&-explorers/iexec-explorer/app-view.png';
209+
import datasetViewImage from '../../assets/tooling-&-explorers/iexec-explorer/dataset-view.png';
210+
import workerpoolViewImage from '../../assets/tooling-&-explorers/iexec-explorer/workerpool-view.png';
201211
</script>

0 commit comments

Comments
 (0)