Hi,
I developed code for a Scala version of Chris Belcher's Electrum Personal Server (which is originally written in Python).
The project may be useful in the following ways:
- you are curious how Electrum Personal Server (EPS) works but it is easier for you to read Scala than Python
- you want to develop your own version of EPS but you prefer Scala
The project is mature enough so that I could run Electrum against it and perform transactions, yet it is not
hardened yet, and usability details are missing, so I treat it as advanced but still WIP.
It does not support TOR, and is based on (now) bit older EPS 0.2.1 (June 2020).
I won't work on it at the moment so I thought that if anyone is interested, she or he could take over and continue.
Project has a lot of tests, and there is some word documentation (WIP).
Having EPS which works and runs on top of your own node gives you privacy you can't get from public Electrum servers.
Repo address is:
https://github.com/miloszm/epsmiRepo of the original Chris Belcher's code is:
https://github.com/chris-belcher/electrum-personal-serverThank you
-- MM