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

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.

Awesome Lists containing this project

README

          

[![Kotlin](https://img.shields.io/badge/Kotlin-1.8.21-blue.svg?style=flat&logo=kotlin)](http://kotlinlang.org)
![Github Actions](https://github.com/ACINQ/eclair-cli/actions/workflows/main.yml/badge.svg)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](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).