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-driveror
yarn add mto-metamask-backend-driverHow to use the SDK in nodejs based app (goerli testnet)
Integrating the Metamask backend driver consists of three separate parts.
Updated 9 months ago