Skip to content

Commit 09190eb

Browse files
committed
fix: update iApp documentation to enhance clarity on privacy and execution features
- Revised the "Why This Changes Everything" section to improve clarity and emphasis on key features such as True Privacy, Verifiable Execution, Decentralized Infrastructure, and Zero Trust Architecture. - Consolidated information for better readability and user understanding of iApp's secure processing capabilities.
1 parent 6f969c1 commit 09190eb

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

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

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -187,24 +187,17 @@ Node.js for simplified development.
187187

188188
## Why This Changes Everything
189189

190-
### **True Privacy**
190+
**True Privacy**: Users never expose their raw data. Your app processes it
191+
privately inside secure enclaves.
191192

192-
Users never expose their raw data. Your app processes it privately inside secure
193-
enclaves.
193+
**Verifiable Execution**: Cryptographic proof that your code ran exactly as
194+
intended. No black box execution.
194195

195-
### **Verifiable Execution**
196+
**Decentralized Infrastructure**: No single point of failure. Your app runs
197+
across a distributed network of workers.
196198

197-
Cryptographic proof that your code ran exactly as intended. No black box
198-
execution.
199-
200-
### **Decentralized Infrastructure**
201-
202-
No single point of failure. Your app runs across a distributed network of
203-
workers.
204-
205-
### **Zero Trust Architecture**
206-
207-
Users don't need to trust you with their data. The protocol guarantees privacy.
199+
**Zero Trust Architecture**: Users don't need to trust you with their data.
200+
The protocol guarantees privacy.
208201

209202
## Start Building
210203

0 commit comments

Comments
 (0)