https://github.com/coti-io/coti-sdk-python
Python SDK for COTI - Privacy Preserving L2
https://github.com/coti-io/coti-sdk-python
blockchain ethereum garbled-circuits l2 on-chain-compute privacy web3
Last synced: 15 days ago
JSON representation
Python SDK for COTI - Privacy Preserving L2
- Host: GitHub
- URL: https://github.com/coti-io/coti-sdk-python
- Owner: coti-io
- License: apache-2.0
- Created: 2024-03-31T13:18:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T10:56:12.000Z (5 months ago)
- Last Synced: 2025-04-15T12:52:40.598Z (about 1 month ago)
- Topics: blockchain, ethereum, garbled-circuits, l2, on-chain-compute, privacy, web3
- Language: Python
- Homepage: https://coti.io
- Size: 51.8 KB
- Stars: 10
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://telegram.coti.io)
[](https://discord.coti.io)
[](https://twitter.coti.io)
[](https://youtube.coti.io)# COTI Python SDK
[](https://pypi.org/project/coti-sdk/)
[](https://www.python.org/downloads/release/python-31014/)Welcome to the official COTI Python 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/python-sdk)
## Build and Install
```bash
pip install .
```---
To report an issue, please see the [issues](https://github.com/coti-io/coti-sdk-python/issues/new) tab.