https://github.com/mempool/electrum-client
Electrum Client for React Native
https://github.com/mempool/electrum-client
Last synced: 8 months ago
JSON representation
Electrum Client for React Native
- Host: GitHub
- URL: https://github.com/mempool/electrum-client
- Owner: mempool
- License: mit
- Fork: true (janoside/electrum-client)
- Created: 2020-12-28T16:56:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T06:50:09.000Z (about 3 years ago)
- Last Synced: 2025-08-30T04:51:58.410Z (9 months ago)
- Language: JavaScript
- Homepage: https://bluewallet.io
- Size: 64.5 KB
- Stars: 7
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
* https://electrumx.readthedocs.io/en/latest/PROTOCOL.html
## usage
Relies on `net` so will only run in NodeJS environment.