UNPKG

@indigo-labs/indigo-sdk

Version:

Indigo SDK for interacting with Indigo endpoints via lucid-evolution

22 lines (15 loc) 521 B
# Indigo SDK ** Not ready for production yet ** `indigo-sdk` is a TypeScript SDK designed to interact with Indigo endpoints for managing CDPs (Collateralized Debt Positions) by integrating the [lucid-evolution](https://github.com/Anastasia-Labs/lucid-evolution) library. ## Endpoints - **Open CDP** - **Close CDP** - **Deposit Collateral to CDP** - **Withdraw Collateral from CDP** - **Mint against CDP** - **Burn against CDP** - **Pay CDP Interest** ## Installation ```bash npm install @indigo-labs/indigo-sdk ```