bitcoin-s/eclair-rpc
Chris Stewart 497a4d7274 2018 12 14 rm gen dup test files (#269)
* remove duplicate files in rpc,eclair-rpc and replace them with publish testkit dep

remove gen package, fix bugs in testkit generators that weren't properly copied for the gen project

* Adding bintray resolver, fixing bug in bech32 address generator where exception was being thrown because an unassigned witness spk was hash was being called
2018-12-15 10:09:52 -06:00
..
src 2018 12 14 rm gen dup test files (#269) 2018-12-15 10:09:52 -06:00
README.md Lightning Network (#256) 2018-12-08 11:03:24 -05:00

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