tprvx / python-crowdwiz

Fully featured client-side library for the CrowdWiz Blockchain - written entirely in python.

Home Page:https://crowdwiz.biz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Library for CrowdWiz

Stable

docs master Travis master codecov

Develop

docs develop Travis develop codecov develop


Documentation

Visit the pycrowdwiz website for in depth documentation on this Python library.

Installation

Install with pip3:

$ sudo apt-get install libffi-dev libssl-dev python-dev python3-dev python3-pip
$ pip3 install crowdwiz

Manual installation:

$ git clone https://github.com/crowdwiz/python-crowdwiz/
$ cd python-crowdwiz
$ python3 setup.py install --user

Upgrade

$ pip3 install --user --upgrade crowdwiz

Contributing

python-crowdwiz welcomes contributions from anyone and everyone. Please see our guidelines for contributing and the code of conduct.

Discussion and Developers

Discussions around development and use of this library can be found in a dedicated Telegram Channel

License

A copy of the license is available in the repository's LICENSE file.

Bounties

As part of HackTheDex, security issues found in this library are potentially eligible for a bounty.

About

Fully featured client-side library for the CrowdWiz Blockchain - written entirely in python.

https://crowdwiz.biz

License:MIT License


Languages

Language:Python 99.4%Language:Makefile 0.6%