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).
- MTO Custom driver to interact with blockchain functionality from react-native mobile applications.
- MTO Metamask driver to interact with blockchain functionality from web applications using Metamask from your browser.
- MTO Custom backend driver to interact with Backend functionality from react-native mobile applications.
- MTO Metamask backend driver to interact with Backend functionality from web applications using Metamask from your browser.
Updated almost 2 years ago