Socket
Book a DemoInstallSign in
Socket

@aguycalled/electrum-client

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aguycalled/electrum-client

Electrum protocol client for React Native & Node.js

2.0.1
latest
Source
npmnpm
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

rn-electrum-client

Electrum Protocol Client for React Native

based on

  • https://github.com/you21979/node-electrum-client
  • https://github.com/7kharov/node-electrum-client

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 & tls dependencies should be injected via constructor, this library won't do require('net'). For RN you can place it in shim.js:

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

For nodejs simply

  const net = require('net');

and then

  const client = new ElectrumClient(net, false, 50001, 'electrum1.bluewallet.io', 'tcp');
  const ver = await client.initElectrum({ client: 'bluewallet', version: '1.4' });
  const balance = await client.blockchainScripthash_getBalance('716decbe1660861c3d93906cb1d98ee68b154fd4d23aed9783859c1271b52a9c');

Keywords

client

FAQs

Package last updated on 12 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.