[go: nahoru, domu]

Skip to content

Centralize/hummingbot

Repository files navigation

Hummingbot - Decentralize Market Making

CircleCI Discord License Twitter Follow

An open-source project for the development of cryptocurrency trading software, created and maintained by CoinAlpha, Inc.

Hummingbot allows users to run a local client that executes customized, automated market-making trading strategies for cryptocurrencies.

Hummingbot was created to promote decentralized market-making: enabling members of the community to contribute to the liquidity and trading efficiency in cryptocurrency markets. We further discuss this rational on our blog.

For more detailed information, please visit the Hummingbot website and read the Hummingbot whitepaper.

Supported Cryptocurrency Exchanges

       logo       id name ver doc
binance binance Binance * API
DDEX ddex DDEX 3 API
DDEX radar_relay Radar Relay 2 API

Resources / Links

Getting Started

First, run

$ ./install

After running the install script, the Anaconda environment named hummingbot will be created. You can activate it in the same way as all Anaconda environments.

$ conda activate hummingbot

Once the Anaconda environment is actvated, you will see it prefixed to your command line prompt.

(hummingbot) $ 

Then, run

(hummingbot) $ bin/hummingbot

Once you see the CLI interface, you can enter help to start interacting using our commands.

CLI View

Docker / Deployment

Hummingbot is available on Docker Hub at coinalpha/hummingbot.

For instructions on running hummingbot with Docker including deployment, see DOCKER.md.

Testing

Running tests locally

Run tests by executing: python test/test_**TEST_NAME**.py.

Requires secret files to be saved in the conf/ folder:

File Description
binance_secret.py See template: binance-TEMPLATE.py

Social

Contributing

We welcome code contributions (via pull requests) as well as bug reports and feature requests through github issues.

License

Code is released under the Apache-2.0 License, which means it's absolutely free for any developer to build commercial and opensource software on top of it, but use it at your own risk with no warranties, as is.

Contact

Hummingbot was created and is maintained by CoinAlpha. You can contact us at dev@coinalpha.com or join our Discord server.

For business inquiries, please contact us at contact@coinalpha.com.

About

Hummingbot: a client for crypto market making

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.8%
  • Shell 0.6%
  • C++ 0.5%
  • NSIS 0.1%
  • Dockerfile 0.0%
  • Batchfile 0.0%