Skip to content

Commit 6387871

Browse files
committed
docs: Update iApp guide titles for consistency and clarity
1 parent 889b382 commit 6387871

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description:
44
How to create a confidential iExec application and deploy it on iExec protocol
55
---
66

7-
# Create and Deploy an iApp
7+
# Build and Deploy an iApp
88

99
iApp (iExec Applications) are decentralized applications that run on the iExec
1010
network. They use confidential computing to ensure data privacy and security

src/guides/use-iapp/run-iapp.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ protected data, arguments, and input files, see the dedicated guides.
2020

2121
- **iApp Generator CLI**: For developers who have built their own iApp
2222
- **iExec Library**: For JavaScript applications and web3 integration
23-
- **iExec CLI**: For quick testing and automation scripts
2423

2524
## Method 1: Using the iApp Generator CLI
2625

@@ -102,15 +101,6 @@ const taskId = await iexec.order.matchOrders({
102101
});
103102
```
104103

105-
## Method 3: Using the iExec CLI
106-
107-
The iExec CLI is perfect for quick executions and automation scripts.
108-
109-
```bash
110-
# Execute an iApp
111-
iexec app run 0x456def...
112-
```
113-
114104
## Next Steps
115105

116106
- Discover how to

0 commit comments

Comments
 (0)