https://github.com/effectstream/dev-presentation
https://github.com/effectstream/dev-presentation
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/effectstream/dev-presentation
- Owner: effectstream
- Created: 2026-05-26T21:38:33.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2026-05-27T05:45:52.000Z (29 days ago)
- Last Synced: 2026-05-27T07:12:54.170Z (29 days ago)
- Language: HTML
- Size: 996 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EffectStream Intro Presentation
A reusable ~25-minute talk (+ Q&A) introducing EffectStream and live-launching an EVM + Midnight template.
**▶ Live deck: https://effectstream.github.io/dev-presentation/**
## Files
- **`index.html`** — the slide deck (reveal.js, loads from CDN). Open it in any browser.
- **`RUNBOOK.md`** — the live-demo script: exact commands, pre-warm steps, demo click-path, and a fallback plan if the live boot stalls.
- **`assets/`** — diagram + demo screenshots used in the deck.
## Presenting
Open `index.html` in a browser, then:
| Key | Action |
|-----|--------|
| `→` / `Space` | Next slide |
| `←` | Previous |
| `S` | **Speaker-notes view** (notes + timer + next-slide preview) |
| `F` | Fullscreen |
| `Esc` / `O` | Slide overview |
To open it directly:
```sh
open presentation/index.html # macOS
# or serve it (better for the Notes window):
bunx serve presentation # then visit the printed URL
```
> Tip: use the **`S`** speaker view on your laptop and share/fullscreen the main window for the audience.
## Structure (~25 min)
1. **Why multi-chain dApps** — context & the problem (3 min)
2. **How EffectStream works** — sync → state machine → indexed state; batcher; non-custodial (4 min)
3. **Demos in the wild** — Safe Solver, Tarochi, EVM-Cardano Explorer (3 min)
4. **Live: launch the EVM + Midnight template** (10 min) — see `RUNBOOK.md`
5. **Tools, links, try it** (3 min)
Speaker notes for every slide are embedded in `index.html` — press `S`.