Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

coti python SDK
===============
This project build the Python SDK wallet to communicate with coti fullnode

Installing
============

.. 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 example

Notes
=====
* Not all methods supported as it is in the node.js sdk