A set of runnable example code snippets for using the Mento Protocol SDK.
# clone the repo
git clone https://github.com/mento-protocol/mento-sdk-examples.git
# cd into the directory
cd mento-sdk-examples
# install all dependencies
yarn
# run the example snippets
yarn ts-node src/discovery.ts
yarn ts-node src/quotes.ts
yarn ts-node src/swap.ts