2020-07-03 15:08:11 -04:00
2017-06-22 15:40:36 +09:00
2017-06-22 15:40:36 +09:00
2020-07-02 18:06:32 +00:00

electrum-client

Electrum Protocol Client for node.js.

based on

features

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

protocol spec

usage

Relies on react-native-tcp so it should be already installed and linked in RN project. net should be provided from outside, this library wont do require('net'). For RN it should be in shim.js:

  global.net = require('react-native-tcp');

For nodejs it should be provided before usage:

  global.net = require('net');
Description
No description provided
Readme 343 KiB
Languages
TypeScript 100%