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