Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dni/boltz-client-bindings
- Owner: dni
- Created: 2024-06-19T08:21:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T08:10:11.000Z (4 months ago)
- Last Synced: 2024-07-10T10:43:46.859Z (4 months ago)
- Language: Rust
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```