Skip to content

Communication

Gennady Laventman edited this page May 25, 2020 · 3 revisions

This page describes communication between components

Communication between Client SDK and Server in BlockchainDB done over RESTFul services, encrypted by mutual TLS.

Server exposes multiple RESTFul APIs described in Server APIs document, to accept requests from Client SDK. Opposite communication direction consist of transaction response accept endpoint, exposed by Client SDK APIs.

Clone this wiki locally