Warning
othent
has been deprecated.
Please, use the @othent/kms
SDK to integrate Othent in your projects.
You can read more about it at docs.othent.io and see it in action at playground.othent.io.
The Othent Library is a collection of functions that enable interaction with the Othent walletless protocol. These functions are designed to make it seamless for developers to integrate Othent into their applications.
To use the library in your project, you can install it using npm:
npm i othent
To use the library, you can import it into your project:
import { Othent } from 'othent';
const othent = Othent({ API_ID });
For more information on how to use the Othent Library, please see the official Othent documentation at https://docs.othent.io/developers/sdk.
If you have any questions or issues with the Othent Library, please contact us at [email protected] or open an issue in the GitHub repository.
The Othent Library is licensed under the MIT License. Please see the LICENSE file for more information.