Skip to content

Commit 4ca729f

Browse files
committed
Add advanced guides for building confidential iApps
- Introduced a new tutorial on end-to-end encryption for iExec applications, detailing the process of encrypting results and managing RSA keys. - Created an overview page for advanced low-level iApp building, highlighting legacy guides and prerequisites. - Added a comprehensive quick start guide for developers, covering the creation, deployment, and monetization of decentralized applications on iExec. - Developed a tutorial on accessing confidential datasets using Intel SGX, including dataset encryption and application preparation. - Established a guide for building the first application on iExec, detailing the process from Docker image creation to deployment and marketplace publishing.
1 parent 76f2e09 commit 4ca729f

File tree

9 files changed

+15
-12
lines changed

9 files changed

+15
-12
lines changed

.vitepress/sidebar.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -186,40 +186,40 @@ export function getSidebar() {
186186
link: '/guides/build-iapp/debugging',
187187
},
188188
{
189-
text: 'Advanced Low-Level iApp Building',
189+
text: 'Advanced',
190190
collapsed: true,
191191
items: [
192192
{
193193
text: 'Overview',
194-
link: '/guides/build-iapp/advanced-low-level/',
194+
link: '/guides/build-iapp/advanced/overview',
195195
},
196196
{
197197
text: 'Quick Start for Developers',
198-
link: '/guides/build-iapp/advanced-low-level/quick-start-for-developers',
198+
link: '/guides/build-iapp/advanced/quick-start-for-developers',
199199
},
200200
{
201201
text: 'Build your first application',
202-
link: '/guides/build-iapp/advanced-low-level/your-first-app',
202+
link: '/guides/build-iapp/advanced/your-first-app',
203203
},
204204
{
205205
text: 'Build your first SGX app (SCONE)',
206-
link: '/guides/build-iapp/advanced-low-level/create-your-first-sgx-app',
206+
link: '/guides/build-iapp/advanced/create-your-first-sgx-app',
207207
},
208208
{
209209
text: 'End-to-end Encryption',
210-
link: '/guides/build-iapp/advanced-low-level/end-to-end-encryption',
210+
link: '/guides/build-iapp/advanced/end-to-end-encryption',
211211
},
212212
{
213213
text: 'SGX Encrypted Dataset',
214-
link: '/guides/build-iapp/advanced-low-level/sgx-encrypted-dataset',
214+
link: '/guides/build-iapp/advanced/sgx-encrypted-dataset',
215215
},
216216
{
217217
text: 'Access Confidential Assets',
218-
link: '/guides/build-iapp/advanced-low-level/access-confidential-assets',
218+
link: '/guides/build-iapp/advanced/access-confidential-assets',
219219
},
220220
{
221221
text: 'Build Intel TDX app',
222-
link: '/guides/build-iapp/advanced-low-level/create-your-first-tdx-app',
222+
link: '/guides/build-iapp/advanced/create-your-first-tdx-app',
223223
},
224224
],
225225
},

src/guides/build-iapp/advanced-low-level/access-confidential-assets.md renamed to src/guides/build-iapp/advanced/access-confidential-assets.md

File renamed without changes.

src/guides/build-iapp/advanced-low-level/create-your-first-sgx-app.md renamed to src/guides/build-iapp/advanced/create-your-first-sgx-app.md

File renamed without changes.

src/guides/build-iapp/advanced-low-level/create-your-first-tdx-app.md renamed to src/guides/build-iapp/advanced/create-your-first-tdx-app.md

File renamed without changes.

src/guides/build-iapp/advanced-low-level/end-to-end-encryption.md renamed to src/guides/build-iapp/advanced/end-to-end-encryption.md

File renamed without changes.

src/guides/build-iapp/advanced-low-level/index.md renamed to src/guides/build-iapp/advanced/overview.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ description:
77

88
# ⚙️ Advanced Low‑Level iApp Building
99

10-
::: warning Important This section contains legacy, low-level material. Please
11-
note:
10+
::: warning Important
11+
12+
This section contains legacy, low-level material. Please note:
1213

1314
- Terminology and some concepts may have changed in the current documentation.
1415
- These topics are intentionally advanced and can be complex to understand.
@@ -17,7 +18,9 @@ note:
1718

1819
If you believe you truly need these advanced flows or you’re unsure which path
1920
to take, please contact our support so we can understand your use case and help
20-
you efficiently: [Join our Discord](https://discord.gg/9h25DQFSCU). :::
21+
you efficiently: [Join our Discord](https://discord.gg/9h25DQFSCU).
22+
23+
:::
2124

2225
- **[Quick Start for Developers](./quick-start-for-developers)**
2326
- **[Build your first application](./your-first-app)**

src/guides/build-iapp/advanced-low-level/quick-start-for-developers.md renamed to src/guides/build-iapp/advanced/quick-start-for-developers.md

File renamed without changes.

src/guides/build-iapp/advanced-low-level/sgx-encrypted-dataset.md renamed to src/guides/build-iapp/advanced/sgx-encrypted-dataset.md

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)