You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: result file renamed to `result.json`; single protectedData result file now contains `{"success": <boolean>, "protectedData"?: <address>, "error"?: <string> }`; upon error, the iapp will now exit 0 and output `"success": false` and `"error": <string>` rather than falling the task.
Co-authored-by: Pierre Jeanjacquot <[email protected]>
Copy file name to clipboardExpand all lines: dapp/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,11 @@ fill in the environment variables:
12
12
13
13
-**IEXEC_IN**: The path to the input directory on your local machine where the unencrypted data .zip file will be stored. This file contains the telegram chat ID address to which the message will be sent.
14
14
-**IEXEC_OUT**: The path on your local machine where the result of the Dapp execution will be written.
15
-
-**IEXEC_DATASET_FILENAME**: The name of the data file that you place in the **IEXEC_IN** directory.
15
+
- data to process
16
+
- either **IEXEC_DATASET_FILENAME**: The name of the data file that you place in the **IEXEC_IN** directory.
17
+
- or multiple datasets using:
18
+
-**IEXEC_BULK_SLICE_SIZE**
19
+
-**IEXEC_DATASET\_\<index\>\_FILENAME**: The name of the data file for dataset at index <index> (starting from 1) that you place in the **IEXEC_IN** directory.
16
20
-**IEXEC_APP_DEVELOPER_SECRET**: A JSON string with the following keys:
17
21
-**TELEGRAM_BOT_TOKEN**: The API key of the telegram bot used to send the message.
18
22
-**IEXEC_REQUESTER_SECRET_1**: A JSON string with the following keys:
0 commit comments