Skip to content

Commit 9092ac4

Browse files
committed
fix: Refactor code structure for improved readability and maintainability
1 parent 7ec15b3 commit 9092ac4

File tree

7 files changed

+25
-97
lines changed

7 files changed

+25
-97
lines changed

src/assets/use-cases/elizaos.png

384 KB
Loading
214 KB
Loading

src/overview/use-case-demo/content-creator.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

src/overview/use-case-demo/web3messaging.md

Lines changed: 0 additions & 63 deletions
This file was deleted.

src/overview/use-cases.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ computing and decentralized data protection.
88
<UseCaseCard
99
title="Content Creator"
1010
description="A comprehensive demo showcasing iExec's DataProtector Sharing module. Experience privacy-first data sharing where content creators can securely share their work while maintaining full control over access permissions and monetization."
11-
imageUrl="/assets/content-creator-screenshot.png"
11+
imageUrl="/assets/use-cases/content-creator.png"
1212
imageAlt="Content Creator Demo Screenshot"
1313
:features="['DataProtector Core', 'DataProtector Sharing']"
1414
demoUrl="https://demo.iex.ec/content-creator/"
@@ -17,16 +17,38 @@ computing and decentralized data protection.
1717
/>
1818

1919
<UseCaseCard
20-
title="Web3Messaging"
20+
title="Web3 Messaging"
2121
description="Secure communication platform for Web3 users enabling privacy-preserving messaging through Web3Mail and Web3Telegram. Users maintain control over their data while enabling targeted communication and monetizing their engagement."
22-
imageUrl="/assets/web3messaging-screenshot.png"
22+
imageUrl="/assets/use-cases/web3-messaging.png"
2323
imageAlt="Web3Messaging Demo Screenshot"
2424
:features="['DataProtector Core', 'Web3Mail', 'Web3Telegram', ]"
2525
demoUrl="https://demo.iex.ec/web3messaging"
2626
githubUrl="https://github.com/iExecBlockchainComputing/web3-messaging-usecase-demo"
2727
demoIcon="mdi:message-processing"
2828
/>
2929

30+
<UseCaseCard
31+
title="Oracle Factory"
32+
description="Decentralized oracle platform providing secure and verifiable data feeds for smart contracts. Data are fetched through iApps that run on a decentralized confidential computing layer, ensuring privacy-preserving computation and access to verified external data sources for your DeFi and Web3 applications."
33+
imageUrl="/assets/use-cases/oracle-factory.png"
34+
imageAlt="OracleFactory Demo Screenshot"
35+
:features="['Oracle Factory']"
36+
demoUrl="https://oracle-factory.iex.ec/gallery"
37+
githubUrl=""
38+
demoIcon="mdi:database-search"
39+
/>
40+
41+
<UseCaseCard
42+
title="AI Applications"
43+
description="Showcase of artificial intelligence applications running on iExec's confidential computing infrastructure. Experience privacy-preserving AI inference, machine learning model execution, and secure data analysis with TEE protection."
44+
imageUrl="/assets/use-cases/elizaos.png"
45+
imageAlt="AI Applications Demo Screenshot"
46+
:features="['AI', 'TEE', 'Confidential Computing']"
47+
demoUrl=""
48+
githubUrl="https://github.com/iExecBlockchainComputing/iexec-elizaos-agent"
49+
demoIcon="mdi:brain"
50+
/>
51+
3052
</div>
3153

3254
<script setup>

0 commit comments

Comments
 (0)