Introduction

Overview

In the system, a user will have two main access points for the MTO platform.

MTO Backend SDK: a communication interface for users to manage the mto platform API.

MTO SC SDK: a communication interface for users to manage their mto gateway smart contracts.

Basically, we have four SDKs exposed to developers to interact with the system (web and mobile platform for each).

  1. MTO Custom driver to interact with blockchain functionality from react-native mobile applications.
  2. MTO Metamask driver to interact with blockchain functionality from web applications using Metamask from your browser.
  3. MTO Custom backend driver to interact with Backend functionality from react-native mobile applications.
  4. MTO Metamask backend driver to interact with Backend functionality from web applications using Metamask from your browser.