Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coti-io/coti-v1-sdk-python
Coti Trust-Chain Python SDK
https://github.com/coti-io/coti-v1-sdk-python
Last synced: about 8 hours ago
JSON representation
Coti Trust-Chain Python SDK
- Host: GitHub
- URL: https://github.com/coti-io/coti-v1-sdk-python
- Owner: coti-io
- Created: 2022-12-04T09:17:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T22:41:28.000Z (almost 2 years ago)
- Last Synced: 2024-04-25T23:35:15.042Z (7 months ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
coti python SDK
===============
This project build the Python SDK wallet to communicate with coti fullnodeInstalling
============.. code-block:: bash
pip install coti-wallet
Usage
=====.. code-block:: bash
>>> from coti_wallet.crypto_helper import *
>>> from coti_wallet.node_actions import *Example
=====
Use the test_wallet_transfer.py for transfer exampleNotes
=====
* Not all methods supported as it is in the node.js sdk