xrpl-dev-portal
xrpl-dev-portal copied to clipboard
Source code for xrpl.org including developer documentation
When you use the WebSocket tool and receive a large JSON response, the interface lags and seems to hang at some point without rendering the whole response document. This appears...
The `subscribe` API method has a bunch of types of subscription stream messages that you may get back depending on what stream you subscribe to. It would make sense to...
The payment engine has a limit of 1000 offers that can be crossed (matched) by any single transaction. If any transaction attempts to process over 1000 offers, the transaction consumes...
When I read about issuing tokens tutorial [here](https://learn.xrpl.org/course/intro-to-the-xrpl/lesson/issuing-tokens-and-currencies/#:~:text=Here's%20a%20quick%20guide%20on,you%20established%20a%20trustline%20with.), it said "once your token has been created, you can use the DEX to trade it with other assets". The missing parts...
A major differentiator across blockchains is the chain's potential for "smart contracts", and XRPL occupies an unusual place in the market in that regard. It would be great to have...
re: https://xrpl.org/docs/tutorials/javascript/nfts/mint-and-burn-nfts/ User reported to me that they could not find out where the test harness was. You are supposed to click the "Quickstart Samples" link, download those files, and...
There are several problems with the JavaScript code sample added in #1682: - It incorrectly has the `.py` file extension. - There's no README or `package.json` to explain how to...
Add diagrams to DID concept page: https://xrpl.org/docs/concepts/accounts/decentralized-identifiers/ Diagram ideas:  
A diagram or something might help with understanding the big picture of how the AMM auction slot works (minimum bid, price to outbid, refund, time slots).
Characterize reserves as pre-funding transaction fees, rather than funds that are "locked up" and unusable. Also mention in the reserves topic that the first two trust lines are free.