How to Query an ElectrumX Server with PHP
Spent several hours today figuring out how to interact with an ElectrumX server, and it resulted into just several lines of code. I hope this will save someone time. I will show 2 versions – for TCP and SSL connection to ElectrumX server. Here is the TCP one: If you prefer to connect to your server with SSL… Read More »