This repository contains SDKs for interacting with USDe, a synthetic dollar by Ethena.
The SDKs provide functionality for both minting and redeeming USDe.
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.
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.