Skip to content

Commit 6ae8832

Browse files
committed
fix: enhance iApp Generator documentation for improved usability and clarity
- Updated the iApp Generator section to emphasize ease of access to TEEs and quick deployment. - Added details on project mode selection and language options for better user guidance.
1 parent 7e06e9d commit 6ae8832

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

src/build-iapp/what-is-iapp.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,16 @@ to the person running the app.
3636

3737
## iApp Generator: Your Development Tool
3838

39-
Creating iApps used to be complex. **iApp Generator** simplifies this by:
40-
41-
- **Simulating TEE environment locally** - Test your code in conditions close to
42-
real execution
43-
- **Handling deployment** - Package and deploy with simple commands
44-
- **Managing dependencies** - Docker containers, environment setup, etc.
39+
Generate and deploy iApps that will give you access to TEEs in just a few
40+
minutes.
41+
42+
- **Access to TEEs easily** - No need to dive into low-level requirements, build
43+
iApps that connect to TEE in minutes
44+
- **Check and deploy iApps quickly** - iApp Generator checks that your iApp
45+
complies with the iExec Framework and streamlines its deployment
46+
- **Select your project mode & language** - Select between basic or advanced
47+
setup depending on your iExec level experience. You also have the choice
48+
between Python or JavaScript
4549

4650
```bash
4751
# Create your iApp (Python or Node.js supported)

0 commit comments

Comments
 (0)