xrpl-dev-portal
xrpl-dev-portal copied to clipboard
Source code for xrpl.org including developer documentation
Walkthrough of how to use an external secure wallet provider (e.g. Ledger Nano, Xumm, etc.) to provide key management and signing so that you can build an app that doesn't...
Some pages are too large, making it easy to get lost, hard to find what you want, or just causing them to load slowly. The following is a list of...
The XLS-20 implementation (currently previewed on NFT-Devnet) has 3 new API methods: - account_nfts - nft_sell_offers - nft_buy_offers Add [API reference docs](https://xrpl.org/public-rippled-methods.html) for all three of these plus any other...
The [Serialization docs](https://xrpl.org/serialization.html) describe to a good level of detail how to create the binary format of transactions. They don't cover in sufficient detail how to go from there to...
basically, validator "manifests" is the internal name of a feature (initially introduced in 0.32 or so and iterated since) where you can define your validator based on a set of...
The community credit use case is a place the current docs are a little lacking in describing what the XRPL is really capable of. In particular, some diagrams could really...
I'm trying to access via the marker, several account lines for getting the balances linked to an issuer address. It works fine sometimes, but than it stops working and complaints...
Most operating systems these days make it pretty easy to fit a window to exactly half your desktop size (horizontally—i.e. left half / right half) so you can have two...
Can we add a contributor section in all the pages that are editable? We would need to use some sort of a plugin/API to extract the github repo data. e.g:...
- Roughly the same spec as the "Build a Desktop Wallet in Python" tutorial, but adapted to JavaScript. - For browsers and/or desktop apps (desktop JS is a little weird...