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: 15 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T09:59:14.000Z (5 months ago)
- Last Synced: 2025-04-28T17:51:45.723Z (23 days ago)
- Topics: blockchain, ethereum, garbled-circuits, l2, on-chain-compute, privacy, sdk, web3
- Language: TypeScript
- Homepage: https://coti.io
- Size: 132 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
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)# COTI TypeScript SDK
[](https://www.npmjs.com/package/@coti-io/coti-sdk-typescript)
[](https://nodejs.org/download/release/v18.20.5/)Welcome to the official COTI TypeScript SDK, a powerful SDK that allows developers to encrypt transaction inputs and decrypt encrypted data on the COTI blockchain.
## Documentation
Full API documentation is available in the [COTI docs](https://docs.coti.io/coti-v2-documentation/build-on-coti/tools/typescript-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.