pyxdc

Python library with tools for XinFin blockchain.


Keywords
xinfin, wallet, protocol, blockchain
License
MIT
Install
pip install pyxdc==0.2.0

Documentation

PyXDC

Build Status PyPI Version Documentation Status PyPI Python Version Coverage Status

Python library with tools for XinFin blockchain.

Installation

$ pip install pyxdc

If you want to run the latest version of the code, you can install from git:

$ pip install git+git://github.com/meherett/pyxdc.git

For the versions available, see the tags on this repository.

Development

We welcome pull requests. To get started, just fork this repository, clone it locally, and run:

$ pip install -e .[tests] -r requirements.txt

Testing

You can run the tests with:

$ pytest

Or use tox to run the complete suite against the full set of build targets, or pytest to run specific tests against a specific version of Python.

License

Distributed under the MIT license. See LICENSE for more information.