wavespy

Waves node API client


Keywords
waves, wavespy, api, client, async
License
MIT
Install
pip install wavespy==0.1

Documentation

WavesPy

Build Status Documentation Status

Waves Node API client

Full documentation https://wavespy.readthedocs.io/en/latest/

Installation

Requirements:

  • Python 3.6 and higher
  • Packages from requirements.txt

From PyPI:

pip install wavespy

Or from source:

python setup.py install

What's included

  • Node API client

    • Sync
    • Async
  • Generators and validators

    • Address data
    • Transactions data
  • Matcher API

  • Docs

  • Tests