Eclair
This is a RPC client for Eclair. It assumes that a bitcoind instance is running.
Currently this RPC client is written for v0.2-beta8 version of Eclair.
Configuration of Eclair
Please see the configuration secion of the Eclair README.
Starting the jar
You need to download the jar from the Eclair GitHub.
To run Eclair you can use this command:
$ java -jar eclair-node-0.2-beta8-52821b8.jar &
If you wish to start Eclair from the RPC client, you can do one of the following:
- Construct a
EclairRpcClient
with thebinary
field set - Set the
ECLAIR_PATH
environment variable to the directory where the Eclair Jar is located.