Bitcoin Forum

Bitcoin => Electrum => Topic started by: oscarguindzberg on November 16, 2020, 07:38:15 PM



Title: ElectrumJ - Java client for the electrum protocol
Post by: oscarguindzberg on November 16, 2020, 07:38:15 PM
I just published https://github.com/electrumj/electrumj

It is a low-level client for ElectrumX. I plan to add higher-level
code (wallet, blockchain, server discovery, etc) in the future.


Title: Re: ElectrumJ - Java client for the electrum protocol
Post by: NotATether on November 17, 2020, 06:45:45 AM
Can you build the Javadoc in your package and host it at somewhere like ReadTheDocs (https://readthedocs.org/) so that it's easier to view the documentation? It's difficult to wade though the source code looking for every class in your API.