Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Othent/package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.


Othent.io Library

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.

Installation

To use the library in your project, you can install it using npm:

npm i othent

Usage

To use the library, you can import it into your project:

import { Othent } from 'othent';

const othent = Othent({ API_ID });

Documentation

For more information on how to use the Othent Library, please see the official Othent documentation at https://docs.othent.io/developers/sdk.

Contact

If you have any questions or issues with the Othent Library, please contact us at hello@othent.io or open an issue in the GitHub repository.

License

The Othent Library is licensed under the MIT License. Please see the LICENSE file for more information.