You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/HomePage.vue
+21-3Lines changed: 21 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ const protocolCards = [
28
28
icon: noxIcon,
29
29
title: 'Nox Protocol',
30
30
subtitle: 'Confidential DeFi',
31
+
persona:
32
+
"I'm a Solidity developer and I want to build a confidential smart contract.",
31
33
description:
32
34
'Nox is a privacy layer that empowers smart contracts with confidential computation. Encrypted types are executed inside Trusted Execution Environments (TEE), composable with DeFi, without ever exposing plaintext on-chain.',
33
35
link: '/nox-protocol/getting-started/welcome',
@@ -37,6 +39,8 @@ const protocolCards = [
37
39
icon: pocoIcon,
38
40
title: 'iExec PoCo',
39
41
subtitle: 'Off-chain Privacy',
42
+
persona:
43
+
"I'm a full-stack developer and I want to build a TEE-powered dApp.",
40
44
description:
41
45
'PoCo is a trust and coordination layer that secures off-chain execution in Trusted Execution Environments (TEE), enforcing correctness, privacy, and clear economic governance.',
42
46
link: '/get-started/welcome',
@@ -101,8 +105,8 @@ const dappFeatures = [
101
105
Privacy
102
106
</h1>
103
107
<pclass="hero-tagline">
104
-
Build, deploy, and govern confidential execution across Web3, with
105
-
programmable access control and hardware-enforced computation.
108
+
Build on a programmable privacy stack: TEE-secured off-chain
109
+
computation and confidential on-chain smart contracts.
0 commit comments