[BREAKGLASS] Append-only mirror of github.com/mempool/electrum-client
Go to file
2023-03-23 06:47:28 +00:00
lib Increase timeout to 60 seconds 2023-03-23 06:47:28 +00:00
.gitignore Initial commit 2017-06-22 15:40:36 +09:00
index.js configurable ping period with sensible default (2m instead of 5s) 2020-07-11 22:17:53 -04:00
LICENSE Initial commit 2017-06-22 15:40:36 +09:00
package.json Update package.json 2022-11-25 09:52:31 -06:00
README.md Update README.md 2022-11-25 09:50:57 -06:00

electrum-client

Electrum Protocol Client for node.js.

based on

features

  • persistence (ping strategy and reconnection)
  • batch requests
  • works in nodejs

protocol spec

usage

Relies on net so will only run in NodeJS environment.