Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dni/boltz-client-bindings

boltz client python bindings
https://github.com/dni/boltz-client-bindings

Last synced: 9 days ago
JSON representation

boltz client python bindings

Awesome Lists containing this project

README

        

# Boltz Rust bindings for python

## requirements
```
pipx install maturin
```

## install
```console
python3 -m venv .venv
. ./.venv/bin/activate
maturin build
```