Skip to content
Open
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
1 change: 1 addition & 0 deletions docs/tools/scaffold-stellar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/) |
Copy link

Copilot AI Feb 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The install link text is “Download Docker Desktop”, which is Mac/Windows-specific and can be misleading for Linux users (who typically install Docker Engine). Consider using a more general install label/link (e.g., “Get Docker” pointing to Docker’s official install docs) so the prerequisite applies across platforms.

Suggested change
| [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/) |
| [Docker](https://www.docker.com/get-started/) | For running a local Stellar network via the `stellar/quickstart` image | [Get Docker](https://docs.docker.com/get-docker/) |

Copilot uses AI. Check for mistakes.

## Getting Started

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/) |
Copy link

Copilot AI Feb 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

El texto del enlace de instalación dice “Descargar Docker Desktop”, lo cual es específico de Mac/Windows y puede confundir a usuarios de Linux (donde normalmente se instala Docker Engine). Considera usar un texto/enlace más general (p. ej., “Obtener Docker” con el enlace oficial de instalación) para que el prerrequisito aplique en todas las plataformas.

Suggested change
| [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/) |
| [Docker](https://www.docker.com/get-started/) | Para ejecutar una red Stellar local mediante la imagen `stellar/quickstart` | [Obtener Docker](https://docs.docker.com/get-docker/) |

Copilot uses AI. Check for mistakes.

## Comenzar

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/) |
Copy link

Copilot AI Feb 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

El texto del enlace de instalación dice “Descargar Docker Desktop”, lo cual es específico de Mac/Windows y puede confundir a usuarios de Linux (donde normalmente se instala Docker Engine). Considera usar un texto/enlace más general (p. ej., “Obtener Docker” con el enlace oficial de instalación) para que el prerrequisito aplique en todas las plataformas.

Suggested change
| [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/) |
| [Docker](https://www.docker.com/get-started/) | Para ejecutar una red Stellar local mediante la imagen `stellar/quickstart` | [Obtener Docker](https://docs.docker.com/get-docker/) |

Copilot uses AI. Check for mistakes.

## Comenzar

Expand Down