Installation
We recommend installing SDK either through
yarn
or npm
:yarn add @mento-protocol/mento-sdk
npm i --save @mento-protocol/mento-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.
Last modified 19d ago