mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-27 23:55:49 +00:00
8e8a10d90d41a4e843f3ca7262f29e32ac5fe58e
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', ...);
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:
- https://ripple.com/wiki/Rippled_build_instructions
- https://ripple.com/wiki/Ripple_JavaScript_library
Setup instructions:
For more information:
Description
A JavaScript/TypeScript API for interacting with the Xahau Ledger in Node.js and the browser
Languages
TypeScript
97.4%
JavaScript
2.6%