JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 502
  • Score
    100M100P100Q101583F
  • License Apache 2.0

A library for encryption, decryption and cryptographic utilities for the COTI blockchain.

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

image image image image COTI Website

COTI SDK TypeScript

image image

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 install

Testing

npm test

To report an issue, please see the issues tab.