8.1.0 • Published 10 months ago

@railgun-community/waku-broadcaster-client-node v8.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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(...)
7.2.6

10 months ago

7.2.5

10 months ago

7.2.7

10 months ago

8.1.0

10 months ago

8.0.0

10 months ago

7.2.4

11 months ago

7.2.3

11 months ago

7.2.2

12 months ago

7.0.4

1 year ago

7.2.1

1 year ago

7.0.3

1 year ago

7.2.0

1 year ago

7.1.1

1 year ago

7.1.0

1 year ago

7.0.2

1 year ago

7.0.1

1 year ago

7.0.0

1 year ago