Skip to content

Commit 7b228c6

Browse files
committed
fix: remove redundant "How It Works" section from iApp documentation
1 parent a6e5872 commit 7b228c6

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

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

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -63,42 +63,6 @@ they will.**
6363
</div>
6464
</div>
6565

66-
## How It Works
67-
68-
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 mb-6">
69-
<div class="flex flex-col gap-3">
70-
<div class="flex items-center gap-3">
71-
<span class="bg-blue-500 text-white rounded-full w-6 h-6 flex items-center justify-center text-xs font-bold">1</span>
72-
<span>User provides personal data</span>
73-
</div>
74-
<div class="flex items-center gap-3">
75-
<span class="bg-blue-500 text-white rounded-full w-6 h-6 flex items-center justify-center text-xs font-bold">2</span>
76-
<span>Data is protected with DataProtector</span>
77-
</div>
78-
<div class="flex items-center gap-3">
79-
<span class="bg-blue-500 text-white rounded-full w-6 h-6 flex items-center justify-center text-xs font-bold">3</span>
80-
<span>Protected data transferred to Trusted Execution Environment (TEE)</span>
81-
</div>
82-
<div class="flex items-center gap-3">
83-
<span class="bg-blue-500 text-white rounded-full w-6 h-6 flex items-center justify-center text-xs font-bold">4</span>
84-
<span>Your iApp runs inside TEE and processes protected data</span>
85-
</div>
86-
<div class="flex items-center gap-3">
87-
<span class="bg-blue-500 text-white rounded-full w-6 h-6 flex items-center justify-center text-xs font-bold">5</span>
88-
<span>Confidential computing performed while maintaining privacy</span>
89-
</div>
90-
</div>
91-
</div>
92-
93-
<div class="bg-gradient-to-r from-purple-400/10 to-purple-400/5 rounded-[6px] p-6 border-l-4 border-fuchsia-700 mb-6">
94-
<p class="m-0!"><strong>Nobody sees the raw data except your code running inside the secure enclave.</strong></p>
95-
</div>
96-
97-
Your iApp can send emails, update contracts, make transactions, trigger
98-
notifications - anything your code needs to do with the protected data. This
99-
isn't about trust - it's about **mathematical guarantees** that privacy is
100-
preserved.
101-
10266
## The Trust Model
10367

10468
Here's why users will actually use your iApp with their private data:

0 commit comments

Comments
 (0)