WaspBot is an open-source initiative to create high‑performance, framework‑agnostic ports of Hummingbot in modern programming languages. Our goal is to provide maintainable, modular, and production‑ready algorithmic trading libraries for multiple ecosystems.
waspbot-ts
– Vanilla TypeScript port of Hummingbot (in active development)waspbot-go
– Go port (planned)waspbot-rs
– Rust port (planned)
Each port follows the same core principles:
- Modular, extensible architecture
- Exchange‑agnostic connector system
- Event‑driven strategy execution
- No unnecessary frameworks — just language‑native implementations
By having multiple language ports, WaspBot enables:
- Developers to build trading bots in the language they know best
- A shared community maintaining a unified design across implementations
- Faster experimentation and innovation in algorithmic trading strategies
All WaspBot projects are released under the MIT License.