Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
[![image](https://img.shields.io/badge/X-000000?style=for-the-badge&logo=x&logoColor=white)](https://twitter.coti.io)
[![image](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://youtube.coti.io)

# coti-sdk-python
# COTI Python SDK

[![image](https://img.shields.io/badge/pypi-3775A9?style=for-the-badge&logo=pypi&logoColor=white)](https://pypi.org/project/coti-sdk/)
[![image](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue)](https://www.python.org/downloads/release/python-31014/)

Welcome to the official COTI Python SDK, a powerful SDK that allows developers to encrypt of transaction inputs and decrypt of encrypted data on the COTI blockchain.
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

Expand All @@ -22,4 +22,4 @@ pip install .

---

To report an issue, please see the [issues](https://github.com/coti-io/coti-eth-account/issues/new) tab.
To report an issue, please see the [issues](https://github.com/coti-io/coti-sdk-python/issues/new) tab.
Loading