Skip to content

Commit 49c02bd

Browse files
authored
feat: write content for toolkit page (#50)
1 parent 4dbc16b commit 49c02bd

File tree

9 files changed

+398
-759
lines changed

9 files changed

+398
-759
lines changed

.vitepress/sidebar.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,6 @@ export function getSidebar() {
153153
text: 'Quick Start',
154154
link: '/guides/build-iapp/advanced/quick-start',
155155
},
156-
{
157-
text: 'Build your first application',
158-
link: '/guides/build-iapp/advanced/build-your-first-iapp',
159-
},
160156
{
161157
text: 'Build your first SGX app',
162158
link: '/guides/build-iapp/advanced/build-your-first-sgx-iapp',
@@ -202,7 +198,7 @@ export function getSidebar() {
202198
},
203199
{
204200
text: 'Integrate Web3 Messaging',
205-
link: '/guides/use-iapp/web3-messaging',
201+
link: '/guides/use-iapp/integrate-web3-messaging',
206202
},
207203
],
208204
},
@@ -551,7 +547,6 @@ export function getSidebar() {
551547
},
552548
{
553549
text: 'Workers & Workerpools',
554-
collapsed: true,
555550
items: [
556551
{
557552
text: 'Worker Quick Start',
@@ -565,7 +560,6 @@ export function getSidebar() {
565560
},
566561
{
567562
text: '🔒 TEE Technology',
568-
collapsed: true,
569563
items: [
570564
{
571565
text: 'Introduction to TEE Technologies',

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,9 @@ for input parameters:
226226

227227
## TODO
228228

229-
- Adapt hardcoded address to feat with new contracts deployed on arbitrum
230229
- Add link to the new explorer feature Asset_Types in the guide =>
231230
`handle-schemas-dataset-types`
232231
- Add link to remix for deploying whitelist
233-
- complete `use-iapp` section
234232
- Maybe split input and output in two diff sub section in build your iapp guide
235233
- Explorer l'intégration de codeSpace
236234
- Add a Development workflow section (1 - ProtectData, 2- ...)
@@ -239,25 +237,20 @@ for input parameters:
239237
- Update the Dune Dashboard to the final version
240238
- Add new section in `iexec-explorer.md` file to talk about: available chain on
241239
the UI + SRLC/RLC on account section feature of the protocol
242-
- Update or add design illustrations based on the new design system
243-
- Check how to pay guide to update with the launch on Arbitrum (RLC vs xRLC)
244240
- framework AI supporté
245241
- check glossary
246-
- migrate github iexec SDK doc here
247242
- migrate pay-per-task page into a guide
248243
- check pages (introduction & getting-started) for use-iapp guide
249244
- Schema what is iexec to do and implement
250245
- Give recap of Workerpool address fo chains
251246
- Talk about ENS on Bellecour(it's not supported on arbitrum)
252-
- Rework Advanced iApp building guides. (from "old" protocol doc) <<<<<<< HEAD
253247
- Talk about encrypting results in use-iapp
254248
- Refactor "advanced" section in build-iapp
255249
- Rework src\get-started\protocol\iexec-doracle.md (transfer to guide or
256250
rewrite)
257251
- Talk about encrypting results in use-iapp
258-
- Refactor "advanced" section in build-iapp
259252
- Rework src\get-started\protocol\oracle.md (transfer to guide or rewrite)
260253
- Talk about iApp secret
261254
- Improve Guide in build-iapp section - be more clear for builder ( how to
262255
process process protectedData, clarify input-output guide)
263-
- refactor iapp generator cli reference
256+
- Add illustration in the different pages

src/get-started/toolkit.md

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,45 @@ description: Essential tools and resources for building on iExec
55

66
# 🛠️ iExec Toolkit
77

8-
This page is under development.
8+
Build faster and smarter with our turnkey toolkit designed to streamline your
9+
iExec development experience.
910

10-
<!-- TODO: Add comprehensive toolkit overview -->
11+
## 🚀 iApp Generator
12+
13+
The **iApp Generator** is your quick-start solution for creating iExec
14+
confidential decentralized applications. Generate production-ready iApp with
15+
just a few commands, let free your imagination.
16+
17+
### Key Features
18+
19+
- **Development templates** that simplify iApp development
20+
- **Streamlined wallet management** for easy app deployment
21+
- **Governance management** to control who accesses your app, when, and at what
22+
price
23+
24+
### Get Started
25+
26+
Jump right into building with our comprehensive guide:
27+
[Building Your iApp →](/references/iapp-generator/building-your-iexec-app.md)
28+
29+
## 🔒 DataProtector-SDK
30+
31+
The **DataProtector-SDK** provides a complete toolkit for managing confidential
32+
data on iExec. Protect, share, and monetize your data by exposing the protected
33+
asset type on the iExec protocol without revealing the actual value, allowing
34+
users to pay for access.
35+
36+
### Key Features
37+
38+
- **Easy data protection** through SDK methods
39+
- **Asset visualization** to easily view and explore protected asset types on
40+
the iExec protocol
41+
- **Content consumption** capabilities for accessing protected data through
42+
confidential iExec applications (iApps)
43+
- **Governance management** to control who accesses your data, when, and at what
44+
price
45+
46+
### Get Started
47+
48+
Learn how to protect and manage your data:
49+
[DataProtector Getting Started →](/references/dataProtector/getting-started.md)

0 commit comments

Comments
 (0)