Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/iapp-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ computing technologies. With the iApp Generator, you can:

- **Create a basic application structure** ready to run on a decentralized
worker in a TEE.
- **Test your application locally** in **Debug Mode**, enabling fast iteration
and troubleshooting.
- **Test your application locally**, enabling fast iteration and
troubleshooting.
- **Deploy your iApp** as a confidential application on the iExec protocol.

## Why Use the iApp Generator?
Expand Down
11 changes: 5 additions & 6 deletions tools/iapp-generator/building-your-iexec-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ Follow the prompts to specify:

- **Project name** – Creates a folder for your project files.
- **Language** – Choose between JavaScript, Python, etc.
- **Project mode** – Choose Basic (Hello-World setup) or Advanced (full debug
capabilities).
- **Project mode** – Choose Basic (Hello-World setup) or Advanced (cherry-pick
what you need).

### ⚙ Configure

::: info

We are going to create and test our iApp locally. In **debug mode**, you can
We are going to create and test our iApp locally. In **test** mode, you can
quickly iterate and troubleshoot your code. Logs and output files are available
for debugging, helping you refine your app before moving to production.
for debugging, helping you refine your app before deploying to production.

:::

Expand Down Expand Up @@ -136,11 +136,10 @@ discontinuity.

### 🚀 Next Steps

Your iApp is now running in **debug mode** on iExec!
Your iApp is now running on iExec!

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

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

#### 📚 Recommended Resources
Expand Down