xrpl-dev-portal
xrpl-dev-portal copied to clipboard
Source code for xrpl.org including developer documentation
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...
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...
- 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...
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...
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...
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...
https://xrpl.org/websocket-api-tool.html Add wss://xahau-test.net as option.
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...