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.
- To ensure the security and integrity of your projects, please note that official PearPass packages are distributed exclusively through our GitHub organization.
- Any packages with similar names found on the npm registry or other third-party package managers are not affiliated with PearPass and should be strictly avoided. We recommend installing directly from this repository to ensure you are using the verified, open-source version.
npm install git+https://github.com/tetherto/tether-dev-docs.gitThis package requires the following dependencies:
- Node.js v22.12.0 or later
import { eslintConfig } from '@tetherto/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 '@tetherto/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.