Mento Protocol
Search
K

Installation

Ethers v5 is required as a peer dependency in order to use the SDK
We recommend installing SDK either through yarn or npm:
yarn add @mento-protocol/mento-sdk
npm i --save @mento-protocol/mento-sdk

Using the SDK

After you've installed the SDK using your favourite package manager, you can go through the following walkthrough guides:
All the codes snippets in the above guides can be found in mento-sdk-examples. We encourage you to clone the repository, and execute the different code snippets as you read through the guides.