Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 627 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 627 Bytes

Ethena Minting SDK

This repository contains SDKs for interacting with USDe, a synthetic dollar by Ethena.

Overview

The SDKs provide functionality for both minting and redeeming USDe.

Available SDKs

Python SDK

Located in the /py directory, the Python SDK provides a simple interface for minting and redeeming USDe tokens. See the Python README for setup and usage instructions.

TypeScript SDK

Located in the /ts directory, the TypeScript SDK offers minting and redemption functionality with type safety. See the TypeScript README for setup and usage instructions.