You are a developer? Don’t just walk past — ADAMANT node’s API is specified!

Olga Drabenya
ADAMANT
Published in
2 min readSep 11, 2019

--

We have recently completed a fully detailed manual on the ADAMANT blockchain system — Node’s direct API specification. API gives many opportunities to those who want to create their own apps, bots or even cooperate with the existing applications. Moreover, API allows taking complicated actions such as making requests that implicate various filters and options.

The manual describes the procedure for working with accounts and/or addresses, transactions, chats, and a KVS database. Furthermore, you will find all the necessary information on transactions and messages types. Additionally, the manual suggests valuable information on creating new accounts and encrypting and decrypting messages.

In order to start working with the ADAMANT blockchain system, you will have to set your own node. Open the Config file and turn on API. If you did fine, you will be able to run the following query

http://<IP>/api/node/status

E.q.: https://endless.adamant.im/api/node/status. Additionally, you can always use any available public node instead of setting a one on your own.

Finally, we remind all the developers out there that they can get any needed information on the ADAMANT Console and soon — on the JS API library, too.

We are always happy to get feedback as it helps us get better!

--

--