Skip to content

Commit 44b0804

Browse files
committed
feat: mise à jour des sections sur les outils et le support dans la documentation
1 parent c8d2a31 commit 44b0804

File tree

3 files changed

+20
-11
lines changed

3 files changed

+20
-11
lines changed

src/get-started/helloWorld/2-protectData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ bun add @iexec/dataprotector
161161
import { Address, IExecDataProtector } from '@iexec/dataprotector';
162162
```
163163

164-
Create a new instance and call the methods you need
164+
Create a new instance and call the methods you need.
165165

166166
</div>
167167
</div>

src/get-started/overview/iapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import CardWithoutBorder from '@/components/CardWithoutBorder.vue';
1717

1818
An iExec Application (iApp) brings privacy to your regular application code.
1919
Your Python scripts, AI models, or data processors can securely process
20-
protected data inside a TEE (Trusted Execution Environment).
20+
protected data inside a TEE.
2121

2222
## Why iApp Matter ?
2323

src/get-started/welcome.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,25 @@ actionable:
5353
- **Available Tools:** Composable toolkit, SDK, and ready-to-use components for
5454
straightforward development
5555

56-
## What we Provide
56+
## Tools & support to build with confidence
5757

58-
Ready-to-use components to protect sensitive data and computation:
58+
Building with iExec means you don't just get the tech—you get a partner.
5959

60-
- **DataProtector:** Secure and control access to sensitive information
61-
- **iApp Generator:** Bootstrap your Privacy Apps on TEEs. Confidential
62-
Computing made easy
63-
- **Decentralized Confidential Computing:** Process data securely in secure and
64-
confidential environments while controlling access and monetization through
65-
blockchain
60+
### The iExec toolkit
61+
62+
**DataProtector:** Secure and control access to sensitive information
63+
64+
**App Generator:** Bootstrap your Privacy Apps on TEEs. Confidential Computing made easy
65+
66+
**Web3Messaging:** Integrate Web3Mail and/or Web3Telegram to communicate with Ethereum accounts without having access to their personal data.
67+
68+
### Support & guidance
69+
70+
**Grants & Incentives:** Financial support to help builders bring their ideas to life
71+
72+
**Hands-on Guidance:** Our team works alongside you to overcome challenges and scale your project
73+
74+
**Shared Vision:** Join a community that's shaping the future of privacy-first applications
6675

6776
## Real-world Use Cases
6877

@@ -108,7 +117,7 @@ Ready-to-use components to protect sensitive data and computation:
108117
### 🎮 Gaming
109118

110119
- Protect player data and game assets
111-
- Process in-game transactions securely<
120+
- Process in-game transactions securely
112121

113122
</CardWithoutBorder>
114123

0 commit comments

Comments
 (0)