Skip to content
Aleksei Lebedev edited this page Sep 29, 2019 · 14 revisions

Welcome to the ADAMANT JavaScript library API specification. See general description and usage instructions of ADAMANT JS lib.

ADAMANT JavaScript library API is convenient way to interact with ADAMANT blockchain for Node.js developers. Also ADAMANT Console and ADAMANT node Direct API available. See other documentation for developers.

ADAMANT JS API has internal Health Check for ADAMANT nodes. This system ping all nodes in the list using status endpoint, and connect to node with actual height.

ADAMANT JS API does also encryption and decryption work for transactions and messages, generates crypto addresses and keys for current ADM account.

For Transactions Query Language, Transactions Types, Messages Types, Working with Contact List and Storing Data in KVS see ADAMANT node Direct API Specification.

Clone this wiki locally