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
Add Proof of Contribution documentation and worker management guides
- Introduced a comprehensive documentation for the Proof of Contribution (PoCo) protocol, detailing its objectives, workflow, and consensus mechanism.
- Added a section on managing workerpool access, including how to deploy a workerpool, publish and remove orders, and manage monetization rules.
- Created a quick start guide for workers, outlining the steps to connect to a workerpool, start a worker, and wallet restrictions.
Copy file name to clipboardExpand all lines: src/documentation/build-iapp/guides/index.md
+21-10Lines changed: 21 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,28 +5,39 @@ description: Complete guide collection for building privacy-first iApps on iExec
5
5
6
6
# 🛠️ Build iApp Guides
7
7
8
-
Welcome to the complete collection of guides for building privacy-first applications on iExec. These guides will walk you through every aspect of creating, testing, and deploying confidential iApps.
8
+
Welcome to the complete collection of guides for building privacy-first
9
+
applications on iExec. These guides will walk you through every aspect of
10
+
creating, testing, and deploying confidential iApps.
9
11
10
12
## 🚀 Getting Started
11
13
12
-
-**[Build & Deploy](/documentation/build-iapp/guides/build-&-deploy)** - Your first iApp in 15 minutes
13
-
-**[Inputs and Outputs](/documentation/build-iapp/guides/inputs-and-outputs)** - Handle data flow in TEE environment
Copy file name to clipboardExpand all lines: src/documentation/manage-data/dataProtector/advanced/apps-whitelist.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ In order to consume a protected data, an iExec TEE dApp needs to be provided.
12
12
13
13
::: tip
14
14
15
-
**TEE** stands for Trusted Execution Environment. Find more details [here](https://protocol.docs.iex.ec/help/glossary#trusted-execution-environment-tee)
15
+
**TEE** stands for Trusted Execution Environment. Find more details
0 commit comments