mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Update documentation links and improve accessibility
This commit is contained in:
@@ -8,7 +8,7 @@ from xrpl.wallet import generate_faucet_wallet
|
||||
|
||||
# References
|
||||
# - https://xrpl.org/partial-payments.html#partial-payments
|
||||
# - https://xrpl.org/payment.html#payment-flags
|
||||
# - https://xrpl.org/docs/references/protocol/transactions/types/payment#payment-flags
|
||||
# - https://xrpl.org/trustset.html#trustset
|
||||
# - https://xrpl.org/account_lines.html#account_lines
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ xrpl.js will continue to support all ripple-lib features, such as:
|
||||
|
||||
- Serializing, signing, and submitting transactions to the XRPL
|
||||
- Retrieving information from the XRPL
|
||||
- Helpful utility functions (such as converting between [drops](https://xrpl.org/xrp.html#xrp-properties) and XRP)
|
||||
- Helpful utility functions (such as converting between [drops](https://xrpl.org/docs/introduction/what-is-xrp) and XRP)
|
||||
- Support for Node.js, web browsers, and React
|
||||
|
||||
It also introduces a number of new features, including:
|
||||
|
||||
@@ -69,6 +69,17 @@ The diagram below illustrates how an offer interacts with other offers and AMM l
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/tJ1mQxYpt-A" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||
</div>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "VideoObject",
|
||||
"name": "AMM CLOB Demo",
|
||||
"description": "AMM CLOB Demo on XRPL",
|
||||
"thumbnailUrl": "https://i.ytimg.com/vi/tJ1mQxYpt-A/hqdefault.jpg",
|
||||
"uploadDate": "2024-12-13",
|
||||
"embedUrl": "https://youtu.be/tJ1mQxYpt-A?feature=shared"
|
||||
}
|
||||
</script>
|
||||
|
||||
### Restrictions on Assets
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN'
|
||||
'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'>
|
||||
<svg fill-opacity="1" xmlns:xlink="http://www.w3.org/1999/xlink" color-rendering="auto" color-interpolation="auto" text-rendering="auto" stroke="black" stroke-linecap="square" width="1420" stroke-miterlimit="10" shape-rendering="auto" stroke-opacity="1" fill="black" stroke-dasharray="none" font-weight="normal" stroke-width="1" viewBox="20 20 1420 650" height="650" xmlns="http://www.w3.org/2000/svg" font-family="'Dialog'" font-style="normal" stroke-linejoin="miter" font-size="12px" stroke-dashoffset="0" image-rendering="auto"
|
||||
><!--Generated by the Batik Graphics2D SVG Generator--><defs id="genericDefs"
|
||||
<svg role="img" aria-labelledby="svgTitle svgDesc" fill-opacity="1" focusable="false" xmlns:xlink="http://www.w3.org/1999/xlink" color-rendering="auto" color-interpolation="auto" text-rendering="auto" stroke="black" stroke-linecap="square" width="1420" stroke-miterlimit="10" shape-rendering="auto" stroke-opacity="1" fill="black" stroke-dasharray="none" font-weight="normal" stroke-width="1" viewBox="20 20 1420 650" height="650" xmlns="http://www.w3.org/2000/svg" font-family="'Dialog'" font-style="normal" stroke-linejoin="miter" font-size="12px" stroke-dashoffset="0" image-rendering="auto">
|
||||
<title id="svgTitle">decentralized exchange example</title>
|
||||
<desc id="svgDesc">Diagram: Partially filled offer to buy a token for XRP.</desc>
|
||||
<!--Generated by the Batik Graphics2D SVG Generator--><defs id="genericDefs"
|
||||
/><g
|
||||
><defs id="defs1"
|
||||
><clipPath clipPathUnits="userSpaceOnUse" id="clipPath1"
|
||||
|
||||
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Reference in New Issue
Block a user