xrpl-dev-portal
xrpl-dev-portal copied to clipboard
Source code for xrpl.org including developer documentation
The [Use Tickets](https://xrpl.org/use-tickets.html) tutorial only has sample code in JS, but it would be great to have samples in more languages / using libraries like xrpl-py and xrpl4j.
The [Introduction section of the concepts](https://xrpl.org/introduction.html) has gotten narrowed down to just 3 pages, all of which kind of need work: - [Introduction to Consensus](https://xrpl.org/intro-to-consensus.html): Maybe not the best introductory...
The [XRPL Overview](https://xrpl.org/xrp-ledger-overview.html) doesn't provide enough of a technical introduction to how the XRPL really works. We should have a one- or two-page explainer that summarizes key parts of the...
Walk through the (somewhat more complex) process of sending a cross-currency payment, including: - [Pathfinding](https://xrpl.org/paths.html#pathfinding). - Setting reasonable `SendMax` values - Have to pay for any transfer fees plus the...
Tutorial for how to send an issued (fungible) token to another account that trusts the same issuer. _Not_ a cross-issuer or cross-currency payment. This should be slightly harder than ["Send...
Description of QualityIn and QualityOut fields is very short and vague ("Value(?) incoming balances"): https://developers.ripple.com/trustset.html This page https://web.archive.org/web/20150422102043/https://wiki.ripple.com/Trust_line_quality contains an explanation but it is deprecated. _(I edited the Trust Line...
The [Transaction Cost article](https://xrpl.org/transaction-cost.html) is a bit confusing and hard to follow. Partly this is because the way the transaction cost works is confusing but partly it's because the article...
The [Ledger Object Types](https://xrpl.org/ledger-object-types.html) documentation has parameter tables for each object type, but the ordering of the fields in the table is not consistent. We should update the tables for...
The [Multi-Signing](https://xrpl.org/multi-signing.html) page doesn't go into detail on the quorum and weight options. The page should describe how the quorum and weights can be set, noting rules like the following:...
Link to relevant rippled code: https://github.com/ripple/rippled/blob/aee422e8197b9c827587f2a8f009decf1a9f2ac0/src/ripple/app/misc/NetworkOPs.cpp#L2214 It looks like this field exists when the server is waiting for a validated ledger.