
The ADAMANT Console, a command-line tool for interacting with the ADAMANT blockchain, has been completely redesigned in version 2.0.0. Alongside the existing JS and Node APIs, the Console enables users to create accounts, transfer tokens, send messages, and register delegates.
The tool functions both as a standalone command-line interface and as a NodeJS library, making it suitable for integration into external scripts and applications. Developers can leverage the Console to build full-fledged decentralized applications, such as messengers or blockchain-based two-factor authentication systems, taking advantage of its new message decryption capabilities.
The 2.0.0 release represents a full refactoring of the codebase, now utilizing the adamant-api package. It introduces an interactive mode, built-in help for commands, updated dependencies, and various bug fixes.