https://github.com/coti-io/coti-python-examples
Python scripts demonstrating integration with the COTI Network and Garbling Circuits (GC) framework for secure, privacy-preserving computations and blockchain interactions.
https://github.com/coti-io/coti-python-examples
blockchain ethereum garbled-circuits l2 on-chain-compute privacy web3
Last synced: about 1 month ago
JSON representation
Python scripts demonstrating integration with the COTI Network and Garbling Circuits (GC) framework for secure, privacy-preserving computations and blockchain interactions.
- Host: GitHub
- URL: https://github.com/coti-io/coti-python-examples
- Owner: coti-io
- License: apache-2.0
- Created: 2024-11-20T14:42:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T14:44:03.000Z (2 months ago)
- Last Synced: 2025-03-29T07:11:20.515Z (about 2 months ago)
- Topics: blockchain, ethereum, garbled-circuits, l2, on-chain-compute, privacy, web3
- Language: Python
- Homepage: https://coti.io
- Size: 55.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
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 Python Examples
[](https://www.python.org/downloads/release/python-31014/)
Welcome to the COTI Python Examples repository, a set of examples for interacting with the COTI blockchain using the official [COTI Python SDK](https://github.com/coti-io/coti-sdk-python) and the [COTI Web3.py](https://github.com/coti-io/coti-web3.py) package. These examples are designed to help developers quickly get started with COTI blockchain integration, showcasing common operations like creating wallets, performing the onboarding procedure, deploying contracts, and interacting with smart contracts.
## Documentation
Full API documentation is available in the [COTI docs](https://docs.coti.io/coti-v2-documentation/build-on-coti/quickstart#python)
---
To report an issue, please see the [issues](https://github.com/coti-io/coti-python-examples/issues/new) tab.