https://github.com/acinq/eclair-cli
Command-line tool to manage your eclair node.
https://github.com/acinq/eclair-cli
bitcoin blockchain cryptocurrency eclair lightning lightning-network payments
Last synced: 11 months ago
JSON representation
Command-line tool to manage your eclair node.
- Host: GitHub
- URL: https://github.com/acinq/eclair-cli
- Owner: ACINQ
- License: apache-2.0
- Created: 2023-06-14T12:15:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-08T14:26:28.000Z (over 2 years ago)
- Last Synced: 2025-04-11T23:16:04.926Z (about 1 year ago)
- Topics: bitcoin, blockchain, cryptocurrency, eclair, lightning, lightning-network, payments
- Language: Kotlin
- Homepage:
- Size: 111 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://kotlinlang.org)

[](LICENSE)
# Eclair CLI
`eclair-cli` is a [Kotlin Native](https://kotlinlang.org/docs/native-overview.html) command-line application that lets you interact with your [eclair node](https://github.com/acinq/eclair).
It runs on the following desktop platforms:
- linux
- macOS
Note that Windows is not supported yet as [ktor](https://ktor.io/docs/native-server.html) doesn't have built-in support for Kotlin Native on Windows yet.
## Installation
See instructions [here](https://github.com/ACINQ/eclair-cli/blob/master/BUILD.md) to build and test this command-line application.
## Contributing
We use GitHub for bug tracking. Search the existing issues for your bug and create a new one if needed.
Contribute to the project by submitting pull requests.
Review is done by members of the ACINQ team.
Please read the guidelines [here](https://github.com/ACINQ/eclair-cli/blob/master/CONTRIBUTING.md).