This repository contains example projects for the Marginfi Developer Series. The goal is to help developers learn how to interact with the Marginfi protocol using the TypeScript SDK.
Each example demonstrates a specific use case of the Marginfi protocol:
- Example 1: Creating a Marginfi Account
- Example 2: Borrowing from a Bank
- Clone the repository:
git clone https://github.com/yourusername/marginfi-dev-series.git
- Install dependencies:
npm install
- Run an example:
npm start
For more details, refer to the official Marginfi SDK documentation.