harningt / atomun

Central location for information about the atomun Bitcoin sub-projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Stratum/Electrum protocol library

harningt opened this issue · comments

Research any relevant documentation on the protocol used by Electrum for its servers and determine the proper name to use.

Anticipate naming it atomun-rxstratum, atomun-stratumrx or something of the sort if Stratum is indeed the base implementation.

Implementation details will likely be able to pull in rxnetty (name?) and use a neat example for a line-based server as the basis.

May need to consider it a multi-jar package if multiple implementations arise (ex: core + Netty/simple implementations)