
ADAMANT is an open-source project with a public blockchain API, a Console tool, and a JavaScript API client. The JavaScript API client has been updated to version 0.5.0, with the most significant addition being WebSocket support.
With WebSocket connections, applications receive instant notifications about new transactions and messages. This reduces latency compared to polling the REST API, allowing bots and services to respond to user requests faster.
The release is available on GitHub, and the JavaScript API documentation is maintained in the project wiki.