https://github.com/lnbits/conduct
A simple lightning nodes conductor, with a code.
https://github.com/lnbits/conduct
lightning-network python-package
Last synced: 10 months ago
JSON representation
A simple lightning nodes conductor, with a code.
- Host: GitHub
- URL: https://github.com/lnbits/conduct
- Owner: lnbits
- License: mit
- Created: 2020-05-02T20:52:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T07:06:16.000Z (about 6 years ago)
- Last Synced: 2024-06-01T12:45:34.393Z (about 2 years ago)
- Topics: lightning-network, python-package
- Language: Python
- Homepage: https://pypi.org/project/conduct
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Conduct
=======
[![github-tests-badge]][github-tests]
[![github-mypy-badge]][github-mypy]
[![codecov-badge]][codecov]
[![pypi-badge]][pypi]
[![pypi-versions]][pypi]
[![license-badge]](LICENSE)
Supported backends/wallets
--------------------------
Dependencies
------------
Only `httpx` is a hard dependency; the following are optional:
- lnd-grpc - Required if you want to use the LndWallet.
- pylightning - Required if you want to use the CLightningWallet.
You can install all of these with `pip install conduct[full]`.
[github-tests]: https://github.com/lnbits/conduct/actions?query=workflow%3A%22tests%22
[github-tests-badge]: https://github.com/lnbits/conduct/workflows/tests/badge.svg
[github-mypy]: https://github.com/lnbits/conduct/actions?query=workflow%3A%22mypy%22
[github-mypy-badge]: https://github.com/lnbits/conduct/workflows/mypy/badge.svg
[codecov]: https://codecov.io/gh/lnbits/conduct
[codecov-badge]: https://codecov.io/gh/lnbits/conduct/branch/master/graph/badge.svg
[pypi]: https://pypi.org/project/conduct/
[pypi-badge]: https://badge.fury.io/py/conduct.svg
[pypi-versions]: https://img.shields.io/pypi/pyversions/conduct.svg
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg