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

We should have a page that lists off all the different settings that you can configure for an XRP Ledger account and why you might configure any of them. It...

new topic

There are some extra considerations and challenges that come up if you want to submit transactions at a very high rate (i.e. many per ledger). Provide a guide summarizing how...

new topic

A flowchart or something to represent the [amendment process](https://xrpl.org/amendments.html#amendment-process) might aid understanding. One or more diagrams could try to encompass: - the "happy path" from an amendment being open for...

content updates

Supposedly, it is possible for a user to have up to 2 trust lines without needing to pay the reserve. https://github.com/ripple/rippled/blob/866425738194a4dda2d142dfc7e73cdea71d526d/src/ripple/app/tx/impl/SetTrust.cpp#L153-L167 Investigate and update the [Reserves](https://xrpl.org/reserves.html) page with the exceptions.

content updates

Tutorial walking you through what steps you can possibly do. Should cover the immediate "how do I get control back" response for the following cases: - Your master private key...

new topic

Gateways that issue in the XRP Ledger may benefit (and the ledger itself can benefit) if they set a [TickSize](https://xrpl.org/ticksize.html) value on their issuing account, reducing the incentive for traders...

new topic

The instructions should describe: - How to configure rippled with a TLS certificate from: - A well-known CA, using Let's Encrypt as an example, with instructions for how to create...

new topic

We should have a tutorial that covers how to set up hot and cold wallets for an exchange, with sample code (optionally interactive, though that may not set a good...

new topic
payments
defi

Ledger gaps can occur if: - server has insufficient resources (especially disk I/O) - server was recently restarted - server lost network connectivity temporarily We should add a guide [to...

new topic

While [Public API Methods](https://xrpl.org/public-rippled-methods.html) and [Admin API Methods](https://xrpl.org/admin-rippled-methods.html) do list all the methods, it would be nice to have an alternate list of all of them in alphabetical order, preferably...

organization