Rome Reginelli
Rome Reginelli
Removing a trust line can be very tricky. A tutorial could help demonstrate all the steps that might be needed to remove a trust line or at least make it...
in ripple-lib 1.x encoding memos to hex happened automatically. I'm xrpl.js 2.0 you have to do it yourself but there's a method to help. Add this to the migration guide...
The [Escrow tutorials](https://xrpl.org/use-escrows.html) have examples in WebSocket, and in JS using ripple-lib 1.x, but they could really stand to be updated. Currently the JS example code is not even used...
After some recent updates, code blocks that aren't part of the code tabs don't seem to be expandable/collapsible anymore. Also, there are some sneaky edge cases in code tabs to...
Redesign the `pagetype-category.html.jinja` template to use cards rather than bullet points, for consistency with the visual language of the other pages. The cards don't need unique card-bottom graphics. The left...
We should add an equivalent to the "Get Started Using JavaScript" tutorial, but for TypeScript. In addition to the basics covered in the JS tutorial, this one should incorporate: -...
There are various approaches or levels of "reliably" sending a transaction. At a basic level, you submit a transaction, then wait until the `tx` command gives a validated response or...
Update the [Use Checks](https://xrpl.org/use-checks.html) tutorials: - Update ripple-lib 1.x code samples to xrpl.js 2.x - Add examples in additional programming languages like Python - Optional: [make some or all of...
The [Use Tickets](https://xrpl.org/use-tickets.html) tutorial only has sample code in JS, but it would be great to have samples in more languages / using libraries like xrpl-py and xrpl4j.
The [Introduction section of the concepts](https://xrpl.org/introduction.html) has gotten narrowed down to just 3 pages, all of which kind of need work: - [Introduction to Consensus](https://xrpl.org/intro-to-consensus.html): Maybe not the best introductory...