Is there any RPC Java library using which I can call lite coin methods?

1

In case of bitcoin there is bitcoinj. but in Litecoin what will I use?

Sidhesh M

Posted 2018-08-03T12:18:26.050

Reputation: 11

Question was closed 2018-08-23T14:25:17.977

how to download litecoin wallet blockchain headers in androidSidhesh M 2018-08-03T13:34:24.670

1

Possible duplicate of JAVA JSON-RPC for Litecoin

Penquin 2018-08-14T13:18:39.680

Answers

0

Litecoin has forked the Bitcoinj project so that you can use Litecoinj

Repo's are here: https://github.com/hank/litecoinj

and here : https://github.com/hank/litecoinj-new

I think the last one is the most recent and active repo.

Fuzzybear

Posted 2018-08-03T12:18:26.050

Reputation: 447

0

https://github.com/GENERALBYTESCOM/litecoinj this one is currently the most up to date, even though it's a little bit old too

gmorgen

Posted 2018-08-03T12:18:26.050

Reputation: 1