Documentations and guides for developers
This documentation is designed to help developers integrate with Tether's services, understand API endpoints, and implement Tether functionality in their applications.
npm install tether-dev-docsThis package requires the following dependencies:
- Node.js v22.12.0 or later
import { eslintConfig } from 'tether-dev-docs';
// Use the exported ESLint configuration
export default eslintConfig;You can also extend the configuration in your own ESLint setup:
import { eslintConfig } from 'tether-dev-docs';
export default [
...eslintConfig,
{
// Your custom rules
}
];This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.