xrpl-dev-portal
xrpl-dev-portal copied to clipboard
Source code for xrpl.org including developer documentation
[Get Started with the rippled API](https://xrpl.org/get-started-with-the-rippled-api.html) is not exactly a tutorial, but it's sort of holding a seat for one. (It should have prerequisites, steps, etc.) Probably best to move...
Tutorial for how to use the `--nodetoshard` option to migrate data from the ledger store into the shard store. Requires that your ledger store already has at least one full...
The ["Flow of Funds" section of the List XRP as an Exchange document](https://xrpl.org/list-xrp-as-an-exchange.html#flow-of-funds) would be improved with a diagram.
[The "Private Peers" doc](https://xrpl.org/peer-protocol.html#private-peers) or a related doc could use a network diagram showing how the private peer can be configured behind a firewall. For example it might show that...
Most objects in the XRP Ledger's state data have "PreviousTxnID" and "PreviousTxnLgrSeq" fields to indicate which transaction last affected that object. Transaction metadata also shows the prior values to these...
There's a little bit [about AccountTxnID](https://xrpl.org/transaction-common-fields.html#accounttxnid) in the references, but an example with actual code might be more helpful. The use case for this is kind of niche though so...
As pointed out in #678, the `MessageKey` probably shouldn't be an ECDSA key since ECDSA keys aren't normally used for encrypting and decrypting messages. It would be great to have...
Many of the reference docs, especially the rippled API methods, don't have links back to the concept articles or related reference docs for things they discuss—usually because the concept articles...
Per @nbougalis: > Even for SSL/TLS encrypted connections, an attacker can mount relatively inexpensive MITM attacks that are extremely hard to detect and afford the ability to intelligently tamper with...
# Translation Plans We would like to translate the XRP Ledger Dev Portal to several languages, starting with Japanese. In each case, we will add translated pages piecemeal as they...