mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 19:55:51 +00:00
120 lines
4.4 KiB
Markdown
120 lines
4.4 KiB
Markdown
# Applications using ripple-lib (RippleAPI)
|
|
|
|
A curated list of some of the projects and apps that leverage `ripple-lib` in some way.
|
|
|
|
**Have one to add?** Please edit this file and open a PR!
|
|
|
|
## Notice (disclaimer)
|
|
|
|
These sites are independent of Ripple and have not been authorized, endorsed, sponsored or otherwise approved by Ripple or its affiliates.
|
|
|
|
Warning: Use at your own risk.
|
|
|
|
## Data and visualizations
|
|
|
|
- **[Wipple - XRP Intelligence](https://wipple.devnull.network/)**
|
|
|
|
Monitor the XRP Network in real time and explore historical statistics.
|
|
|
|
- **[XRP Charts](https://xrpcharts.ripple.com/)** (xrpcharts.ripple.com)
|
|
|
|
XRP Charts provides information based on public data, including trade volume, top markets, metrics, transactions, and more.
|
|
|
|
- **[Ripple Live](https://gatehub.net/live)** (gatehub.net/live)
|
|
|
|
Visualize XRP network transactions.
|
|
|
|
- **[XRPL Dev. Dashboard](https://xrp.fans/)** (xrp.fans)
|
|
|
|
Debugging dashboard for `rippled-ws-client-pool`, transaction and query explorer, and transaction signing and submission tool.
|
|
|
|
- **[XRP Value](http://xrpvalue.com/)**
|
|
|
|
Real-time XRP price, trades, and orderbook data from the XRP Ledger.
|
|
|
|
- **[Bithomp - XRPL validators](https://bithomp.com/validators)**
|
|
|
|
List of XRPL validators, nodes, and testnet validators.
|
|
|
|
## Send and request payments
|
|
|
|
- **[XRP Tip Bot](https://www.xrptipbot.com/)**
|
|
|
|
A bot that enables users on reddit, Twitter and Discord to send XRP to each other through reddit comments and Twitter tweets.
|
|
|
|
- **[XRP Text](https://xrptext.com/)**
|
|
|
|
Send XRP using SMS text messages.
|
|
|
|
- **[XRParrot](https://xrparrot.com/)** (uses `ripple-address-codec`)
|
|
|
|
Easy EUR (SEPA) to XRP transfer (currency conversion).
|
|
|
|
- **[XRP Payment](https://xrpayments.co/)** (xrpayments.co)
|
|
|
|
Tool for generating a XRP payment request URI in a QR code, with currency converter.
|
|
|
|
## Wallets and wallet tools
|
|
|
|
- **[Toast Wallet](https://toastwallet.com/)**
|
|
|
|
A free, open source XRP Wallet for iOS, Android, Windows, Mac and Linux.
|
|
|
|
- **[Toastify Ledger](https://github.com/WietseWind/toastify-ledger)** (uses `ripple-keypairs`)
|
|
|
|
Add a Regular Key to a mnemonic XRP Wallet (e.g. Ledger Nano S) to use the account with a Family Seed (secret).
|
|
|
|
- **[Bithomp-submit](https://github.com/Bithomp/bithomp-submit)** (GitHub)
|
|
|
|
A tool to submit an offline-signed XRPL transaction.
|
|
|
|
- **[Kyte](https://kyteapp.co/)** (kyteapp.co) ([Source](https://github.com/WietseWind/Zerp-Wallet)) (Deprecated)
|
|
|
|
Web-based XRP wallet.
|
|
|
|
- **[XRP Vanity Address Generator](https://github.com/WietseWind/xrp-vanity-generator)** (Node.js)
|
|
|
|
A vanity address is a wallet address containing a few characters you like at the beginning or the end of the wallet address.
|
|
|
|
- **[XRP Account Mnemonic Recovery](https://github.com/WietseWind/xrp-mnemonic-recovery)** (uses `ripple-keypairs`)
|
|
|
|
Recover a 24 word mnemonic if one word is wrong or one word is missing.
|
|
|
|
## Development tools
|
|
|
|
- **[XRP Test Net Faucet](https://developers.ripple.com/xrp-test-net-faucet.html)**
|
|
|
|
Get some test funds for development on the test network. The faucet was built using `ripple-lib`.
|
|
|
|
## Code samples and libraries
|
|
|
|
- **[ilp-plugin-xrp-paychan](https://github.com/interledgerjs/ilp-plugin-xrp-paychan)**
|
|
|
|
Send ILP payments using XRP and payment channels (PayChan).
|
|
|
|
- **[RunKit: WietseWind](https://runkit.com/wietsewind/)**
|
|
|
|
XRP Ledger code samples for Node.js.
|
|
|
|
- **[GitHub Gist: WietseWind](https://gist.github.com/WietseWind)**
|
|
|
|
XRP Ledger code samples for Node.js and the web (mostly).
|
|
|
|
- **[rippled-ws-client-sign](https://github.com/WietseWind/rippled-ws-client-sign)**
|
|
|
|
Sign transactions, with support for MultiSign.
|
|
|
|
- **[ILP-enabled power switch](https://xrpcommunity.blog/raspberry-pi-interledger-xp-powerswitch-howto/)** ([video](https://www.youtube.com/watch?v=c-eS0HQUuJg)) (uses [`moneyd-uplink-xrp`](https://github.com/interledgerjs/moneyd-uplink-xrp))
|
|
|
|
For about $30 in parts (Raspberry Pi, 3.3V Relay board and a few wires) you can build your own power switch that will switch on if a streaming ILP payment comes in. When the payment stream stops, the power turns off.
|
|
|
|
## Related apps that do not appear to use ripple-lib
|
|
|
|
- **[XRP Stats](https://ledger.exposed/)** (ledger.exposed)
|
|
|
|
Rich list, live ledger stats and XRP distribution. Visualize escrows and flow of funds.
|
|
|
|
- **[XRP Vanity](https://xrpvanity.com/)** (xrpvanity.com)
|
|
|
|
Custom XRP addresses for sale, delivered by SetRegularKey.
|