bitcoin-s/eclair-rpc
Chris Stewart 88e6450c5a Reduce number of requests we send to eclair in testkits, add commandN… (#343)
* Reduce number of requests we send to eclair in testkits, add commandName param to parseResult in EclairRpcClient

* Factor our EclairRpcClient error message

* Make jvm opts more sane, refactor error message code again

* Add error message on EclairRpcTestUtil.sendPayments, scalafmt
2019-02-19 14:18:37 -06:00
..
src/main/scala/org/bitcoins/eclair/rpc Reduce number of requests we send to eclair in testkits, add commandN… (#343) 2019-02-19 14:18:37 -06:00
README.md Add secp256k1jni readme, start working main project readme, move old readme to core/README.md (#276) 2019-01-08 09:29:06 -06:00

Download

Bitcoin-s Eclair RPC client

This is a RPC client for Eclair. It assumes that a bitcoind instance is running.

Currently this RPC client is written for the latest official version of eclair which is v0.2-beta8

Configuration 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 &

Alternatively you can set the ECLAIR_PATH env variable and then you can start Eclair with the start method on EclairRpcClient.

YOU NEED TO SET ECLAIR_PATH CORRECTLY TO BE ABLE TO RUN THE UNIT TESTS