Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions src/get-started/helloWorld/2-protectData.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ const { address: protectedDataAddress } = await dataProtectorCore.protectData({
});
```

For this tutorial, you can try out the code directly in our interactive
CodeSandbox demo
[try the interactive DataProtector sandbox](https://codesandbox.io/p/github/iExecBlockchainComputing/dataprotector-sandbox/main?file=%2Fsrc%2FApp.tsx&preventWorkspaceRedirect=true).
Here's a quick overview of what happened when you clicked the **Protect Data**
button:

Expand Down Expand Up @@ -180,14 +177,6 @@ const { address: protectedDataAddress } = await dataProtectorCore.protectData({
});
```

::: tip <i></i>

Check out our
<a target="_blank" href="https://codesandbox.io/p/github/iExecBlockchainComputing/dataprotector-sandbox/main?file=%2Fsrc%2Fmain.tsx%3A18%2C7">code
sandbox</a> for ready-to-use examples!

:::

## 🎯 Key Takeaways

- 🔒 **DataProtector** ensures data protection, management, and confidentiality
Expand Down
53 changes: 6 additions & 47 deletions src/get-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
title: Quick Start
description:
Get started quickly with iExec's privacy-preserving technologies and explore
our project starters and interactive sandboxes
our project starters
---

# Quick Start

Get started quickly with iExec's privacy-preserving technologies. Choose from
our pre-built starters or dive into interactive sandboxes to explore specific
features.
our pre-built starters to explore specific features.

Check warning on line 11 in src/get-started/quick-start.md

View workflow job for this annotation

GitHub Actions / vale

[vale] src/get-started/quick-start.md#L11

[Google.We] Try to avoid using first-person plural like 'our'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "src/get-started/quick-start.md", "range": {"start": {"line": 11, "column": 1}}}, "severity": "WARNING"}

## Project Starters

Expand Down Expand Up @@ -53,54 +52,14 @@

</CardGrid>

## Interactive Sandboxes

Explore and experiment with iExec features directly in your browser. Perfect for
learning and prototyping.

<CardGrid>

<ProjectCard
title="DataProtector Core"
description="Essential data protection features including encryption, access control, and secure storage."
icon="mdi:shield-lock"
status="interactive"
statusLabel="Interactive"
buttonLabel="Open Sandbox"
buttonHref="https://codesandbox.io/p/github/iExecBlockchainComputing/dataprotector-sandbox/main"
/>

<ProjectCard
title="Web3 Telegram"
description="Privacy-preserving Telegram messaging integration with user consent management."
icon="mdi:message-lock"
status="interactive"
statusLabel="Interactive"
buttonLabel="Open Sandbox"
buttonHref="https://codesandbox.io/p/github/iExecBlockchainComputing/web3-telegram-sandbox/main"
/>

<ProjectCard
title="Web3 Mail"
description="Secure email communication for Web3 users without revealing personal email addresses."
icon="mdi:email-lock"
status="interactive"
statusLabel="Interactive"
buttonLabel="Open Sandbox"
buttonHref="https://codesandbox.io/p/github/iExecBlockchainComputing/web3mail-sandbox/main"
/>

</CardGrid>

## Next Steps After Exploring our Starters and Sandboxes
## Next Steps After Exploring our Starters

Check warning on line 55 in src/get-started/quick-start.md

View workflow job for this annotation

GitHub Actions / vale

[vale] src/get-started/quick-start.md#L55

[Google.Headings] 'Next Steps After Exploring our Starters' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'Next Steps After Exploring our Starters' should use sentence-style capitalization.", "location": {"path": "src/get-started/quick-start.md", "range": {"start": {"line": 55, "column": 4}}}, "severity": "WARNING"}

Check warning on line 55 in src/get-started/quick-start.md

View workflow job for this annotation

GitHub Actions / vale

[vale] src/get-started/quick-start.md#L55

[Google.We] Try to avoid using first-person plural like 'our'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "src/get-started/quick-start.md", "range": {"start": {"line": 55, "column": 31}}}, "severity": "WARNING"}

1. **Choose Your Framework**: Start with our Next.js template or wait for
React/Vue options
2. **Experiment**: Try the interactive sandboxes to understand core concepts
3. **Build**: Integrate the features you need into your application
4. **Get RLC Tokens**: Use the
2. **Build**: Integrate the features you need into your application

Check warning on line 59 in src/get-started/quick-start.md

View workflow job for this annotation

GitHub Actions / vale

[vale] src/get-started/quick-start.md#L59

[Google.WordList] Use 'app' instead of 'application'.
Raw output
{"message": "[Google.WordList] Use 'app' instead of 'application'.", "location": {"path": "src/get-started/quick-start.md", "range": {"start": {"line": 59, "column": 57}}}, "severity": "WARNING"}
3. **Get RLC Tokens**: Use the
[iExec RLC Faucet](https://explorer.iex.ec/arbitrum-sepolia-testnet/faucet)
5. **Deploy**: Use our deployment guides for production-ready applications
4. **Deploy**: Use our deployment guides for production-ready applications

Check warning on line 62 in src/get-started/quick-start.md

View workflow job for this annotation

GitHub Actions / vale

[vale] src/get-started/quick-start.md#L62

[Google.We] Try to avoid using first-person plural like 'our'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "src/get-started/quick-start.md", "range": {"start": {"line": 62, "column": 20}}}, "severity": "WARNING"}

<script setup>
import CardGrid from '@/components/CardGrid.vue';
Expand Down
23 changes: 0 additions & 23 deletions src/references/dataProtector/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,26 +110,3 @@ const dataProtectorCore = dataProtector.core;

To add optional parameters, see
[advanced configuration](/references/dataProtector/advanced-configuration).

## Sandbox

<CardGrid>

<ProjectCard
title="DataProtector Core"
description="Essential data protection features including encryption, access control, and secure storage."
icon="mdi:shield-lock"
status="interactive"
statusLabel="Interactive"
buttonLabel="Open Sandbox"
buttonHref="https://codesandbox.io/p/github/iExecBlockchainComputing/dataprotector-sandbox/main"
githubUrl="https://github.com/iExecBlockchainComputing/dataprotector-sandbox"
githubLabel="Sandbox Github"
/>

</CardGrid>

<script setup>
import CardGrid from '@/components/CardGrid.vue';
import ProjectCard from '@/components/ProjectCard.vue';
</script>
6 changes: 0 additions & 6 deletions src/references/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@ The CLI documentation is available
The library documentation is available
[here](https://github.com/iExecBlockchainComputing/iexec-sdk/blob/master/docs/README.md)

### Browser integration

<a href="https://codesandbox.io/p/github/iExecBlockchainComputing/iexec-sdk-sandbox-buy-computation/main?file=%2Fsrc%2Findex.js&moduleview=1&theme=dark" target="_blank" rel="noreferrer" class="link-as-block" style="margin-top: 16px">
⚡ &nbsp;Code Sandbox
</a>

### NodeJS integration

<a href="https://codesandbox.io/p/sandbox/iexec-sdk-nodejs-hu6n6v?file=%2Findex.js" target="_blank" rel="noreferrer" class="link-as-block" style="margin-top: 16px">
Expand Down
12 changes: 0 additions & 12 deletions src/references/web3mail/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,3 @@ const web3mail = new IExecWeb3mail('RPC_URL');
```

:::

## Sandbox

<a href="https://codesandbox.io/p/github/iExecBlockchainComputing/web3mail-sandbox/main" target="_blank" rel="noreferrer" class="link-as-block">
⚡ &nbsp;Code Sandbox
</a>

Corresponding GitHub repository:

<a href="https://github.com/iExecBlockchainComputing/web3Mail-sandbox" target="_blank" rel="noreferrer" class="link-as-block">
🔎 &nbsp;GitHub repository sandbox
</a>
12 changes: 0 additions & 12 deletions src/references/web3telegram/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,3 @@ const web3telegram = new IExecWeb3telegram(web3Provider);
```

:::

## Sandbox

<a href="https://codesandbox.io/p/github/iExecBlockchainComputing/web3-telegram-sandbox/main" target="_blank" rel="noreferrer" class="link-as-block">
⚡ &nbsp;Code Sandbox
</a>

Corresponding GitHub repository:

<a href="https://github.com/iExecBlockchainComputing/web3-telegram-sandbox" target="_blank" rel="noreferrer" class="link-as-block">
🔎 &nbsp;GitHub repository sandbox
</a>
Loading