[BREAKGLASS] Append-only mirror of github.com/mempool/electrum-client
| lib | ||
| .gitignore | ||
| index.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
electrum-client
Electrum Protocol Client for node.js.
based on
- https://github.com/you21979/node-electrum-client
- https://github.com/7kharov/node-electrum-client
- https://github.com/BlueWallet/rn-electrum-client
features
- persistence (ping strategy and reconnection)
- batch requests
- works in nodejs
protocol spec
usage
Relies on net so will only run in NodeJS environment.