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

https://xrpl.org/install-clio-on-ubuntu.html#install-clio-on-ubuntu-linux The page says: > You need gRPC access to one or more rippled servers in P2P mode. The rippled servers can either be local or remote, but you must...

content updates
infra
clio

As the XRPL has evolved, there are plenty of things left over from previous versions of the protocol which can't be created today, such as validated historical transactions that are...

new topic

- Create build-for-linux-macos-windows.md - It is currently difficult/impossible to find the rippled build instructions on xrpl.org. - Make those instructions easier to find. - Add an entry to `dactyl-config.yml`. I...

Add link previews to display an abstract (or a short description) on a link. This is particularly useful in tutorials and how-to pages where a user may benefit from this...

web dev
redocly

The table of [AccountSet Flags](https://xrpl.org/accountset.html#accountset-flags) is too wide for many screen sizes (including mobile, and half-width or rotated screens on desktop) which causes it to run off the side of...

good first issue
content updates

Since tokens with Clawback can't be part of an AMM, the [Create AMM](https://xrpl.org/create-an-automated-market-maker.html) tutorial and sample code should check for it. Also, there should maybe be a Clawback concept page...

content updates

Create a tutorial module for parity with the JavaScript Batch Minting example, including a video demo.

There have been several new transaction types added since the [Deposit Authorization](https://xrpl.org/depositauth.html) article was last updated, including all the NFT-related ones, plus there are more transaction types added by released-but-not-enabled...

content updates

https://xrpl.org/websocket-api-tool.html Add wss://xahau-test.net as option.

dev-tools

According to book_offers API describes: _The response omits [unfunded Offers](https://xrpl.org/offers.html#lifecycle-of-an-offer)_ https://xrpl.org/book_offers.html#possible-errors However it does list all the offers regardless the funding status. How to reproduce: ![Screenshot 2023-03-16 at 08 49...