ADAMANT Market-Making Software v9.0.0 is live
The first public distribution of the open-source ADAMANT market-making bot is now available. It is self-hosted: you run it against your own exchange account with your own keys, and no third-party custody is involved.
Installation
The bot is distributed both as an npm package and as a Docker image.
npm (CLI mm):
npm install -g adamant-tradebot
mm init
mm on
Docker (GHCR):
docker pull ghcr.io/adamant-im/adamant-tradebot:9.0.0
A shell wrapper around docker-compose is also available; see the README for details.
What’s in v9.0.0
This release introduces the mm CLI with commands such as init, on, off, doctor, status, and logs, along with a public Docker image hosted on GHCR. The market-making engine has been refactored into modular components covering the trader, order book builder, liquidity provider, and price watcher. Exchange connectors are included for Azbit, Coinstore, FameEXnet, NonKYC, P2PB2B, and StakeCube. The release also lays the groundwork for a WebUI API and ships with tests and expanded documentation.
Release notes and source code are available on GitHub. The npm package is published at npmjs.com.