Skip to content

Kamill90/rn-electrum-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rn-electrum-client

Electrum Protocol Client for React Native

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');

About

Electrum Client for React Native

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%