/pyacryl2

Python Acryl node API client

Primary LanguagePythonMIT LicenseMIT

Moved to WavesPy

PyAcryl2

Build Status Documentation Status

Acryl Node API client

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

Installation

Requirements:

  • Python 3.6 and higher
  • Packages from requirements.txt

From PyPI:

pip install pyacryl2

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