This repository contains SDKs and an example UI 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.
The UI provides a example functionality for minting USDe in a React application.
Located in the /ui directory, the UI provides a simple interface for minting tokens. See the UI README for setup and usage instructions.