@@ -34,9 +34,9 @@ import TutorialCard from '../components/TutorialCard.vue'
And learn how to build Privacy-preserving decentralized applications (DApp) with
iExec in this interactive guide.
-
+
☕ 30 minutes journey
-
Perfect for hackathons 😊
+
Perfect for hackathons 😊
diff --git a/src/get-started/helloWorld/1-overview.md b/src/get-started/helloWorld/1-overview.md
index 144881fe..32e445cc 100644
--- a/src/get-started/helloWorld/1-overview.md
+++ b/src/get-started/helloWorld/1-overview.md
@@ -12,7 +12,7 @@ import Container from '../../components/Container.vue'
import CardWithoutBorder from '../../components/CardWithoutBorder.vue'
-# 🧐 iExec Overview
+# iExec Overview
> Reading time 🕒 8 min
@@ -25,7 +25,7 @@ manage sensitive data.
-## 👨💻 Building Privacy-preserving iApp with iExec
+## Building Privacy-preserving iApp with iExec
Imagine you're building a decentralized app (dApp) that needs to **handle
sensitive user data**, for example:
@@ -53,7 +53,7 @@ and **monetization** features into your iApp.
:::
-## 👷 How do we Solve it?
+## How do we Solve it?
Unlike traditional tools, iExec protects your data throughout its entire
lifecycle - during storage, transfer, and even while **being processed by
@@ -71,7 +71,7 @@ ecosystem.
:::
-## 🔒 The Three Key Elements?
+## The Three Key Elements?
iExec combines three fundamental elements that work together seamlessly:
@@ -104,7 +104,7 @@ the next level in **Web3** ecosystems.
:::
-### 🧸 DeCC Explained Like You're 5
+### DeCC Explained Like You're 5
Imagine a **secure room**, like a private bank vault for data, where everything
inside stays **safe** and **private**.
@@ -117,7 +117,7 @@ environments) can enter the room to work with your data. You stay in **control**
by setting **access rules** that only you can modify about who can access it and
when.
-## 🔍 Building your First Privacy-preserving iApp
+## Building your First Privacy-preserving iApp
Let's meet Bob and Alice to understand how iExec enables Privacy-preserving
applications:
@@ -149,7 +149,7 @@ Depending on the iApp's use case, Alice could:
And many other use cases...
-## 🎯 Key Takeaways
+## Key Takeaways
In this chapter, we covered the core concepts of iExec:
diff --git a/src/get-started/helloWorld/2-protectData.md b/src/get-started/helloWorld/2-protectData.md
index 1633f8e0..4f36bbf5 100644
--- a/src/get-started/helloWorld/2-protectData.md
+++ b/src/get-started/helloWorld/2-protectData.md
@@ -31,7 +31,7 @@ its entire lifecycle - during storage, transfer and processing.
:::
-## 🧩 DataProtector, Key Features
+## DataProtector, Key Features
DataProtector is a developer tool built on top of our technology. It helps
developers easily add data protection, management, and monetization features to
@@ -53,11 +53,11 @@ their DApp with these key features:
Features an SDK for easy integration into your DApp, enhancing functionality
and user experience.
-## 🧩 Create protected data
+## Create protected data
-## 🧩 What Happened Under the Hood
+## What Happened Under the Hood
::: tip
@@ -122,7 +122,7 @@ button:
-## 🧩 How to Install and Use DataProtector
+## How to Install and Use DataProtector
Decentralized confidential computing might sound complex, but we've made it
simple through our developer tools.
diff --git a/src/get-started/helloWorld/3-buildIApp.md b/src/get-started/helloWorld/3-buildIApp.md
index 69028204..82ce263f 100644
--- a/src/get-started/helloWorld/3-buildIApp.md
+++ b/src/get-started/helloWorld/3-buildIApp.md
@@ -306,7 +306,7 @@ simulating how it will run in the iExec network's TEE environment.
:::
-### 🧩 Using arguments
+### Using arguments
You can pass arguments to your iApp using the `--args` option. This allows you
to provide necessary inputs during runtime (you can use your name for example).
diff --git a/src/get-started/helloWorld/5-bonusChapter.md b/src/get-started/helloWorld/5-bonusChapter.md
index 5d5883f6..d8320a9d 100644
--- a/src/get-started/helloWorld/5-bonusChapter.md
+++ b/src/get-started/helloWorld/5-bonusChapter.md
@@ -33,7 +33,7 @@ data, deploy iApp, and manage data access. Now it's time to claim your rewards!