Skip to content

Commit 9e25439

Browse files
committed
docs: Update iApp guides for improved clarity and consistency
1 parent 0ce8913 commit 9e25439

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

src/guides/build-iapp/build-&-test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Create and Deploy an iApp
2+
title: Build and Test an iApp
33
description:
4-
How to create a confidential iExec application and deploy it on iExec protocol
4+
Learn how to build, test, and package your iExec application using the iApp Generator CLI tool
55
---
66

77
# Build and Test an iApp

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
2-
title: Run an iApp
2+
title: Deploy and Run an iApp
33
description:
4-
Learn about various methods for executing iApp on the iExec network, including
5-
CLI and SDK approaches
4+
Deploy your iApp to supported networks and learn how to execute it using the iApp Generator CLI
65
---
76

87
# Deploy and Run an iApp

src/guides/build-iapp/manage-access.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@ iexec wallet import <private-key>
118118

119119
::: tip iApp Generator Users
120120

121-
If you used iApp Generator, you already have an `iexecconfig.json` file with a
121+
If you used iApp Generator, you already have an `iapp.config.json` file with a
122122
generated private key. You can use this existing private key to initialize your
123123
wallet:
124124

125125
```bash
126-
# Extract the private key from your `iexecconfig.json`
127-
iexec wallet import <your-private-key-from-iexecconfig>
126+
# Extract the private key from your `iapp.config.json`
127+
iexec wallet import <your-private-key>
128128
```
129129

130130
:::

0 commit comments

Comments
 (0)