@lily-technologies/electrum-client
Version:
Electrum protocol client for React Native & Node.js
24 lines (14 loc) • 469 B
Markdown
# 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 RN and nodejs
## protocol spec
* https://electrumx.readthedocs.io/en/latest/PROTOCOL.html
## usage
Relies on `net` so will only run in NodeJS environment.