From 982ffa7c9aaec935a59c899235e19a0ebd94300c Mon Sep 17 00:00:00 2001 From: paypes <43441600+abbesBenayache@users.noreply.github.com> Date: Thu, 9 Jul 2026 16:44:59 +0200 Subject: [PATCH] docs: remove references to archived sandbox repos We are deprecating CodeSandbox-based sandbox repos (dataprotector-sandbox, web3mail-sandbox, web3-telegram-sandbox, iexec-sdk-sandbox-buy-computation) as we shift focus away from Poco toward BAU. Remove links and dedicated sections pointing to these repos from the docs. --- src/get-started/helloWorld/2-protectData.md | 11 ---- src/get-started/quick-start.md | 53 +++---------------- .../dataProtector/getting-started.md | 23 -------- src/references/sdk.md | 6 --- src/references/web3mail/getting-started.md | 12 ----- .../web3telegram/getting-started.md | 12 ----- 6 files changed, 6 insertions(+), 111 deletions(-) diff --git a/src/get-started/helloWorld/2-protectData.md b/src/get-started/helloWorld/2-protectData.md index 3481a6bd..2f1136bc 100644 --- a/src/get-started/helloWorld/2-protectData.md +++ b/src/get-started/helloWorld/2-protectData.md @@ -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: @@ -180,14 +177,6 @@ const { address: protectedDataAddress } = await dataProtectorCore.protectData({ }); ``` -::: tip - -Check out our -code -sandbox for ready-to-use examples! - -::: - ## 🎯 Key Takeaways - 🔒 **DataProtector** ensures data protection, management, and confidentiality diff --git a/src/get-started/quick-start.md b/src/get-started/quick-start.md index a99a6907..fe85d09c 100644 --- a/src/get-started/quick-start.md +++ b/src/get-started/quick-start.md @@ -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. ## Project Starters @@ -53,54 +52,14 @@ privacy-first applications. -## Interactive Sandboxes - -Explore and experiment with iExec features directly in your browser. Perfect for -learning and prototyping. - - - - - - - - - - - -## Next Steps After Exploring our Starters and Sandboxes +## Next Steps After Exploring our Starters 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 +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 diff --git a/src/references/sdk.md b/src/references/sdk.md index 6521bc1b..b13dafd6 100644 --- a/src/references/sdk.md +++ b/src/references/sdk.md @@ -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 - - - âš¡  Code Sandbox - - ### NodeJS integration diff --git a/src/references/web3mail/getting-started.md b/src/references/web3mail/getting-started.md index db8abca9..e7bd1637 100644 --- a/src/references/web3mail/getting-started.md +++ b/src/references/web3mail/getting-started.md @@ -101,15 +101,3 @@ const web3mail = new IExecWeb3mail('RPC_URL'); ``` ::: - -## Sandbox - - - âš¡  Code Sandbox - - -Corresponding GitHub repository: - - - 🔎  GitHub repository sandbox - diff --git a/src/references/web3telegram/getting-started.md b/src/references/web3telegram/getting-started.md index ccc20eef..b977c5b0 100644 --- a/src/references/web3telegram/getting-started.md +++ b/src/references/web3telegram/getting-started.md @@ -76,15 +76,3 @@ const web3telegram = new IExecWeb3telegram(web3Provider); ``` ::: - -## Sandbox - - - âš¡  Code Sandbox - - -Corresponding GitHub repository: - - - 🔎  GitHub repository sandbox -