diff --git a/src/references/iapp-generator/building-your-iexec-app.md b/src/references/iapp-generator/building-your-iexec-app.md index 4293c93..28d1d40 100644 --- a/src/references/iapp-generator/building-your-iexec-app.md +++ b/src/references/iapp-generator/building-your-iexec-app.md @@ -124,7 +124,7 @@ algorithms and data processing here. ### `iapp init` **Purpose**: Initialize a new iApp project -**Usage**: `iapp init [options]` +**Usage**: `iapp init` **What it does**: Creates project structure, configuration files, and basic templates through interactive prompts. @@ -150,7 +150,7 @@ templates through interactive prompts. **Options**: - `--chain ` – Specify the blockchain network for deployment (e.g., - `goerli`, `mainnet`) + `arbitrum-mainnet`, `bellecour`) ### `iapp run ` @@ -170,7 +170,7 @@ templates through interactive prompts. - `--requesterSecret ` – Key-value requester secrets (`index=value`) available inside the iApp at `$IEXEC_REQUESTER_SECRET_*` - `--chain ` – Specify the blockchain network to run the iApp on (e.g., - `goerli`, `mainnet`) + `arbitrum-mainnet`, `bellecour`) ### `iapp debug ` @@ -183,22 +183,15 @@ templates through interactive prompts. **Options**: - `--chain ` – Specify the blockchain network of the task (e.g., - `goerli`, `mainnet`) + `arbitrum-mainnet`, `bellecour`) ### `iapp mock ` -**Purpose**: Create mocked input for testing purposes +**Purpose**: Create a mocked input for testing **Usage**: `iapp mock [options]` **Positional arguments**: -- `` – Type of input to mock (e.g., `default`, `custom`) - -**Options**: - -- `--args ` – Arguments to use in the mock data -- `--protectedData ` – Protected data mock name to use -- `--inputFile ` – Input files to mock -- `--requesterSecret ` – Requester secrets to mock +- `` – Type of input to mock [choices: "protectedData"] ### `iapp wallet ` @@ -206,13 +199,8 @@ templates through interactive prompts. **Usage**: `iapp wallet [options]` **Positional arguments**: -- `` – Wallet action to perform (e.g., `balance`, `address`, `sign`) - -**Options**: - -- `--chain ` – Specify the blockchain network (e.g., `goerli`, - `mainnet`) -- `--data ` – Data to sign (for `sign` action) +- `` – Import a new wallet or select one from the keystore [choices: + "import", "select"] ## Advanced Options