Morpho SDKs
This page describes the use of Morpho SDKs: Access and interact with Morpho Protocol programmatically using TypeScript libraries.
Introduction
The Morpho SDKs provide easy and efficient ways to interact with the Morpho Protocol. They allow developers to programmatically interact with markets, vaults, and other protocol features. These SDKs are used by various interfaces hosted by the Morpho Association and are available for Morpho.
Available SDKs
Refer to SDKs section.
Installation
To use the SDKs, install the required packages along with their peer dependencies, refer to this section.
Usage Examples
For detailed examples of how to use the SDKs, including:
- Fetching market data
- Calculating APYs
- Interacting with vaults
- Performing transactions
Please visit our SDK Examples section.
Questions
If you have any questions or need further assistance, please don't hesitate to reach out on Discord.
Note:
The Morpho SDKs are open-source tools designed to help developers build on top of Morpho Protocol. Make sure to follow best practices and handle errors appropriately in your implementations.