From bc96309a19748dd58201e4326a7547bf511db98b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Feb 2026 18:01:14 +0000 Subject: [PATCH 1/2] Initial plan From 6d491f861ee6a30f9f37bd2deb548d6c6415943d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Feb 2026 18:03:32 +0000 Subject: [PATCH 2/2] feat: embed YouTube intro video in scaffold-stellar Installation section Co-authored-by: oceans404 <91382964+oceans404@users.noreply.github.com> --- docs/tools/scaffold-stellar.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/tools/scaffold-stellar.mdx b/docs/tools/scaffold-stellar.mdx index e96c9db929..61ddb9e4a6 100644 --- a/docs/tools/scaffold-stellar.mdx +++ b/docs/tools/scaffold-stellar.mdx @@ -5,6 +5,8 @@ sidebar_label: Scaffold Stellar sidebar_position: 45 --- +import YouTube from "@site/src/components/YouTube"; + **Scaffold Stellar** is a developer toolkit for building decentralized applications (dApps) and smart contracts on the Stellar blockchain. It helps you go from idea to working full-stack dApp faster — by providing CLI tools, reusable contract templates, a smart contract registry, and a modern frontend. Visit the [Scaffold Stellar](https://scaffoldstellar.org) homepage for guides, docs, and more. @@ -47,6 +49,10 @@ cargo binstall stellar-scaffold-cli stellar-registry-cli ::: +While the CLIs are installing, check out this intro to Scaffold Stellar! + + + ### Creating a New Project 1. Initialize a new project: