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 src/components/YouTube/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export function YouTube({ ID }: { ID: string; }): ReactNode {
<iframe
src={`https://www.youtube-nocookie.com/embed/${ID}?controls=0&rel=0&modestbranding=1`}
title="Informational explainer"
loading="lazy"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" // tilt screen
allowFullScreen
style={{
Expand Down
10 changes: 7 additions & 3 deletions src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ description: "Build decentralized apps, issue assets, and write smart contracts
import WayfindingBoxes from "@site/src/components/Homepage/WayfindingBoxes";
import NavigatingTheDocs from "@site/src/components/Homepage/NavigatingTheDocs";
import DeveloperResources from "@site/src/components/Homepage/DeveloperResources";
import PathfindingTable from "@site/src/components/Homepage/PathfindingTable";
import YouTube from "@site/src/components/YouTube";

# Welcome to Stellar Developer Docs

Stellar is a layer-1 open-source, decentralized, peer-to-peer blockchain network that provides a framework for developers to create applications, issue assets, write smart contracts, and connect to existing financial rails. Stellar is designed to enable creators, innovators, and developers to build projects on the network that can interoperate with each other.
Stellar is a layer-1, open-source, decentralized, peer-to-peer blockchain network. Developers use its framework to create applications, issue assets, write smart contracts, and connect to existing financial rails. Further, the network lets creators, innovators, and developers build projects that can interoperate with each other, for everyone.

The developer docs will teach you how to build applications, issue and use tokens, write smart contracts, set up on and off-ramps, set up a validator node, and more.
<div style={{ width: "max(50%, min(100%, 320px))", margin: "0 auto" }}>
<YouTube ID="lNcil-1GmCc" />
</div>

The developer docs explain how to build applications, issue and use tokens, write smart contracts, set up on- and off-ramps, set up a validator node, and much more.

## **Stellar for...**

Expand Down
Loading