mosaicnetworks / pybabblesdk

An SDK to connect to a Babble node in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyBabble SDK

An SDK to connect to a Babble node in Python. Compatible with both Python 2 & 3.

Installation

pip install pybabblesdk

Examples

An example of how to use the SDK is given in the demo/sendmessage directory. To run this application, first change your working directory:

cd demo/sendmessage

Then you will need to run a test network with 4 Babble nodes:

make

Now you will need to build the Docker image and run the sendmessage demo:

make demo

About

An SDK to connect to a Babble node in Python

License:MIT License


Languages

Language:Python 97.9%Language:Makefile 2.1%