Overview
Desmo is a Smart contract that implements the IExec
IexecDoracle
. Its purpose is to serve as the main API entrypoint for DESMO-LD client Smart Contracts. Additionally, Desmo will implement the logic to randomly select a set of valid Thing Description Directories registered in the DESMOHub. The APIs will serve on-chain clients with endpoints that can search for a device inside the DESMO-LD network of Thing Description Directories, get sensor data and invoke operations on remote sensors.
The best way of using Desmo-LD is to use our handcrafted SDK, there you can have access to all the methods and features of our Distrubuted IoT oracles without a sweat. However, if you want to dive deep into the innerworking of our system you can start from here, and learn how to interact directly with our smart contracts.
Currently, a single instance of Desmo and DesmoHub is deployed on the viviani network. In the table you can find the contract addresses.
Contract | Address |
---|---|
DesmoHub | 0xaA18bA61A16720BEdb33A2408A719458cC5F4Cc9 |
Desmo | 0x00858c146AE0dFda735b134950E58d1312bD3a30 |