pybitcore

Python3 wrapper for the Bitcore API


Keywords
api, api-wrapper, bitcoin, bitcore, python, python3, wrapper
License
MIT
Install
pip install pybitcore==0.1

Documentation

Bitcore API wrapper

Python3 wrapper for the Bitcore API

Installation

PyPI

pip install pybitcore

or from source

git clone https://github.com/tianshanghong/pybitcore.git
cd pybitcore
python3 setup.py install

Usage

from pybitcore import BitCoreAPI
bc = BitCoreAPI()

License

MIT