xrpl-dev-portal
xrpl-dev-portal copied to clipboard
Source code for xrpl.org including developer documentation
In `rippled` 2.0.1, a [new line](https://github.com/XRPLF/rippled/pull/4867) in `cfg/rippled-example.cfg` sets the recommended `send_queue_limit` to `500`. There is no documentation of the `send_queue_limit` setting. Ideally, it would be documented somewhere on xrpl.org....
Fixes #2335 Feel free to update if this format is not desirable. I was not sure what the most concise way would be. Basic idea is that we support `AMM*`...
modify the AI widget according to design
API v2 standardizes the JSON responses of several methods [here](https://github.com/XRPLF/rippled/blob/release/API-CHANGELOG.md#modifications-to-json-transaction-element-in-v2). Need to update affected methods, but first we need to determine if it should be included on the same page,...
See https://github.com/XRPLF/clio/issues/986 Currently the docs state that Clio does not support `AMM*` transaction types. This is no longer true once we release 2.1.0 so let's update it. Should not merge...
This page is not displayed in the side nav due to an omission in the `parent: ledger-data-formats.html` in the md file. `references/protocol-reference/ledger-data/ledger-entry-common-fields.md` https://xrpl.org/ledger-entry-common-fields.html
https://xrpl.org/transaction-cost.html#special-transaction-costs
The "Hot topics happening now" list describes various topics in "active" discussion on various platforms, with links out to those platforms.  However, only the small purple arrow on the...
The XRPL TOML checker has a small bug when the domain field is set to 'https://moonboi589.com/'. If we use 'Look Up By Account' with the [issuer](https://bithomp.com/explorer/rLV1d3oPf6rg8wUZLYdGCzXoVWsAhz5TSX), it adds an extra...
Hi, I’ve developed a [Pure Dart package](https://github.com/mrtnetwork/xrp_dart) for Ripple. This package currently supports all types of transactions and Ripple networks. It only relies on an for blockchain and cryptography, which...