xrpl-dev-portal
xrpl-dev-portal copied to clipboard
Source code for xrpl.org including developer documentation
https://xrpl.org/rippling.html This mentions: Rippling is an essential part of issued currencies, because it allows users **_who trust the same issuer_** to send issued balances to each other with the issuer...
Hey there, I just read the https://xrpl.org/rippling.html doc and found it a bit hard to understand. I've got two concrete suggestions to make it clearer: * More thoroughly describe the...
Some transaction types are relevant to certain topics. For example, escrows have the EscrowCreate, EscrowCancel, and EscrowFinish types/pages. However, the transaction pages don't link to the pages on the topics...
The ["Reserves" article](https://xrpl.org/reserves.html) is a common entry point to the docs because certain sites (Gatehub) link to it as an explanation. Feedback on this article is lower than most, probably...
xrpl-py v1.1 includes support for Python's asyncio library (which allows Python users to write asynchronous code) and websockets. We should add some sample documentation to xrpl.org to help new users...
See https://xrpl.org/consensus.html and at the bottom there is a link to a video about consensus named **Ripple consensus video** bit it’s [rivale so users cannot see it.
Sites such as vl.ripple.com serve a list of recommended validators in a format for `rippled` servers to consume and set their UNLs. We'd like to document what this JSON format...
There's some tutorial stuff for the Authorized Trust Lines feature, but it's buried in the [Authorized Trust lines concept page](https://xrpl.org/authorized-trust-lines.html) and in the [gateway guide](https://xrpl.org/become-an-xrp-ledger-gateway.html#require-auth). These should be split into...
Introduced in https://github.com/ripple/rippled/pull/835
Is there any way to learn when the API changes? i.e. when methods are added/deprecated, or parameters are changed. As I go through the API documentation and find a mix...