Skip to content
Merged
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
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,8 @@ agents/
*.temp
.cache/
.temp/

# =============================================================================
# Demo Pitch (Internal Use Only)
# =============================================================================
demo/pitch.md
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ Hook Bazaar solves **9 critical market failures** in the Uniswap v4 ecosystem:

## Demo

<!-- Demo section placeholder -->
[![Watch the Demo](https://img.shields.io/badge/Watch-Demo-E85A4F?style=for-the-badge&logo=loom&logoColor=white)](https://www.loom.com/share/8f8f5873702b4f6db3215892d824bba2)

[🎥 Watch the full demo on Loom](https://www.loom.com/share/8f8f5873702b4f6db3215892d824bba2)

---

Expand Down Expand Up @@ -191,7 +193,9 @@ cd operator && npm test
anvil

# Terminal 2
cd operator && npx tsx integration/runSimulation.ts
cd operator
npm install
npx tsx integration/runSimulation.ts
```

### Deploy
Expand Down
Binary file modified demo/presentation.pdf
Binary file not shown.
Loading
Loading