Skip to content

Commit 606ee2a

Browse files
committed
feat: update texts, images
1 parent 7c1aa49 commit 606ee2a

File tree

7 files changed

+28
-24
lines changed

7 files changed

+28
-24
lines changed

src/assets/rlc/rlc.gif

-7.64 MB
Binary file not shown.
483 KB
Loading
-1.48 MB
Binary file not shown.
-429 KB
Loading

src/get-started/overview/iapp.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ import CardGrid from '@/components/CardGrid.vue';
1313
import CardWithoutBorder from '@/components/CardWithoutBorder.vue';
1414
</script>
1515

16-
# Privacy iApp
16+
# What is an iApp?
1717

18-
An iExec App (iApp) is an application that runs inside a confidential
18+
An iExec Application (iApp) is an application that runs inside a confidential
1919
environment (TEEs) to process Protected Data (created with DataProtector).
2020

2121
Your Python scripts, AI models, or data processors can securely process
2222
protected data inside a TEE.
2323

24-
## Why iApp Matters ?
24+
## Why iApp Matters?
2525

26-
iApp provide privacy capabilities. Process sensitive data while keeping it
27-
private and secure.
26+
iApps provide privacy capabilities, allowing you to process sensitive data while
27+
keeping it private and secure.
2828

2929
Imagine you want to build:
3030

@@ -38,15 +38,16 @@ Imagine you want to build:
3838
</CardWithoutBorder>
3939

4040
Users have this data, but they won't trust your regular app with it. **With
41-
Privacy iApp, they will.**
41+
Privacy iApps, they will.**
4242

4343
**You gain their trust. They gain their privacy. Everyone wins.**
4444

4545
## Key Concepts
4646

4747
<CardWithBorder>
48-
49-
**True Privacy:** Users never expose their raw data. Your app processes it privately inside secure enclaves
48+
49+
**True Privacy:** Users never expose their raw data. Your app processes it
50+
privately inside secure enclaves.
5051

5152
**Trusted Execution:** iExec ensures your code runs inside a Trusted
5253
Execution Environment (TEE), guaranteeing only the specified Docker image
@@ -64,18 +65,19 @@ operating system during execution.
6465
## How it Works
6566

6667
Your code runs in a Trusted Execution Environment (TEE). This secure area exists
67-
inside specific processors (Intel Software Guard Extensions (SGX)/Trust Domain
68-
Extensions (TDX) chipset). Everything stays private and protected there, even
69-
from the operating system.
68+
inside specific processors (Intel Software Guard Extensions (SGX) or Trust
69+
Domain Extensions (TDX) chipsets). Everything stays private and protected there,
70+
even from the operating system.
7071

71-
Authorized users trigger iApp that process protected data inside this private
72-
environment. Your iApp uses the data but never exposes it, not even to you.
72+
Authorized users trigger an iApp that processes protected data inside this
73+
private environment. Your iApp uses the data but never exposes it, not even to
74+
you.
7375

7476
<CardWithBorder>
7577

7678
1. User provides private data
7779
2. Data is protected with DataProtector
78-
3. User builds and deploys a confidential iApp that processes protected data
80+
3. You build and deploy a confidential iApp that processes protected data
7981
4. Run the iApp with the corresponding protected data, performing confidential
8082
computing
8183

@@ -90,8 +92,8 @@ the TEE execution environment.
9092

9193
<CardGrid>
9294
<CardWithoutBorder>
93-
94-
### Healthcare
95+
96+
### Healthcare
9597

9698
Process medical data for AI diagnosis without exposing patient information
9799

@@ -110,14 +112,16 @@ Analyze financial data for credit scoring while maintaining privacy
110112
### Media
111113

112114
Content recommendation engines that don't track user behavior
113-
</CardWithoutBorder>
115+
116+
</CardWithoutBorder>
114117

115118
<CardWithoutBorder>
116119

117120
### Research
118121

119122
Collaborative research on sensitive datasets across institutions
120-
</CardWithoutBorder>
123+
124+
</CardWithoutBorder>
121125

122126
</CardGrid>
123127

@@ -129,7 +133,7 @@ Collaborative research on sensitive datasets across institutions
129133

130134
Let's build an iApp that can process protected data in a secure environment
131135
using the [iExec iApp generator tool](/references/iapp-generator). This tool
132-
helps you create, test and deploy iApp with just a few commands.
136+
helps you create, test and deploy iApps with just a few commands.
133137

134138
</Banner>
135139

src/get-started/use-cases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ AI framework, you can:
6666
<UseCaseCard
6767
title="MCP Server"
6868
description="A Model Context Protocol (MCP) compatible server to interact with the iExec protocol — built for Claude, agents, and AI tooling"
69-
:imageUrl="mpcServer"
69+
:imageUrl="mcpServer"
7070
imageAlt="AI Applications Demo Screenshot"
7171
:features="['MCP Protocol', 'AI Integration', 'Claude Support']"
7272
githubUrl="https://github.com/iExecBlockchainComputing/iexec-mcp-server"
@@ -99,7 +99,7 @@ import UseCaseCard from '@/components/UseCaseCard.vue';
9999
import contentCreatorImage from '@/assets/use-cases/content-creator.png';
100100
import web3MessagingImage from '@/assets/use-cases/web3-messaging.png';
101101
import elizaosImage from '@/assets/use-cases/elizaos.png';
102-
import mpcServer from '@/assets/use-cases/mpc-server.jpg';
102+
import mcpServer from '@/assets/use-cases/mcp-server.png';
103103
import privateImageGenerator from '@/assets/use-cases/private-image-generator.png';
104104
import imageCaptionMatcher from '@/assets/use-cases/image-caption-matcher.png';
105105
</script>

src/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
layout: home
44

55
hero:
6-
name: 'Build on iExec Privacy Layer '
6+
name: 'Build with iExec’s Privacy Stack '
77
tagline:
8-
'Build decentralized applications that combine governance, privacy, and
8+
'Build decentralized applications that combine data governance, privacy, and
99
monetization.'
1010
image:
1111
src: /iexec-illustration-large.webp
@@ -46,7 +46,7 @@ features:
4646
details:
4747
Create revenue streams from your data while maintaining full control and
4848
privacy
49-
link: /guides/use-iapp/how-to-pay-executions
49+
link: /guides/manage-data/monetize-protected-data
5050
- icon: <img src="/icon_protocol.svg" />
5151
title: Protocols
5252
details:

0 commit comments

Comments
 (0)