Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mento-protocol/mento-sdk-examples
A set of runnable example code snippets for using the mento protocol sdk
https://github.com/mento-protocol/mento-sdk-examples
Last synced: 6 days ago
JSON representation
A set of runnable example code snippets for using the mento protocol sdk
- Host: GitHub
- URL: https://github.com/mento-protocol/mento-sdk-examples
- Owner: mento-protocol
- License: mit
- Created: 2023-03-08T12:12:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T17:04:30.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T01:22:57.504Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mento-sdk-examples
A set of runnable example code snippets for using the [Mento Protocol SDK](https://www.npmjs.com/package/@mento-protocol/mento-sdk).
## Installation and usage
```sh
# 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
```