Requires Python >=3.7.
$ cd bindings/una-python
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install -U pip maturin
$ maturin develop
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