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

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

content updates

Hey @mDuo13 and @intelliot, if this feature request #https://github.com/ripple/rippled/issues/3897 has been implemented in the testnet and devnet, I think the [faucet page](https://xrpl.org/xrp-testnet-faucet.html) should be updated, each request would give: -...

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

content updates

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

web dev

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

web dev

Link: https://xrpl.org/ledger_data.html The response object appears to be a little incorrect. The example has `ledger_index` as a string, though the actual breakdown says "unsigned integer" and actual rippled returns an...

bug

I was installing rippled on my Mac and using [these instructions](https://xrpl.org/build-run-rippled-macos.html). I ran into an issue, and gave up. My only way of debugging was asking someone else at Ripple...

content updates

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

new topic
help wanted

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

organization
content updates

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

help wanted
content updates