Skip to content

Commit 9f20784

Browse files
committed
docs: update links to point to Arbitrum mainnet and clarify network selection in documentation
1 parent 22c15b2 commit 9f20784

File tree

8 files changed

+23
-51
lines changed

8 files changed

+23
-51
lines changed

src/get-started/tooling-and-explorers/iexec-explorer.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ explore apps and protectedData—all in one powerful dashboard.
1818
caption="🔗 Explore the iExec Protocol"
1919
/>
2020

21+
::: tip
22+
23+
Before searching or exploring, make sure to select your desired network. The Explorer displays data for the network you choose.
24+
25+
:::
26+
2127
## 🎯 What you Can Explore
2228

2329
<CardGrid>
@@ -72,7 +78,7 @@ explore apps and protectedData—all in one powerful dashboard.
7278
<ImageViewer
7379
:image-url-dark="dealViewImage"
7480
image-alt="Deal View"
75-
link-url="https://explorer.iex.ec/bellecour/deals"
81+
link-url="https://explorer.iex.ec/arbitrum-mainnet/deals"
7682
caption="🔗 Explore Deals"
7783
/>
7884

@@ -98,7 +104,7 @@ explore apps and protectedData—all in one powerful dashboard.
98104
<ImageViewer
99105
:image-url-dark="taskViewImage"
100106
image-alt="Task View"
101-
link-url="https://explorer.iex.ec/bellecour/tasks"
107+
link-url="https://explorer.iex.ec/arbitrum-mainnet/tasks"
102108
caption="🔗 Explore Tasks"
103109
/>
104110

@@ -114,14 +120,14 @@ Browse and analyze all tasks across the iExec network:
114120
<ImageViewer
115121
:image-url-dark="taskDetailsStartedImage"
116122
image-alt="Result Decryption"
117-
link-url="https://explorer.iex.ec/bellecour/tasks"
123+
link-url="https://explorer.iex.ec/arbitrum-mainnet/tasks"
118124
caption="🔗 Explore Tasks"
119125
/>
120126

121127
<ImageViewer
122128
:image-url-dark="taskDetailsCompletedImage"
123129
image-alt="Task Completed"
124-
link-url="https://explorer.iex.ec/bellecour/tasks"
130+
link-url="https://explorer.iex.ec/arbitrum-mainnet/tasks"
125131
caption="🔗 Explore Tasks"
126132
/>
127133

@@ -150,7 +156,7 @@ Browse and analyze all tasks across the iExec network:
150156
<ImageViewer
151157
:image-url-dark="appViewImage"
152158
image-alt="App View"
153-
link-url="https://explorer.iex.ec/bellecour/apps"
159+
link-url="https://explorer.iex.ec/arbitrum-mainnet/apps"
154160
caption="🔗 Explore iApp Marketplace"
155161
/>
156162

@@ -165,7 +171,7 @@ Explore the iExec application marketplace:
165171
<ImageViewer
166172
:image-url-dark="datasetViewImage"
167173
image-alt="Dataset View"
168-
link-url="https://explorer.iex.ec/bellecour/datasets"
174+
link-url="https://explorer.iex.ec/arbitrum-mainnet/datasets"
169175
caption="🔗 Explore Protected Datasets"
170176
/>
171177

@@ -182,7 +188,7 @@ Navigate the protected data landscape:
182188
<ImageViewer
183189
:image-url-dark="workerpoolViewImage"
184190
image-alt="Workerpool View"
185-
link-url="https://explorer.iex.ec/bellecour/workerpools"
191+
link-url="https://explorer.iex.ec/arbitrum-mainnet/workerpools"
186192
caption="🔗 Explore Workerpools Infrastructure"
187193
/>
188194

src/guides/build-iapp/advanced/create-your-first-sgx-app.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -65,41 +65,6 @@ touch sconify.sh
6565
chmod +x sconify.sh
6666
```
6767

68-
### Update chain json
69-
70-
Make sure your `chain.json` content is as follows:
71-
72-
```json
73-
{
74-
"default": "bellecour",
75-
"chains": {
76-
"bellecour": {
77-
"sms": { "scone": "https://sms.scone-debug.v8-bellecour.iex.ec" }
78-
}
79-
}
80-
}
81-
```
82-
83-
If you start from a new directory tree, you will need to replay the following
84-
steps from [Build your first application](./your-first-app):
85-
86-
- [Write the app](./your-first-app.md#write-the-app) Javascript or Python source
87-
code in `src/`
88-
- [Dockerize your app](./your-first-app.md#dockerize-your-app)
89-
- [Push your app to Dockerhub](./your-first-app.md#push-your-app-to-dockerhub)
90-
91-
As we mentioned earlier, the advantage of using **SCONE** is the ability to make
92-
the application **Intel® SGX-enabled** without changing the source code. The
93-
only thing we are going to do is rebuilding the app using the
94-
Trusted-Execution-Environment tooling provided by **SCONE**.
95-
96-
::: info
97-
98-
SCONE provides TEE conversion tooling (Python, Java, ..) plus eventually TEE
99-
base images for other languages (NodeJs).
100-
101-
:::
102-
10368
## Build the TEE docker image
10469

10570
We will use the following script to wrap the sconification process, copy the

src/guides/build-iapp/advanced/quick-start-for-developers.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ The iExec SDK creates the minimum configuration files:
8080

8181
:::
8282

83-
You can now connect to the blockchain. In the following steps, we will use the
84-
[iExec sidechain (also called Bellecour)](/get-started/tooling-and-explorers/blockchain-explorer#bellecour)
83+
You can now connect to the desired supported blockchain. In the following steps, we will use the chosen
84+
blockchain to deploy and run your iExec app. See the
85+
[supported blockchains](/get-started/tooling-and-explorers/blockchain-explorer) for a full list.
8586

8687
You can now check your wallet content:
8788

src/guides/use-iapp/how-to-pay-executions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ your wallet to pay for executions.
2828
For detailed information on how to obtain RLC tokens, see our
2929
[RLC guide](/get-started/overview/rlc.md).
3030

31-
### Step 2: Transfer to iExec Sidechain
31+
### Step 2: Stake RLC to Power Your iExec Tasks
3232

3333
RLC tokens need to be staked on the iExec protocol to allow task payment. To do
3434
this, you should use the [iExec SDK](/references/sdk.md).
@@ -49,7 +49,7 @@ const balance = await iexec.account.checkBalance('0xa0c15e...');
4949
console.log('Nano RLC staked:', balance.stake.toString());
5050
console.log('Nano RLC locked:', balance.locked.toString());
5151

52-
// Deposit RLC to the sidechain
52+
// Lock RLC in your account in the iExec protocol
5353
await iexec.account.deposit(1_000_000_000); // Deposit 1 RLC
5454
```
5555

src/references/dataProtector/dataProtectorCore/processProtectedData.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,8 @@ Identifies the specific deal associated with this transaction.
464464
`string`
465465

466466
A unique identifier associated with a task currently running on the iExec
467-
Bellecour side chain. You can monitor task execution using the
468-
[iExec blockchain explorer](https://explorer.iex.ec).
467+
protocol. You can monitor task execution using the
468+
[iExec blockchain explorer](https://explorer.iex.ec/arbitrum-mainnet).
469469

470470
::: tip
471471

src/references/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ iExec’s product sidechain. It is linked to Ethereum Mainnet with a bridge
2222
allowing for the transfer of assets between networks. It allows iExec to be used
2323
without paying Ethereum gas fees.
2424

25-
See Sidechain and xRLC for more information.
25+
See "Sidechain" and "xRLC" for more information.
2626

2727
### Beneficiary
2828

src/references/web3mail/methods/sendEmail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ import { type SendEmailResponse } from '@iexec/web3mail';
321321

322322
This uniquely identifies the email task on the iExec side chain. You can view
323323
the status of the `sendEmail` method by monitoring the task on the
324-
[iExec Explorer](https://explorer.iex.ec/bellecour).
324+
[iExec Explorer](https://explorer.iex.ec/arbitrum-mainnet).
325325

326326
## Error Handling
327327

src/references/web3telegram/methods/sendTelegram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ import { type SendTelegramResponse } from '@iexec/web3telegram';
292292

293293
This uniquely identifies the telegram task on the iExec side chain. You can view
294294
the status of the `sendTelegram` method by monitoring the task on the
295-
[iExec Explorer](https://explorer.iex.ec/bellecour).
295+
[iExec Explorer](https://explorer.iex.ec/arbitrum-mainnet).
296296

297297
<script setup>
298298
import OptionalBadge from '@/components/OptionalBadge.vue'

0 commit comments

Comments
 (0)