Commit Graph

9118 Commits

Author SHA1 Message Date
mDuo13
acc36d2081 Update MPTokenAuthorize tx docs 2025-06-23 18:04:21 -07:00
Rome Reginelli
55934e03b8 Merge pull request #3157 from XRPLF/fix-account-configurator
Fix Account Configurator
2025-06-23 13:37:07 -07:00
mDuo13
af9c7cd4a5 Fix Account Configurator
- The code samples page was glitching out because it wasn't in a
  language subfolder. Moved to a js/ folder to fix this.
- Updated pages that linked to the old location.
- The UI as linked directly in the _code-samples folder was displaying
  as expected but the JS wasn't loading correctly on the page, so none
  of the buttons worked. For now, I changed the Broker an NFT Sale
  page to link the ZIP instead.
2025-06-23 13:21:18 -07:00
Dennis Dawson
8bab684cb5 Merge pull request #3122 from XRPLF/NFT_refactor
Refactor NFT code samples and update the tutorials and screenshots
2025-06-18 09:40:27 -07:00
Dennis Dawson
3ef97a1785 Update the zipped sample code. 2025-06-17 08:12:52 -07:00
Dennis Dawson
97a79550b2 Update docs/tutorials/javascript/nfts/batch-mint-nfts.md
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
2025-06-17 08:10:11 -07:00
Dennis Dawson
7d84421565 Update _code-samples/nft-modular-tutorials/authorized-minter.js
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
2025-06-17 07:41:48 -07:00
Dennis Dawson
fc337738e6 Update docs/tutorials/javascript/nfts/mint-and-burn-nfts.md
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
2025-06-17 07:38:28 -07:00
Dennis Dawson
fc4c5262fb Update _code-samples/nft-modular-tutorials/mint-nfts.js
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
2025-06-17 07:36:17 -07:00
Rome Reginelli
2691f7fdf9 Merge pull request #3136 from XRPLF/mvadari-patch-1
Update transaction-cost.md
2025-06-12 11:57:47 -07:00
Rome Reginelli
649e707c42 Merge pull request #3132 from egarson/patch-2
Update algorithmic-trading.md
2025-06-12 11:51:54 -07:00
Rome Reginelli
59371e02e0 Merge pull request #3153 from XRPLF/events-updates-2025-06-12
replace some existing event images, add 3 new past events
2025-06-12 11:36:49 -07:00
akcodez
228ff1a63e replace some existing event images, add 3 new past events 2025-06-12 11:00:11 -07:00
Aria Keshmiri
5c88b2a168 Merge pull request #3149 from XRPLF/rwa-tokenization-updates
Update RWA Tokenization documentation with new features and improved …
2025-06-12 10:41:18 -07:00
akcodez
8d72c91e4f rm arrows 2025-06-11 10:16:19 -07:00
akcodez
a7fd85618b qa changes 2025-06-11 10:11:59 -07:00
Mayukha Vadari
9cd10b4c44 Merge branch 'master' into mvadari-patch-1 2025-06-11 09:08:39 +08:00
akcodez
d327c69864 Enhance light theme styles by adding color properties for section titles and utility cards. 2025-06-10 16:35:02 -07:00
akcodez
f161bd0331 adjust height of card 2025-06-10 15:17:28 -07:00
akcodez
603bcd9106 Update RWA Tokenization documentation with new features and improved descriptions; adjust CSS for better layout and responsiveness. 2025-06-10 14:39:14 -07:00
Rome Reginelli
a6b4fd1ee3 Merge pull request #3145 from XRPLF/add-temSEQ_AND_TICKET
tem-codes - add temSEQ_AND_TICKET
2025-06-10 11:50:28 -07:00
Rome Reginelli
1c3bcdd9b6 temSEQ_AND_TICKET - fix amendment name 2025-06-10 09:58:36 -07:00
Rome Reginelli
37e7f6e08e Merge pull request #3119 from XRPLF/fix_fs_dep
Fix tx-serialization JS sample code
2025-06-10 09:48:14 -07:00
Aria Keshmiri
b6473eabb9 Merge pull request #3148 from XRPLF/rm-banner
hide apex banner
2025-06-10 08:17:48 -07:00
akcodez
a603fd6b85 hide apex banner 2025-06-10 06:57:20 -07:00
Aria Keshmiri
1f2d6af975 Merge pull request #3146 from XRPLF/events-updates-2025-06-05
events + community page: add XRPL Core Dev Bootcamp and additional me…
2025-06-09 10:42:47 -07:00
akcodez
cf44f76240 use template literals for improved formatting. 2025-06-09 10:31:57 -07:00
akcodez
b214189e46 qa changes 2025-06-09 10:25:29 -07:00
akcodez
bb6aab25b1 Merge remote-tracking branch 'origin' into events-updates-2025-06-05 2025-06-09 08:37:35 -07:00
akcodez
ddf36ff2dd events + community page: add XRPL Core Dev Bootcamp and additional meetups, including XRPL Townhall Meeting #4 and XRP Ledger Meetup in Cannes. Introduce new images for events. 2025-06-09 08:35:58 -07:00
Maria Shodunke
3ac296c066 Merge pull request #3143 from XRPLF/vodf-accountset-rippling-flag
Add note on defaultRipple flag in Create AMM Tutorial
2025-06-09 09:25:07 +01:00
Mayukha Vadari
1bac248b31 Merge branch 'master' into mvadari-patch-1 2025-06-09 10:29:09 +08:00
Elliot.
ec4543c890 tem-codes - add temSEQ_AND_TICKET 2025-06-06 21:03:10 -07:00
Dennis Dawson
b82d397a66 fixes per Maria's review 2025-06-06 12:54:33 -07:00
Dennis Dawson
b663d36191 Update docs/tutorials/javascript/nfts/transfer-nfts.md
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
2025-06-06 12:36:01 -07:00
Dennis Dawson
7eae9064f3 Update docs/tutorials/javascript/nfts/mint-and-burn-nfts.md
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
2025-06-06 12:35:16 -07:00
Dennis Dawson
623a5d30a3 Update _code-samples/nft-modular-tutorials/account-support.js
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
2025-06-06 12:34:16 -07:00
Dennis Dawson
0dc41bd569 Update _code-samples/nft-modular-tutorials/account-support.js
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
2025-06-06 12:33:54 -07:00
Dennis Dawson
4236a9fa45 Update docs/tutorials/javascript/nfts/mint-and-burn-nfts.md
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
2025-06-06 12:33:33 -07:00
Dennis Dawson
2e3e8ec794 Update docs/tutorials/javascript/nfts/mint-and-burn-nfts.md
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
2025-06-06 12:33:14 -07:00
Amarantha Kulkarni
3697c919cd Merge pull request #3144 from XRPLF/update-xrplf-link
Update link to XRP Ledger Foundation
2025-06-06 07:58:17 -07:00
amarantha-k
8b4809e619 Update link to XRP Ledger Foundation 2025-06-06 07:44:33 -07:00
Maria Shodunke
1fa846e647 Add note to give some information on why defaultRipple needs to be enabled. 2025-06-06 14:41:31 +01:00
Rome Reginelli
8076410c29 Merge pull request #3117 from t-ube/ja-contribute-blog
[JA] translate Contribute Blog documents
2025-06-05 13:24:20 -07:00
mDuo13
97d621f06e [EN/JA] fix blog/sidebars.yaml typo in contribution guidelines etc. 2025-06-05 13:21:42 -07:00
Rome Reginelli
8ca49fce23 Merge pull request #3137 from XRPLF/ka_20250603
Update Known Amendments status (2025-06-03)
2025-06-03 13:58:42 -07:00
mDuo13
841327bca5 Amendment fixes per @DennisDawson review 2025-06-03 13:50:15 -07:00
mDuo13
27a85302b1 Add 2.5.0 amendments to common links 2025-06-03 13:21:12 -07:00
mDuo13
5a9da8a1ae Known Amendments: 2025-06-03 2025-06-03 13:09:58 -07:00
Dennis Dawson
d413cc1bf7 fix broker NFTs images and links 2025-06-03 11:02:19 -07:00