Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 554 Bytes

File metadata and controls

25 lines (15 loc) · 554 Bytes

PyWaves-Protobuf

PyPI version

Python Protobuf bindings for Waves blockchain.

Installation

pip install pywaves-protobuf

Regenerating Bindings

If schema updates require regenerating Python modules:

generate.bat

This will download protoc and Waves .proto definitions, compile them into the waves/ package, and perform a verification count.

License

MIT License — see LICENSE for details.