-
Notifications
You must be signed in to change notification settings - Fork 0
Copywriting - Content Review V2 #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
fd1b71c
to
ff65ff1
Compare
8a5e36a
to
48ae4e5
Compare
@@ -60,7 +60,7 @@ description: | |||
</div> | |||
|
|||
<div class="bg-gradient-to-r from-purple-400/10 to-purple-400/5 rounded-[6px] p-6 border-l-4 border-fuchsia-700 mb-6"> | |||
<p class="m-0!">This is where <span class="text-fuchsia-700 font-semibold">iExec</span> comes in! We provide tools to easily add <span class="text-fuchsia-700 font-semibold">privacy</span> and <span class="text-fuchsia-700 font-semibold">monetization</span> features into your iApp.</p> | |||
<p class="m-0!">This is where <span class="text-fuchsia-700 font-semibold">iExec</span> comes in. iExec provides tools to easily add <span class="text-fuchsia-700 font-semibold">privacy</span> and <span class="text-fuchsia-700 font-semibold">monetization</span> features into your iApp.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Into your App
iApp = App running in the TEE
dApp = Decentralized App for end user with an UX using Exec Privacy feature
Learn how to protect your data using iExec's DataProtector SDK in this | ||
hands-on tutorial step. | ||
Learn how to protect your data using iExec's DataProtector Software | ||
Development Kit (SDK) in this hands-on tutorial step. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should keep SDK, everybody knows what it is.
|
||
> Reading time: 6 minutes | ||
|
||
<div class="bg-gradient-to-r from-[#fcd15a] to-[#ffad4d] rounded-[6px] px-8 pb-4 text-gray-800 max-w-3xl mx-auto mb-6"> | ||
<h2 class="text-2xl font-bold mt-0 border-none!">Time to get practical</h2> | ||
<p>Let's follow Alice as she learns how to protect her data using DataProtector on Bob's iApp, our developer tool for protecting data creation and management.</p> | ||
<p>Follow Alice as she learns how to protect her data using DataProtector on Bob's iApp, the developer tool for protecting data creation and management.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on Bob's dApp
@@ -107,7 +107,7 @@ button: | |||
</div> | |||
<div class="flex items-center gap-3"> | |||
<span class="bg-gray-950 text-sm text-white w-6 h-6 rounded-full flex items-center justify-center font-medium">6</span> | |||
<span>The protected data address is returned to the user</span> | |||
<span>The system returns the protected data address to the user</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
blockchain address maybe?
This reverts commit b967903.
Co-authored-by: Robin Le Caignec <72495599+Le-Caignec@users.noreply.github.com> Co-authored-by: aimen-djari <aimen.djari@iex.ec>
Co-authored-by: Robin Le Caignec <72495599+Le-Caignec@users.noreply.github.com> Co-authored-by: aimen-djari <aimen.djari@iex.ec>
No description provided.