https://github.com/coti-io/coti-sdk-typescript
TypeScript SDK for COTI - Privacy Preserving L2
https://github.com/coti-io/coti-sdk-typescript
blockchain ethereum garbled-circuits l2 on-chain-compute privacy sdk web3
Last synced: 4 months ago
JSON representation
TypeScript SDK for COTI - Privacy Preserving L2
- Host: GitHub
- URL: https://github.com/coti-io/coti-sdk-typescript
- Owner: coti-io
- License: apache-2.0
- Created: 2024-05-02T08:49:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-17T12:31:41.000Z (7 months ago)
- Last Synced: 2025-12-18T08:42:56.801Z (6 months ago)
- Topics: blockchain, ethereum, garbled-circuits, l2, on-chain-compute, privacy, sdk, web3
- Language: TypeScript
- Homepage: https://coti.io
- Size: 212 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://telegram.coti.io)
[](https://discord.coti.io)
[](https://twitter.coti.io)
[](https://youtube.coti.io)
[](https://coti.io)
# COTI SDK TypeScript
[](https://www.npmjs.com/package/@coti-io/coti-sdk-typescript)
[](https://nodejs.org/download/release/v18.20.5/)
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](https://docs.coti.io/coti-v2-documentation/build-on-coti/tools/coti-sdk)
## Build and Install
```bash
npm install
```
## Testing
```bash
npm test
```
---
To report an issue, please see the [issues](https://github.com/coti-io/coti-sdk-typescript/issues/new) tab.