Skip to content

Commit 4c045e6

Browse files
aimen-djari64ix
authored andcommitted
move encryption guide to use-iapp
1 parent 58e00e4 commit 4c045e6

File tree

7 files changed

+218
-159
lines changed

7 files changed

+218
-159
lines changed

.vitepress/sidebar.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,13 @@ export function getSidebar() {
207207
{
208208
text: 'Run iApp without ProtectedData',
209209
link: '/guides/use-iapp/run-iapp-without-ProtectedData',
210+
collapsed: true,
211+
items: [
212+
{
213+
text: 'Encrypt iApp Results',
214+
link: '/guides/use-iapp/encrypt-result',
215+
},
216+
],
210217
},
211218
{
212219
text: 'Integrate Web3 Messaging',

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,31 @@ for input parameters:
169169
- 💬 [Discord Community](https://discord.com/invite/pbt9m98wnU)
170170
- 🐛
171171
[Issue Tracker](https://github.com/iExecBlockchainComputing/documentation/issues)
172+
173+
## TODO
174+
175+
- Add link to the new explorer feature Asset_Types in the guide =>
176+
`handle-schemas-dataset-types`
177+
- Add link to remix for deploying whitelist
178+
- Explorer l'intégration de codeSpace
179+
- Add a Development workflow section (1 - ProtectData, 2- ...)
180+
- Update context7 when doc will be deployed (Martin)
181+
- Check theGraph Images with design Team
182+
- Update the Dune Dashboard to the final version
183+
- Add new section in `iexec-explorer.md` file to talk about: available chain on
184+
the UI + SRLC/RLC on account section feature of the protocol
185+
- check glossary
186+
- migrate pay-per-task page into a guide
187+
- check pages (introduction & getting-started) for use-iapp guide
188+
- Schema what is iexec to do and implement
189+
- Give recap of Workerpool address fo chains
190+
- Talk about ENS on Bellecour(it's not supported on arbitrum)
191+
- Talk about encrypting results in use-iapp
192+
- Refactor "advanced" section in build-iapp
193+
- Rework src\get-started\protocol\iexec-doracle.md (transfer to guide or
194+
rewrite)
195+
- Rework src\get-started\protocol\oracle.md (transfer to guide or rewrite)
196+
- Talk about iApp secret
197+
- Improve Guide in build-iapp section - be more clear for builder ( how to
198+
process process protectedData, clarify input-output guide)
199+
- Add illustration in the different pages

src/guides/build-iapp/advanced/build-your-first-sgx-iapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ to use some confidential data to get the full potential of the **Confidential
561561
Computing** paradigm. Check out next chapters to see how:
562562

563563
- [Access confidential assets from your iApp](access-confidential-assets.md)
564-
- [Protect the result](/guides/build-iapp/advanced/protect-the-result.md)
564+
- [Protect the result](/guides/use-iapp/encrypt-and-decrypt-results.md)
565565

566566
<script setup>
567567
import { computed } from 'vue';

src/guides/build-iapp/advanced/protect-the-result.md

Lines changed: 0 additions & 156 deletions
This file was deleted.

src/guides/build-iapp/outputs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ Continue building with these guides:
141141

142142
- **[Inputs](/guides/build-iapp/inputs)** - Learn about the different input
143143
types available to your iApp
144+
- **[Encrypt results and decrypt them](/guides/use-iapp/encrypt-and-decrypt-results)** -
145+
End-to-end result protection and local decryption
144146
- **[App Access Control and Pricing](/guides/build-iapp/manage-access)** -
145147
Control who can use your iApp
146148
- **[Debugging Your iApp](/guides/build-iapp/debugging)** - Troubleshoot
147149
execution issues
148-
- **[How to Get and Decrypt Results](/guides/use-iapp/getting-started)** -
149-
User-side result handling

0 commit comments

Comments
 (0)