Stefan Thomas 8e8a10d90d JS: Don't trigger global subscribe for remote.on('transaction').
Now that all transactions we're subscribed to for any reason come in via
`type: transaction"`, users may need to subscribe to these events without
triggering a subscription to all transactions network-wide.

So if you were subscribing to the network-wide transaction firehose via:

    remote.on('transaction', ...);

Please change this to:

    remote.on('transaction_all', ...);
2013-04-26 09:00:22 +02:00
2013-04-26 08:59:48 +02:00
2013-04-26 08:59:00 +02:00
2013-04-26 09:00:22 +02:00
2013-04-26 09:00:22 +02:00
2013-04-26 08:59:47 +02:00

Ripple - P2P Payment Network

Some portions of this source code are currently closed source.

This is the repository for Ripple's:

  • rippled - Reference P2P network server
  • ripple.js - Reference JavaScript client libraries for node.js and browsers.

Build instructions:

Setup instructions:

For more information:

Description
A JavaScript/TypeScript API for interacting with the Xahau Ledger in Node.js and the browser
Readme 43 MiB
Languages
TypeScript 97.4%
JavaScript 2.6%