Skip to content

Commit 7787687

Browse files
committed
refactor: enhance welcome and helloWorld pages with structured real-world use cases for improved clarity and engagement in showcasing iExec's privacy-first applications
1 parent 44d894b commit 7787687

File tree

2 files changed

+74
-83
lines changed

2 files changed

+74
-83
lines changed

src/overview/helloWorld/1-overview.md

Lines changed: 2 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description:
1515
<p>and explore how iExec can help you build Privacy-preserving applications and securely manage sensitive data.</p>
1616
</div>
1717

18-
## 👨‍💻 Why build Privacy-preserving dApps with iExec
18+
## 👨‍💻 Building Privacy-preserving dApps with iExec
1919

2020
<p>Imagine you're building a decentralized application (dApp) that needs to <strong> handle sensitive user data</strong>, for example:</p>
2121
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 mb-6">
@@ -86,7 +86,7 @@ iExec combines three fundamental elements that work together seamlessly:
8686

8787
#### 1. Protect data with our devtool [DataProtector](../../tools/dataProtector/getting-started)
8888

89-
- Encrypt your sensitive data and store it securely on IPFS
89+
- Encrypt your sensitive data and store it securely on Arweave or IPFS
9090
- Only you control who can access it and when
9191
- Perfect for private information like research data, business analytics, or
9292
personal records
@@ -152,79 +152,6 @@ Depending on the dApp's use case, Alice could:
152152

153153
And many other use cases...
154154

155-
## 💡 Possible use cases
156-
157-
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 my-6">
158-
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 flex flex-col gap-2">
159-
<div class="flex items-baseline gap-2 text-lg">
160-
<span>💰</span>
161-
<h3 class="font-semibold m-0!">Finance</h3>
162-
</div>
163-
<ul class="list-disc ml-6">
164-
<li>Analyze sensitive financial data</li>
165-
<li>Process credit scores without exposing personal information</li>
166-
</ul>
167-
</div>
168-
169-
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 flex flex-col gap-2">
170-
<div class="flex items-baseline gap-2 text-lg">
171-
<span>🤖</span>
172-
<h3 class="font-semibold m-0!">AI/ML</h3>
173-
</div>
174-
<ul class="list-disc ml-6">
175-
<li>Train models on private datasets</li>
176-
<li>Perform confidential predictions</li>
177-
</ul>
178-
</div>
179-
180-
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 flex flex-col gap-2">
181-
<div class="flex items-baseline gap-2 text-lg">
182-
<span>🔬</span>
183-
<h3 class="font-semibold m-0!">Research</h3>
184-
</div>
185-
<ul class="list-disc ml-6">
186-
<li>Share and analyze research data securely</li>
187-
<li>Collaborate while protecting intellectual property</li>
188-
</ul>
189-
</div>
190-
191-
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 flex flex-col gap-2">
192-
<div class="flex items-baseline gap-2 text-lg">
193-
<span>📊</span>
194-
<h3 class="font-semibold m-0!">Business Analytics</h3>
195-
</div>
196-
<ul class="list-disc ml-6">
197-
<li>Process competitive market data</li>
198-
<li>Analyze business metrics confidentially</li>
199-
</ul>
200-
</div>
201-
202-
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 flex flex-col gap-2">
203-
<div class="flex items-baseline gap-2 text-lg">
204-
<span>🎮</span>
205-
<h3 class="font-semibold m-0!">Gaming</h3>
206-
</div>
207-
<ul class="list-disc ml-6">
208-
<li>Protect player data and game assets</li>
209-
<li>Process in-game transactions securely</li>
210-
</ul>
211-
</div>
212-
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 flex flex-col gap-2">
213-
<div class="flex items-baseline gap-2 text-lg">
214-
<span>🏥</span>
215-
<h3 class="font-semibold m-0!">Healthcare</h3>
216-
</div>
217-
<ul class="list-disc ml-6">
218-
<li>Process patient records privately</li>
219-
<li>Run medical analyses while preserving patient confidentiality</li>
220-
</ul>
221-
</div>
222-
</div>
223-
224-
<div class="bg-gradient-to-r from-fuchsia-400/10 to-fuchsia-400/5 rounded-[6px] p-6 border-l-4 border-fuchsia-700 mb-6">
225-
<p class="m-0!">In the next chapters, we'll follow Alice and Bob's journey step by step, starting with how Alice can <span class="text-fuchsia-700 font-semibold">protect her sensitive data</span> and then how Bob can <span class="text-fuchsia-700 font-semibold">build and deploy a confidential app</span> to process it.</p>
226-
</div>
227-
228155
## 🎯 Key takeaways
229156

230157
<div class="flex flex-col my-6">

src/overview/welcome.md

Lines changed: 72 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,78 @@ Ready-to-use components to protect sensitive data and computation:
3838
confidential environments while controlling access and monetization through
3939
blockchain
4040

41-
### Real-world applications
42-
43-
Our tools power privacy-critical use cases like:
44-
45-
- Private AI model training and inference
46-
- Confidential DeFi operations
47-
- Protected healthcare data processing
48-
- Secure research computations
41+
## 💡 Real-world use cases
42+
43+
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 my-6">
44+
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 flex flex-col gap-2">
45+
<div class="flex items-baseline gap-2 text-lg">
46+
<span>💰</span>
47+
<h3 class="font-semibold m-0!">Finance</h3>
48+
</div>
49+
<ul class="list-disc ml-6">
50+
<li>Analyze sensitive financial data</li>
51+
<li>Process credit scores without exposing personal information</li>
52+
</ul>
53+
</div>
54+
55+
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 flex flex-col gap-2">
56+
<div class="flex items-baseline gap-2 text-lg">
57+
<span>🤖</span>
58+
<h3 class="font-semibold m-0!">AI/ML</h3>
59+
</div>
60+
<ul class="list-disc ml-6">
61+
<li>Train models on private datasets</li>
62+
<li>Perform confidential predictions</li>
63+
</ul>
64+
</div>
65+
66+
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 flex flex-col gap-2">
67+
<div class="flex items-baseline gap-2 text-lg">
68+
<span>🔬</span>
69+
<h3 class="font-semibold m-0!">Research</h3>
70+
</div>
71+
<ul class="list-disc ml-6">
72+
<li>Share and analyze research data securely</li>
73+
<li>Collaborate while protecting intellectual property</li>
74+
</ul>
75+
</div>
76+
77+
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 flex flex-col gap-2">
78+
<div class="flex items-baseline gap-2 text-lg">
79+
<span>📊</span>
80+
<h3 class="font-semibold m-0!">Business Analytics</h3>
81+
</div>
82+
<ul class="list-disc ml-6">
83+
<li>Process competitive market data</li>
84+
<li>Analyze business metrics confidentially</li>
85+
</ul>
86+
</div>
87+
88+
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 flex flex-col gap-2">
89+
<div class="flex items-baseline gap-2 text-lg">
90+
<span>🎮</span>
91+
<h3 class="font-semibold m-0!">Gaming</h3>
92+
</div>
93+
<ul class="list-disc ml-6">
94+
<li>Protect player data and game assets</li>
95+
<li>Process in-game transactions securely</li>
96+
</ul>
97+
</div>
98+
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 flex flex-col gap-2">
99+
<div class="flex items-baseline gap-2 text-lg">
100+
<span>🏥</span>
101+
<h3 class="font-semibold m-0!">Healthcare</h3>
102+
</div>
103+
<ul class="list-disc ml-6">
104+
<li>Process patient records privately</li>
105+
<li>Run medical analyses while preserving patient confidentiality</li>
106+
</ul>
107+
</div>
108+
</div>
109+
110+
<div class="bg-gradient-to-r from-fuchsia-400/10 to-fuchsia-400/5 rounded-[6px] p-6 border-l-4 border-fuchsia-700 mb-6">
111+
<p class="m-0!">In the next chapters, we'll guide you through our <span class="text-fuchsia-700 font-semibold">Hello World journey</span> - a 30 minutes start that will teach you everything about iExec, from <span class="text-fuchsia-700 font-semibold">protecting sensitive data</span> to <span class="text-fuchsia-700 font-semibold">building and deploying confidential apps</span>.</p>
112+
</div>
49113

50114
## 🚀 Start building
51115

0 commit comments

Comments
 (0)