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
trafficstars

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

bug
web dev

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

organization
content updates

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

content updates
defi

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

content updates
tokenization

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

new topic

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

content updates
tokenization

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

bug
javascript

Add diagrams to DID concept page: https://xrpl.org/docs/concepts/accounts/decentralized-identifiers/ Diagram ideas: ![image](https://github.com/XRPLF/xrpl-dev-portal/assets/117319296/3a3ae121-cf58-4158-9907-be7ec4e8ae0b) ![image](https://github.com/XRPLF/xrpl-dev-portal/assets/117319296/39c3e573-5787-4e48-b38a-32732afb9b4f)

content updates

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

defi

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.