Skip to content

Commit 6e0f3f1

Browse files
committed
docs: update iApp and data protector documentation for clarity and consistency
- Corrected the versioning format in the "Deploy & Run" guide for the sconified image. - Standardized workerpool references in the "Run iApp Without Protected Data" guide by removing unnecessary comments. - Simplified the description of the workerpool in the "Process Protected Data" guide for better understanding. - Removed redundant instruction regarding contacting iExec for production mode in the iApp generator documentation.
1 parent d671ba5 commit 6e0f3f1

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Here is an example:
5353
```json
5454
[
5555
{
56-
"sconifiedImage": "robiniexec/iapp:0.0.1-tee-scone-5.9.1-v16-debug-5aea8b4aa71d",
56+
"sconifiedImage": "robiniexec/iapp:0.0.1-tee-scone-5.9.1-v16-5aea8b4aa71d",
5757
"appContractAddress": "0x9665136c599ec361C8eE627eC4F35A23fBa94897",
5858
"owner": "0xbabE8270aC9857Af3aaC06877888F1939FbeC578",
5959
"date": "2025-08-12T13:16:18.252Z"

src/guides/use-iapp/run-iapp-without-ProtectedData.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const requestorderToSign = await iexec.order.createRequestorder({
5959
app: '0x456def...',
6060
category: 0,
6161
appmaxprice: 10,
62-
workerpool: '0xa5de76...', // ENS address for iExec's debug workerpool
62+
workerpool: '0xa5de76...',
6363
params: 'arg1 arg2 arg3', // Command-line arguments
6464
// Other parameters have default values
6565
});
@@ -110,7 +110,7 @@ const requestorderToSign = await iexec.order.createRequestorder({
110110
app: '0x456def...',
111111
category: 0, // Required: category for the request
112112
appmaxprice: 10,
113-
workerpool: '0xa5de76...', // ENS address for iExec's debug workerpool
113+
workerpool: '0xa5de76...',
114114
params: {
115115
iexec_input_files: [
116116
'https://example.com/config.json',
@@ -167,7 +167,7 @@ const requestorderToSign = await iexec.order.createRequestorder({
167167
app: '0x456def...',
168168
category: 0, // Required: category for the request
169169
appmaxprice: 10,
170-
workerpool: '0xa5de76...', // ENS address for iExec's debug workerpool
170+
workerpool: '0xa5de76...',
171171
params: {
172172
iexec_secrets: {
173173
1: 'api-key-12345',

src/references/dataProtector/dataProtectorCore/processProtectedData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ It's the confidential computer on which the iExec application will run.
272272

273273
::: tip
274274

275-
iExec currently offers a production workerpool located at the address
275+
iExec currently offers a workerpool located at the address
276276
`{{ workerpoolAddress }}`. This is the default workerpool for running
277277
confidential computations on the iExec platform.
278278

src/references/iapp-generator/building-your-iexec-app.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ Your iApp is now running on iExec!
181181

182182
Once your application is **stable** and **functional**, you can:
183183

184-
- Contact **iExec** to move to **production mode** (Full Privacy).
185184
- Learn how to **manage orders** and integrate with the **iExec protocol**.
186185

187186
#### 📚 Recommended Resources

0 commit comments

Comments
 (0)