Socket
Book a DemoInstallSign in
Socket

@railgun-community/waku-broadcaster-client-node

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@railgun-community/waku-broadcaster-client-node

This package is meant specifically for Node.js.

latest
npmnpm
Version
8.3.0
Version published
Maintainers
3
Created
Source

RAILGUN Broadcaster Client with Waku networking layer

This package is meant specifically for Node.js.

yarn add @railgun-community/waku-broadcaster-client-node

The Basics

// Initialize the Broadcasting Client
await WakuBroadcastClient.start(...)

// Wait for connection (5-10 sec) and client to collect accepted gas ratios.
// Broadcasts fees through the privacy-safe Waku network.

// Get broadcast with lowest fee for a given ERC20 token.
const selectedBroadcast = await WakuBroadcastClient.findBestBroadcast(...)

// Create transaction and send through selected Broadcaster.
const broadcastTransaction = await BroadcastTransaction.create(...)
await BroadcastTransaction.send(...)

FAQs

Package last updated on 15 Aug 2025

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