Skip to content

Commit 5226e8e

Browse files
committed
feat: add web dashboard components (EventCard, Dashboard, Home pages, useEventStream hook) and tutorial
1 parent fc577b5 commit 5226e8e

File tree

12 files changed

+5220
-1014
lines changed

12 files changed

+5220
-1014
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ bot.launch();
101101
| [`@pumpkit/channel`](packages/channel/) | Read-only Telegram channel feed (broadcasts token events) | ✅ Ready |
102102
| [`@pumpkit/claim`](packages/claim/) | Fee claim tracker by token CA or X handle | ✅ Ready |
103103
| [`@pumpkit/tracker`](packages/tracker/) | Group call-tracking bot with leaderboards & PNL cards | ✅ Ready |
104-
| [`@pumpkit/web`](packages/web/) | Frontend dashboard and documentation site | 🚧 Coming Soon |
104+
| [`@pumpkit/web`](packages/web/) | Frontend dashboard and documentation site | 🏗️ Skeleton |
105105

106-
> **npm:** Packages will be published to npm under the `@pumpkit` scope. See [npm Packages](docs/npm-packages.md) for the publishing roadmap.
106+
> **npm:** Packages will be published to npm under the `@pumpkit` scope. See [npm Packages](docs/npm.md) for the publishing roadmap.
107107
108108
## Features
109109

@@ -191,6 +191,7 @@ Consolidates 3 existing production bots into one:
191191
- [Code Examples](docs/examples.md) — Practical code samples
192192
- [Error Reference](docs/errors.md) — Custom error classes and fixes
193193
- [RPC Best Practices](docs/rpc-best-practices.md) — Provider selection, batching, rate limiting
194+
- [Performance](docs/performance.md) — Benchmarks, latency, and optimization tips
194195
- [Security Guide](docs/guides/security.md) — Crypto library rules, key management
195196

196197
### Tutorials

0 commit comments

Comments
 (0)