8.1.0 • Published 9 months ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
9 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

9 months ago

7.2.5

10 months ago

7.2.7

9 months ago

8.1.0

9 months ago

8.0.0

9 months ago

7.2.4

10 months ago

7.2.3

10 months ago

7.2.2

11 months ago

7.0.4

1 year ago

7.2.1

12 months ago

7.0.3

1 year ago

7.2.0

12 months 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