You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ body:
7
7
attributes:
8
8
value: |
9
9
## **Before Submitting:**
10
-
10
+
11
11
* Please edit the "Bug Report" to the title of the bug or issue
12
12
* Please make sure to look on our GitHub issues to avoid duplicate tickets
13
13
* You can add additional `Labels` to support this ticket (connectors, strategies, etc)
@@ -26,9 +26,9 @@ body:
26
26
label: Steps to reproduce
27
27
description: A concise description of the steps to reproduce the buggy behavior
28
28
value: |
29
-
1.
30
-
2.
31
-
3.
29
+
1.
30
+
2.
31
+
3.
32
32
validations:
33
33
required: true
34
34
- type: input
@@ -44,14 +44,14 @@ body:
44
44
label: Type of installation
45
45
description: What type of installation did you use?
46
46
options:
47
-
- Source
47
+
- Source
48
48
- Docker
49
49
validations:
50
50
required: true
51
51
- type: textarea
52
52
id: attachment
53
53
attributes:
54
54
label: Attach required files
55
-
description: Please attach your config file and log file located on the "../hummingbot/logs/" folder. It would be difficult for us to help you without those!
55
+
description: Please attach your config file and log file located on the "../hummingbot/logs/" folder. It would be difficult for us to help you without those!
Copy file name to clipboardExpand all lines: README.md
+17-25Lines changed: 17 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@ The Hummingbot codebase is free and publicly available under the Apache 2.0 open
24
24
25
25
The easiest way to get started with Hummingbot is using Docker:
26
26
27
-
* To install the web-based [Dashboard](https://github.com/hummingbot/dashboard), follow the instructions in the [Deploy](https://github.com/hummingbot/deploy) repo.
27
+
* To install the Telegram Bot [Condor](https://github.com/hummingbot/condor), follow the instructions in the [Hummingbot Docs](https://hummingbot.org/condor/installation/) site.
28
28
29
29
* To install the CLI-based Hummingbot client, follow the instructions below.
30
30
31
-
Alternatively, if you are building new connectors/strategies or adding custom code, see the [Install from Source](https://hummingbot.org/installation/source/) section in the documentation.
31
+
Alternatively, if you are building new connectors/strategies or adding custom code, see the [Install from Source](https://hummingbot.org/client/installation/#source-installation) section in the documentation.
32
32
33
33
### Install Hummingbot with Docker
34
34
@@ -41,8 +41,9 @@ Clone the repo and use the provided `docker-compose.yml` file:
Gateway provides standardized connectors for interacting with automatic market maker (AMM) decentralized exchanges (DEXs) across different blockchain networks.
54
55
55
-
To run Hummingbot with Gateway, clone the repo and uncomment the Gateway service lines in `docker-compose.yml`:
56
+
To run Hummingbot with Gateway, clone the repo and answer `y` when prompted after running `make setup`
# Uncomment the following lines in docker-compose.yml:
63
-
gateway:
64
-
restart: always
65
-
container_name: gateway
66
-
image: hummingbot/gateway:latest
67
-
ports:
68
-
- "15888:15888"
69
-
volumes:
70
-
- "./gateway-files/conf:/home/gateway/conf"
71
-
- "./gateway-files/logs:/home/gateway/logs"
72
-
- "./certs:/home/gateway/certs"
73
-
environment:
74
-
- GATEWAY_PASSPHRASE=admin
75
-
- DEV=true
66
+
# Answer `y` when prompted
67
+
Include Gateway? [y/N]
76
68
```
77
69
78
70
Then run:
79
71
```bash
80
-
# Launch Hummingbot
81
-
docker compose up -d
72
+
make deploy
82
73
83
74
# Attach to the running instance
84
75
docker attach hummingbot
@@ -129,6 +120,7 @@ We are grateful for the following exchanges that support the development and mai
129
120
|------|------|------|-------|----------|
130
121
|[Binance](https://hummingbot.org/exchanges/binance/)| CLOB CEX | Spot, Perpetual |`binance`, `binance_perpetual`|[](https://accounts.binance.com/register?ref=CBWO4LU6)|
131
122
|[BitMart](https://hummingbot.org/exchanges/bitmart/)| CLOB CEX | Spot, Perpetual |`bitmart`, `bitmart_perpetual`|[](https://www.bitmart.com/invite/Hummingbot/en)|
123
+
|[Bitget](https://hummingbot.org/exchanges/bitget/)| CLOB CEX | Spot, Perpetual |`bitget`, `bitget_perpetual`|[](https://www.bitget.com/expressly?channelCode=v9cb&vipCode=26rr&languageType=0)|
132
124
|[Derive](https://hummingbot.org/exchanges/derive/)| CLOB DEX | Spot, Perpetual |`derive`, `derive_perpetual`|[](https://www.derive.xyz/invite/7SA0V)|
|[Gate.io](https://hummingbot.org/exchanges/gate-io/)| CLOB CEX | Spot, Perpetual |`gate_io`, `gate_io_perpetual`|[](https://www.gate.io/referral/invite/HBOTGATE_0_103)|
@@ -148,7 +140,6 @@ Currently, the master branch of Hummingbot also includes the following exchange
@@ -172,8 +163,9 @@ Currently, the master branch of Hummingbot also includes the following exchange
172
163
173
164
## Other Hummingbot Repos
174
165
175
-
*[Deploy](https://github.com/hummingbot/deploy): Deploy Hummingbot in various configurations with Docker
176
-
*[Dashboard](https://github.com/hummingbot/dashboard): Web app that helps you create, backtest, deploy, and manage Hummingbot instances
166
+
*[Condor](https://github.com/hummingbot/condor): Telegram Interface for Hummingbot
167
+
*[Hummingbot API](https://github.com/hummingbot/hummingbot-api): The central hub for running Hummingbot trading bots
168
+
*[Hummingbot MCP](https://github.com/hummingbot/mcp): Enables AI assistants like Claude and Gemini to interact with Hummingbot for automated cryptocurrency trading across multiple exchanges.
177
169
*[Quants Lab](https://github.com/hummingbot/quants-lab): Jupyter notebooks that enable you to fetch data and perform research using Hummingbot
178
170
*[Gateway](https://github.com/hummingbot/gateway): Typescript based API client for DEX connectors
179
171
*[Hummingbot Site](https://github.com/hummingbot/hummingbot-site): Official documentation for Hummingbot - we welcome contributions here too!
@@ -184,7 +176,7 @@ The Hummingbot architecture features modular components that can be maintained a
184
176
185
177
We welcome contributions from the community! Please review these [guidelines](./CONTRIBUTING.md) before submitting a pull request.
186
178
187
-
To have your exchange connector or other pull request merged into the codebase, please submit a New Connector Proposal or Pull Request Proposal, following these [guidelines](https://hummingbot.org/governance/proposals/). Note that you will need some amount of [HBOT tokens](https://etherscan.io/token/0xe5097d9baeafb89f9bcb78c9290d545db5f9e9cb) in your Ethereum wallet to submit a proposal.
179
+
To have your exchange connector or other pull request merged into the codebase, please submit a New Connector Proposal or Pull Request Proposal, following these [guidelines](https://hummingbot.org/about/proposals/). Note that you will need some amount of [HBOT tokens](https://etherscan.io/token/0xe5097d9baeafb89f9bcb78c9290d545db5f9e9cb) in your Ethereum wallet to submit a proposal.
0 commit comments