xrpl-dev-portal icon indicating copy to clipboard operation
xrpl-dev-portal copied to clipboard

Source code for xrpl.org including developer documentation

Results 381 xrpl-dev-portal issues
Sort by recently updated
recently updated
newest added

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...

help wanted
organization
content updates

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...

content updates

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...

new topic
content updates

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...

new topic

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...

organization
content updates
tokenization

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...

question