A curated list of XRPL related projects and resources.
Use the outline navigation from the top left:
β¨ XRPL.org β¨
XRPL.org is a great resource for anyone wanting to learn more about the XRPL and how it works.
Feel free to explore there first! (It's really good π³)
To come back here anytime you want β just remember the xrpl.rocks! π
The XRPL is a decentralized, immutable, censorship-resistant, distributed-ledger. It is also near instant, and the daemon itself is capable of websockets.
Most projects include an active view of current transactions occuring on the network.
Here are some things to know:
- MTDH = Multi-environment. Main, Test, Dev, Hooks networks are supported.
- π« = Live! Shows real-time transactions on the XRPL right now.
- πͺβ¨ = Wizard! A tool that provides a wizard so you don't need to be a wiz.
- π£οΈ = Discussion! An active discussion
- XRPLWin XRP Ledger and Xahau explorer, Hooks explorer, metrics, and analytics using a XWA backend that is synchronized live with the XRPL and Xahau.
- Bithomp MTH block explorer. Tailored for viewing accounts, you can log in with a hardware wallet.
- Ledger Observer - A visual exploration of an account and \ connections. Originally created by @LedgerExplorer. src: nixer89/ledger-observer
- xrpintel π« - Live transaction explorer with JSONPath
filtering. Public API by @DevNullProd
- π Dossier of gateways and their issued tokens as KYG or "Know Your Gateway".
- Bloc Trac offers the same JSONPath filtering to trigger alerts
- XRPLORER - A XRPL explorer focused on forensics and tracing transactions to their acocunts and their held XRP and tokens
- XRPL.org Explorer π« MTD XRPL.org's explorer src: ripple/explorer
- XRPLF Technical Explorer π« MTH Beta A technical explorer that is for examining the raw transaction data.
Which can be viewed as structured JSON. This explorer is focused on showing that data, by giving as much space to the data as possible.
New closed ledgers share the space with pinned ledgers that are opened. You can jump right into a txn, ledger or account
by clicking it in the data or by providing it as a path, e.g.,
https://explorer.xrplf.org/{whatever}
- XRPScan π« Block explorer with a public API
- π Validators
- π Amendments
- π Metrics
colloquially referred to as "Tokens", formerly known as "IOU"
All ( issued currencies || tokens ) are interoperable by default using the built-in DEX.
- XUMM.Community Token List - πͺβ¨ MT See all tokens issued on the XRPL, as well as issue your own token using the wizard that steps you through the process.
- XRPL.org Tokens - The XRPL.org explorer token list.
- OnTheDEX.live π« - Live token data for all XRP Ledger tokens. View price charts, block explorers, volume, market cap and other metrics for free. By @ForexCadet.
We recently had a great amount of interest in issuing tokens through tools and services, like XUMM.community's token issuer and now xApp through the XUMM Wallet.
One resource made by a community member, (@gadget78) is a spreadsheet of tokens that contain a lot of useful information, and a credit-like rating.
Some basic things that are desirable, which also align with requirements for being listed within XUMM.app, and are also listed at the end of XUMM.Community Token Creator xApp are:
- Issuing account is "blackholed" (the root key is removed)
- There's a known team (non-anoymous developers) behind the project
- Gadget78's Spreadsheet - A spreadsheet that started as a list of tokens. Now offers much more, including a rating and information not available directly through the XRPL; meticulously gathered and put together through Gadget78, and the twitter community of researchers that provide them information.
- XRPLF's self-assesstment - A self-assesstment framework that consists of tokens' data, it is information that the issuer has written themselves.
Related to the built-in DEX.
π‘ The DEX unlocks auto-bridging, and path finding.
User Interfaces to the DEX. All transactions are signed by your non-custodial wallet.
- Sologenic DEX πͺβ¨ The Decentralized Exchange UI from Sologenic. It's flexible and allows the user to choose any asset in their wallet on either side of the trade. This is a hallmark of the XRPL DEX, you could create an offer for any assets you have Trustlined. The wizard walks you through a first time use, and has more advanced options in trading and creating your transaction.
- XRP Tookit πͺβ¨ MT The wizard makes it easy for anyone who's never sent an XRP transaction to do their first one, using your wallet to sign! This tool lets you configure different aspects of any XRPL Wallet/Account. There's also a built-in trading UI.
- XDEX - XDEX provides clean and informative DEX-related information, it presents market data like no other interface.
- Myrkle - Use the XRPL order book, like an AMM swap. Swap value easily!
- GateHub Markets - GateHub is a gateway and issuer of digital assets like Bitcoin, ETH, which are then traded on the DEX. This explorer is for their issuances. GateHub is also a custodial wallet, as it is a DEX; you're free to trade in their assets without needing to create a GateHub account.
- XPMarket - XPMarket provides a variety of XRPL tools and tracks XRPL tokens, including metrics like prices, market cap, trust lines, and holders.
Tools to visualize trades on the DEX.
- Velocity of Value π« - The DEX tool of the XRPLApps Suite, focuses on visualizing non-XRP movements as
value per second
. First-Time Use recommendation: dimming the "inactive" assets, and collapsing "unclassified".
XRPL Dev Tools pertaining to the DEX.
- XRPL-Persist-Price-Oracle - Open source code that persists price information on-ledger, providing a price feed.
- dexter - A tool for creating orders on the XRPL DEX.
Created by @hammertoe during the Ripple Innovate hackathon.
Uses
xrpl-py
- Sologenic XRPL Trading Data - Sologenic.org has a public API for accessing DEX trading data. This is its' documentation.
- API for Token Price Metrics from OnTheDEX.live - Get accurate and up-to-date token trading data for all tokens traded on the XRP Ledger. Includes live (via websocket) and static (via REST) API for price, volume and other metrics, plus OHLC data for charting use.
See also XRPL Developer Tools.
Each of these explorers show all validators for the network.
- XRPL Apps Validator Stats & Ranking - The validator stats of the XRPLApps Suite.
- XRPScan Validator Registry π« - The XRPScan validator registry.
- XRPL.org Explorer π« MTD- The XRPL.org Explorer's Network Validators.
- OtterServices' Validator Guide Explains from start to finish if you're not even running a node.
On Demand Liquidity is a product offered through RippleNet.. RippleNet's ODL customers may use XRP on the XRPL to bridge currencies in one use case.
- XRPL ODL Rosetta π« π monitors movements of XRP between exchanges by listening to the XRPL, it then classifies and buckets the exchange. Exploration of different exchanges are available, currently under active development by @ShortTheFomo
Monitors inter-exchange XRP flows.
- Utility Scan - Monitors the ODL corridors and their trades for producing ODL analytics. Has a public API.
I want to run a node and be a participant in the XRPL.
Want to skip ahead? Use the developer tools and a public node.
a daemon (/ΛdiΛmΙn/ or /ΛdeΙͺmΙn/) is a computer program that runs as a background process, rather than being under the direct control of an interactive user
rippled
This is the core of the XRPL, it's a peer to peer network daemon.
- XRPL.org Installing
rippled
Install and get the core running, its easy! (Like just install a package or run a container easy.) - XRPL.org Configuing
rippled
Next steps after you get it installed and running. - Node Configurator - πͺβ¨ This wizard will walk you through configuring a node! If you want to go full custom. The shipped, example configuration file is pretty verbose about each option, this wizard will package you up your validators, your config and even instructions in a zip you generate locally.
- IANA Registration for
xrpl
service port2459
registerd with IANA as the peer port protocol. via
See XRPL Developer Tools for connecting to your node or any other node, such as a public one like XRPLcluster.
The RPi4 is ARM64 capable and can compile rippled
, if you'd like to boot up an
ARM 64-bit OS.
The RPi4 @ 8GB meets the minimum requirements,
it could meet the recommended requirements
with a bump to its' RAM to 32GB since it also has 1Gbps networking.
- Running an XRPL Validator on a RPi4
The author has an installation script available
here. This methodology can apply to compiling
rippled
on AWS Graviton EC2 Instances as well.
I run a node and want to be a good participant.
If it's public, consider adding it to the public node list below.
Keep up with new releases and amendment proposals, without the noise.
- ripple-server mailing list This email list announces releases, and other info for any node operator. Old-school, but effective for widespread announcements!
Check out:
- OtterServices' Validator Guide Explains from start to finish if you're not even running a node.
- XRPL.org Validator Info The necessary additional steps to promote a node you're already running to a validator.
Don't want to setup a node, but want to query the ledger or propagate some signed transactions?
XRPLCluster is a public cluster provided by the XRPLF.
π‘ Connect
Websocket
wss://xrplcluster.com
π Metrics
Aliases:
xrpl.ws
TLD isn't as stable as .com, usexrplcluster.com
instead.
- XRPL Binary Visualizer - Decode rippled / XRPL-related hex / JSON / base64.
- xrp.fans Source- Dashboard Debugging & Development for the XRPL
- XRPL Composer π« T - Create, visualize, and validate complex payment paths on the XRP Ledger
- XRPL Attendify - Mint, distribute NFTs and verify attendance at a wide range of events and activities. Includes example implementation for ExpressJS API
See also XRPL.org Dev Tools, the list below are shortcuts for convenience.
- XRPL.org WebSocket Tool MTD- connect to a node in the browser and send txns.
- XRPL.org Info Tool - Get Info with a classic address, transaction ID, or ledger index.
- Transaction Sender πͺβ¨ - This tool sends transactions to the XRP Testnet address of your choice so you can test how you monitor and respond to incoming transactions.
- Testnet Faucet - For funding (and creating) a testnet wallet.
- See also XRPLF Technical Explorer.
Libraries to connect & interact with the daemon and the network.
Libraries that are current and production-ready.
- xrpl.js - JavaScript / TypeScript maintained by XRPLF
- xrpl4j Java maintained by XRPLF
- xrpl-py Python maintained by XRPLF
- xrpl-client: Javascript/Typescript nodejs WebSocket client with health detection and auto-reconnect: setup one connection and the lib. will make sure you get data back from available endpoints. This is the lib that powers e.g. XUMM Wallet XRPL connectivity.
- xrpl-accountlib: Javascript/Typescript nodejs lib. to sign & derive from Family Seed, Mnemonic, Secret Numbers & raw external signers (e.g. HSMs). This is the lib that powers XUMM Wallet keypair interaction.
- xrpl-txdata: Javascript/Typescript nodejs lib. to reliably fetch a single transaction by hash. If the transaction isn't found, the lib. will monitor the ledger for a transactions still to be included (or time out), using a single Promise. Results are returned with parsed balance mutation object based on tx metadata.
Note: Your mileage may vary!
Do you use any of these in production?
If you find any of these to be production-ready, please consider moving it to top section in lieu of some integration suite, like Acid Tests does for browsers and targeting web standards.
- xrbp - Ruby :: rubydoc
- node-red-contrib-xrpl - Node-RED Modules for XRPL
- nhartner/xrp-vanity-generator - Using xrpl4j
- WietseWind/xrp-vanity-generator - Using ripple-keypairs, part of xrpl.js
Packaged and installable, can be used to interface with an API or Application.
Ledger Wallets
XUMM Wallets
- XUMM SDK JS/TS - The TypeScript/JavaScript SDK for the XUMM wallet,
by XRPL-Labs
- See also Xumm Community
- XUMM SDK Python - The Python version of the XUMM SDK for XUMM
- XUMM SDK PHP - The PHP version of the XUMM SDK for XUMM
- XUMM.NET.SDK - The .NET/C# version of the XUMM SDK for XUMM
- xumm4j - The Java version of the XUMM SDK for XUMM by francisrosario
Note: Unverified and not updated (unofficially deprecated)
- ripple-libpp: C++ Standalone RCL-compatible transaction signing and serialization library
- ripple-rest: A RESTful API for submitting payments and monitoring accounts on the Ripple Network
- ripple-lib-ruby: Ruby
- ripple-haskell: Haskell
- RippleKit: Swift
- rubblelabs/ripple: Go
- xrpl-rust: Rust
Note: Unverified or deprecated libaries. If they're deprecated, an alternative is included
- federation-php - No Maintainer - Simple PHP federation endpoint with a static JSON dataset. No alternative known
Code repositories that are also applications in their own right.
- rubblelabs/tx: Tool for executing transactions on the Ripple network
- Ripplectron: Desktop client for Electron
- XRPL-monitor-ESP32 - Using an ESP32 (an arduino with wifi), and circuit python to communicate with the XRPL.
See also:
Frameworks for interacting with multiple chains, including XRPL.
- CoinClub Framework - A Python Library for multiple Blockchains. Token support for XRP, XLM, FileCoin, Algorand, Cardano, and more.
Code repositories that didn't fit anywhere else
- Get GitHub XRPL Tx Types - this runkit page shows how to scrape the xrpl.org published pages to determine the transaction types and their schema.
See also XRPL Vanity Generators
- CodeShark/RippleGen - C++/Boost over 8 years old, need to test it!
- ripple-blobvault: Server for storing persistent data for Ripple clients
- rippled-historical-database: SQL database as a canonical source of historical data in Ripple
- federation-python: Python module for a simple federation endpoint.
- Ripple Rails
- Ripple Checkout: An embeddable widget for paying with Ripple.
- ripple-data-api Deprecated
A format that "packs" a destination tag into the address - Starts with X
.
A classic address - Starts with r
- is an account on XRPL, with an optional tag. via
X-address Info Everything you wanted to know about X-address format.
- xrpl-tagged-address-codec - js package for encoding/decoding X-address format
- xrpl.js - JavaScript/TypeScript library, supports X-address and classic formats
- xrpl4j - Java library, supports X-address and classic formats
- xrpl-py - Python library, supports X-address and classic formats
Twitter bots that crunch numbers. Updates are frequent and when certain thresholds are met.
- Bithomp Alerts XRP price alerts by @bithomp: more than 5% within an hour, more than 10% in a day. (XRP/USD XRP/BTC by @bitstamp)
- Liquidity Index Bot Posts the current snapshot of the Liquidity Index. The index was invented by @tenitoshi, and the bot is maintained by CinnappleFun
- UtilityScan - XRP On Demand Liquidity Tracker Running an XRPL Validator. (UtilityScan.com)
- xrp1ntel - XRP Intelligence - By @devnullprod - tweets interesting and easily-digestable messages of rolling stats of the XRPL. Its' followers, tend to raise the more interesting of them to top with retweets/likes.
- XRP Updates Bot Tweets XRP ODL stats twice/day (8am/8pm ET), price action updates every 4hr (and when support/resistance met) and news as it happens. Created by @xrpartisan
- CasinoCoin Alerts CasinoCoin (CSC) price swing alerts: movement of more than 10% within an hour, or more than 15% in a day. By @ForexCadet.
Applications that integrate or involve the XRPL.
- Block Trac π« πͺβ¨ - Constant monitoring of an account on various block chains, including XRPL. JSONPath expressions allow powerful filtering, example filters are provided, or you can use the create new filter wizard. Formerly known as ZerpTracker.
- xrpayments.co: Tool to generate payment request QR (with currency conversion) There's a corresponding π± App that requires registration here.
- XRPhone: Pay merchant invoices over the phone using XRP. Source
- XUMM.community πͺβ¨ MT - Xumm Community is a useful wizard/tool that compliments the XUMM wallet
- Spend The Bits π± App that let's you save and send Bitcoin instantly by leveraging the XRPL and issued currencies.
- XRPL Ideas (GitHub Discussions) Forum where you can share XRPL ideas, and read ideas by others.
- πXUMM π± Pronounced "sum" - XUMM is a self-custodial wallet for Android & iOS, built by XRPL-Labs. XUMM can hold many accounts, and is easy to setup. It strives to deliver the best XRPL experience. It has several features not found in any other wallet, including Tangram integration and xApps which are vetted by the XRPL-Labs team. XRPL-Labs/XUMM-App is the source of the react native application. The XUMM SDK provides functionality for integrating with XUMM user's XUMM Wallet. For power users, XUMM will offer a Pro subscription service that will enable additional functionality, like push notifications on all your wallet's activity.
- Ledger - Ledger is a hardware wallet manufacturer. Their wallets support XRPL, and are supported by most tools, through their ledgerjs SDK. LedgerHQ/app-xrp is the source for the Ledger XRP app.
- Solo Wallet π± Store your cryptocurrencies including SOLO, XRP, and the upcoming Tokenized Assets such as Stocks, ETFs, and commodities all in one decentralized wallet app. iOS/Android. Unverified Source
- Trezor - Trezor wallet, supports XRP.
- Paper Account Generator - A paper account generator entropy is created client-side. By Wietse
- Trustline π± T - A non-custodial stablecoin wallet for Android and iOS. The app runs on the Trustline Credit Network, which offers stable, fast, low-cost payments. The Aurei (AUR) stablecoin is the first trustless asset on the XRPL besides XRP.
- πGemWallet π - GemWallet is a non-custodial wallet for web browsers. It is the web3 bridge between the blockchain (XRPL) and your web browser. It provides an API to interact with it.
PayString is ledger-agnostic and is an easy protocol to adopt for dynamic and authorized wallet responses.
- payid-lambda An AWS Lambda for serving up a PayString.
- paystring-cli Query a PayString from the commandline.
XRP is utilized to connect other block chains to the XRPL. This is an intrinsic property of XRP, since it's a scarce resource and the native token of the XRPL.
- π A Vision for Federated Sidechains on the XRPL
π£οΈ This dev.to discussion and proposal is around federated sidechains.
Federated
rippled
clusters allow for proving ideas out in production. Transmission can happen across sidechains to or through the XRPL to other sidechains using X-addresses; One could imagine standing up a private XRPL cluster in order to traverse through the mainnet. One could do pretty much anything thinking of the federator as the gateway to and from a hub of value, the XRPL would further enable the IoV.
These are networks that run in parallel to the XRPL, the XRP input into the network through various ways.
- Wanchain - a blockchain with a novel approach to node operation using SMPC or Secure Multi Party Computation
- Flare Networks - a blockchain that uses
FCP
and is due to launch Q2/Q3 2021.
XRP is collateralized according to the rate provided by the FTSO,
FXRP
is one of several assets that will be integrated with
state connectors.
- π FXRP Whitepaper
- π All Whitepapers
Stuff that didn't really fit anywhere else.
- Awesome Ripple - A related awesome list, that uses a legacy name.
Many items from
README.md@3d85e95
- FUD Bingo - A bingo card for XRP common misconceptions. Created by Wietse
- Jed Balance - A stats page for analyzing the
tacostand
settlement wallet, including its' remaining balance and chart of its' staggered release. - Food Trust Simulator - A game accessible to all, to illustrate the interactions in food supply chain by making blockchain friendly.
Want to add or remove something from the awesome list?
We welcome contributors with open arms, read the contribution guidelines first.