Overview
This section documents the Delta-DeFi team's fork of [Hummingbot](https://github.com/hummingbot/hummingbot), which adds a native **Delta-DeFi exchange connector**. You can use it to run any Hummingbot
Last updated
This section documents the Delta-DeFi team's fork of [Hummingbot](https://github.com/hummingbot/hummingbot), which adds a native **Delta-DeFi exchange connector**. You can use it to run any Hummingbot
The fork extends upstream Hummingbot with:
A Delta-DeFi exchange connector covering spot trading, order book streaming, user account streams, health monitoring, and risk guards.
A custom script loader that lets you point Hummingbot at any external directory of V2 strategy scripts β useful when strategies are maintained in a separate repository.
Delta-DeFi settles trades on Cardano, so every order submission is a signed Cardano transaction. The connector delegates signing to sidan-gin β an open-source Python library maintained by the Delta-DeFi team for Cardano development.
sidan-gin is a general-purpose Cardano Python library β it's not Hummingbot-specific. It's installed separately via pip. See Installing sidan-gin for why this step is required and easy to miss.
Last updated