> ## Documentation Index
> Fetch the complete documentation index at: https://scaffoldstacks.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Video tutorial

> Watch Scaffold Stacks tutorials — build a donation jar on Stacks, then add SIP-010 and SIP-009 token templates with stacksdapp.

Video walkthroughs for building on Stacks with Scaffold Stacks. Follow along in the [donation-jar-tutorial](https://github.com/scaffold-stack/donation-jar-tutorial) repo.

## Part 1 — Donation jar

Build a Clarity tip-jar contract, write tests, and deploy to Stacks testnet with `stacksdapp`.

<Frame>
  <iframe src="https://www.youtube.com/embed/znIa0NDps9A" title="Build a donation jar on Stacks with Scaffold Stacks" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen />
</Frame>

Open on [YouTube](https://www.youtube.com/watch?v=znIa0NDps9A).

## Part 2 — SIP-010 and SIP-009 templates

Add a fungible token and NFT with `stacksdapp add --template sip010` / `sip009`, generate hooks, test, and deploy.

Full written guide: [SIP standards](/sip-standards).

<Frame>
  <iframe src="https://www.youtube.com/embed/5txLPdw_fa0" title="Add SIP-010 token and SIP-009 NFT with Scaffold Stacks" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen />
</Frame>

Open on [YouTube](https://www.youtube.com/watch?v=5txLPdw_fa0).

## Next steps

* [Quickstart](/quickstart) — written 5-step deploy
* [SIP standards](/sip-standards) — templates, traits, hooks
* [Example dApps](/examples) — DropClaim airdrop and StackVote
* [Contracts](/contracts) — add and test Clarity contracts
* [Testnet deployment](/testnet) — faucet, mnemonic, `stacksdapp deploy`
