Skip to content

Commit 4c7cd4f

Browse files
committed
refactor: remove "turnkey" keyword from the docs, add rlc new logo
1 parent ee10940 commit 4c7cd4f

File tree

7 files changed

+20
-17
lines changed

7 files changed

+20
-17
lines changed

src/assets/rlc/rlc.png

4.92 MB
Loading

src/get-started/overview/iapp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ import CardWithoutBorder from '@/components/CardWithoutBorder.vue';
1515

1616
# iApp
1717

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

2222
## Why iApp Matter ?
2323

24-
iApp provide Turnkey Privacy capabilities. Process sensitive data while keeping
25-
it private and secure.
24+
iApp provide privacy capabilities. Process sensitive data while keeping it
25+
private and secure.
2626

2727
Imagine you want to build:
2828

@@ -36,7 +36,7 @@ Imagine you want to build:
3636
</CardWithoutBorder>
3737

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

4141
**You gain their trust. They gain their privacy. Everyone wins.**
4242

src/get-started/overview/protected-data.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ import Container from '@/components/Container.vue';
1616
# Protected Data
1717

1818
Protected Data refers to any data encrypted using the **iExec Data Protector
19-
tool**. This Turnkey Privacy encryption solution enables users to protect,
19+
tool**. This Privacy Toolkit encryption solution enables users to protect,
2020
manage and monetize their data within the Web3 ecosystem effortlessly.
2121

22+
This Protected Data can only be decrypted and used inside TEE enclaves, by
23+
authorized actors (Requester, iApp, Worker)
24+
2225
::: tip <i></i>
2326

2427
Unlike standard datasets, Protected Data exposes its **data types on-chain**

src/get-started/overview/rlc.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: RLC Token
33
description:
4-
RLC (Run on Lots of Computers) is the cryptocurrency powering iExec's
5-
confidential computing ecosystem. Learn about RLC tokenomics, utility, and how
6-
it drives privacy-first Web3 apps.
4+
RLC is the cryptocurrency powering iExec's confidential computing ecosystem.
5+
Learn about RLC tokenomics, utility, and how it drives privacy-first Web3
6+
apps.
77
---
88

9-
<img :src="rlcGif" alt="RLC Token Animation" class="size-80 -my-10 mx-auto" />
9+
<img :src="rlcPng" alt="RLC Token" class="size-80 -my-10 mx-auto" />
1010

1111
# RLC Token
1212

@@ -81,7 +81,7 @@ launch, iExec has been self-funded, without relying on VCs.
8181
**Network Effects**: As more users and providers join the iExec ecosystem, the
8282
demand for RLC increases, driving token value through network effects.
8383

84-
**Utility-Driven Growth**: Every interaction in the **Turnkey Privacy**
84+
**Utility-Driven Growth**: Every interaction in the **Privacy Toolkit**
8585
ecosystem requires RLC:
8686

8787
- iApp executions consume RLC for computation
@@ -145,5 +145,5 @@ Ready to dive into the iExec ecosystem? Here are the next steps:
145145
import FeatureCard from '@/components/FeatureCard.vue';
146146

147147
// Assets
148-
import rlcGif from '@/assets/rlc/rlc.gif';
148+
import rlcPng from '@/assets/rlc/rlc.png';
149149
</script>

src/get-started/toolkit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Essential tools and resources for building on iExec
55

66
# 🛠️ iExec Toolkit
77

8-
Build faster and smarter with our turnkey toolkit designed to streamline your
8+
Build faster and smarter with our privacy toolkit designed to streamline your
99
iExec development experience.
1010

1111
## 🚀 iApp Generator

src/get-started/welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: About iExec
33
description:
4-
Build privacy-first Web3 applications with iExec's turnkey privacy toolkit.
4+
Build privacy-first Web3 applications with iExec's privacy toolkit.
55
Confidential computing, TEE technology, and blockchain data protection made
66
simple for developers.
77
---

src/references/dataProtector/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Getting Started
33
description:
4-
Get started with DataProtector - iExec's turnkey privacy toolkit for
5-
encrypting, controlling, and monetizing sensitive data. Learn SDK setup, data
6-
protection, and access controls in minutes.
4+
Get started with DataProtector - iExec's privacy toolkit for encrypting,
5+
controlling, and monetizing sensitive data. Learn SDK setup, data protection,
6+
and access controls in minutes.
77
---
88

99
# Getting Started

0 commit comments

Comments
 (0)