subscrypt

Python client for Subscrypt


Keywords
Subscrypt, blockchain, subscribe, subscription, polkadot, ptyhon3, wrapper-library
License
Apache-2.0
Install
pip install subscrypt==0.1.0

Documentation

SubsCrypt Python Package

Python Test PyPI license PyPI version fury.io

The python interface for interacting with SubsCrypt Service.

Installation

$> pip install subscrypt

Getting Started

>>> from subscrypt import Subscrypt
>>> subscrypt_client = Subscrypt()
>>> subscrypt_client.is_connected()
True

Docs

You can access the docs here