Integrate MTO Metamask backend driver into web applications

Integrating the mto-metamask-backend-driver is very simple.

You will need at least node version 14 installed in your system.

Installation

To obtain the latest version, simply require the project using npm or yarn:

npm i mto-metamask-backend-driver

or

yarn add mto-metamask-backend-driver

How to use the SDK in nodejs based app (goerli testnet)

Integrating the Metamask backend driver consists of three separate parts.

  1. Integrating AgentDriver
  2. Integrating MerchantDriver
  3. Integrating AdminDriver