From c0b90ff573ea20d539eac4a6276fd25b02e700b4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Feb 2026 17:40:11 +0000 Subject: [PATCH 1/2] Initial plan From cc41ceb62cfb72b0e452244c88248e8f4574443c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Feb 2026 17:41:41 +0000 Subject: [PATCH 2/2] docs: add Docker to prerequisites for Scaffold Stellar Co-authored-by: oceans404 <91382964+oceans404@users.noreply.github.com> --- docs/tools/scaffold-stellar.mdx | 1 + .../current/tools/developer-tools/scaffold-stellar.mdx | 1 + .../current/tools/scaffold-stellar.mdx | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/tools/scaffold-stellar.mdx b/docs/tools/scaffold-stellar.mdx index e96c9db929..bd38e4017b 100644 --- a/docs/tools/scaffold-stellar.mdx +++ b/docs/tools/scaffold-stellar.mdx @@ -18,6 +18,7 @@ Before you begin, make sure you have the following installed: | [Rust & Cargo](https://www.rust-lang.org/tools/install) | For writing and compiling smart contracts | `curl https://sh.rustup.rs -sSf \| sh` | | [Node.js & npm](https://nodejs.org/) | For frontend development | Download from official site | | [Stellar CLI](https://github.com/stellar/stellar-cli) | For building, deploying, and interacting with smart contracts | [`Link for the repo`](https://github.com/stellar/stellar-cli) | +| [Docker](https://www.docker.com/get-started/) | For running a local Stellar network via the `stellar/quickstart` image | [Download Docker Desktop](https://www.docker.com/products/docker-desktop/) | ## Getting Started diff --git a/i18n/es/docusaurus-plugin-content-docs/current/tools/developer-tools/scaffold-stellar.mdx b/i18n/es/docusaurus-plugin-content-docs/current/tools/developer-tools/scaffold-stellar.mdx index 9724122f93..7c6febf719 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/tools/developer-tools/scaffold-stellar.mdx +++ b/i18n/es/docusaurus-plugin-content-docs/current/tools/developer-tools/scaffold-stellar.mdx @@ -16,6 +16,7 @@ Antes de comenzar, asegúrate de tener instalado lo siguiente: | [Rust & Cargo](https://www.rust-lang.org/tools/install) | Para escribir y compilar contratos inteligentes | `curl https://sh.rustup.rs -sSf \| sh` | | [Node.js & npm](https://nodejs.org/) | Para el desarrollo del frontend | Descargar desde el sitio oficial | | [Stellar CLI](https://github.com/stellar/stellar-cli) | Para construir, desplegar e interactuar con contratos inteligentes | [`Link for the repo`](https://github.com/stellar/stellar-cli) | +| [Docker](https://www.docker.com/get-started/) | Para ejecutar una red Stellar local mediante la imagen `stellar/quickstart` | [Descargar Docker Desktop](https://www.docker.com/products/docker-desktop/) | ## Comenzar diff --git a/i18n/es/docusaurus-plugin-content-docs/current/tools/scaffold-stellar.mdx b/i18n/es/docusaurus-plugin-content-docs/current/tools/scaffold-stellar.mdx index 9c08c7a012..eb3f2fcc5b 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/tools/scaffold-stellar.mdx +++ b/i18n/es/docusaurus-plugin-content-docs/current/tools/scaffold-stellar.mdx @@ -18,6 +18,7 @@ Antes de comenzar, asegúrate de tener instalado lo siguiente: | [Rust & Cargo](https://www.rust-lang.org/tools/install) | Para escribir y compilar contratos inteligentes | `curl https://sh.rustup.rs -sSf \| sh` | | [Node.js & npm](https://nodejs.org/) | Para el desarrollo frontend | Descarga desde el sitio oficial | | [Stellar CLI](https://github.com/stellar/stellar-cli) | Para construir, desplegar e interactuar con contratos inteligentes | [`Link for the repo`](https://github.com/stellar/stellar-cli) | +| [Docker](https://www.docker.com/get-started/) | Para ejecutar una red Stellar local mediante la imagen `stellar/quickstart` | [Descargar Docker Desktop](https://www.docker.com/products/docker-desktop/) | ## Comenzar