Package Exports
- @coti-io/coti-sdk-typescript
- @coti-io/coti-sdk-typescript/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@coti-io/coti-sdk-typescript) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
COTI SDK TypeScript
Welcome to COTI SDK TypeScript, a comprehensive set of encryption, decryption, and cryptographic utilities, including RSA and AES encryption, message signing, and key handling functions. The utilities are primarily designed to work with cryptographic operations for secure communication and message signing, particularly within Ethereum smart contracts or similar environments.
Documentation
Full API documentation is available in the COTI docs
Build and Install
npm installTesting
npm testTo report an issue, please see the issues tab.