Technical description of the platform
REST API methods available for smart contracts¶
General instructions on development of smart contracts with the use of REST API are provided in the article Example of a smart contract with the use of REST API.
Smart contracts that use the REST API interface for data exchange can use following methods:
``Addresses`` method set:
``Crypto`` method set:
``Privacy`` method set:
``Transactions`` method set:
``Contracts`` method set:
GET /internal/contracts
To ensure a better performance, smart contracts can use the Contracts
methods with a dedicated route /internal/contracts/
. Endpoints of this route are identical with conventional methods of the Contracts
group.
``PKI`` method group: