Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 472 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 472 Bytes

Python bindings for UNA

Requires Python >=3.7.

Build

Setup environment

$ cd bindings/una-python
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install -U pip maturin

Build the package

$ maturin develop

Test

You can try the build by running the test script (temporary, until automated tests). Replace the config values by your own node credentials (LND needs an admin macaroon).

$ python test.py