Commit Graph

143 Commits

Author SHA1 Message Date
mDuo13
95196d3195 Make tutorial for linear version of the timed escrow code 2025-10-16 13:38:13 -07:00
mDuo13
8f301ed391 rm reference to pre-refactor escrow code sample 2025-10-16 13:29:35 -07:00
mDuo13
892f9202c5 Finish updating timed escrow tutorial 2025-10-10 16:38:04 -07:00
mDuo13
8c25a5ea33 Start implementing tutorial for updated timed escrow sample 2025-09-17 18:19:53 -07:00
Maria Shodunke
ba9eeb508d Merge pull request #3234 from XRPLF/stepped-tutorial-demo
Javascript Get Started with code walkthrough
2025-09-09 10:23:04 +01:00
Maria Shodunke
ba2859ee84 Merge pull request #3211 from banasa44/docs/feat/add-go-to-docs
Add xrpl-go examples and references to xrpl-dev-portal
2025-09-04 14:28:36 +01:00
Maria Shodunke
15c0c32429 Add JS README.md 2025-09-02 18:57:09 +01:00
Maria Shodunke
126cdbb00a Apply suggestions from code review
Co-authored-by: Rome Reginelli <rome@ripple.com>
2025-09-02 18:57:09 +01:00
Maria Shodunke
dff3298d60 Add improvements to walkthrough 2025-09-02 18:57:09 +01:00
Maria Shodunke
06b3c80ac7 Demo for code walkthrough functionality 2025-09-02 18:57:08 +01:00
mDuo13
0e67c48fb8 Remove old/inadvertent TODOs
Neither of these TODOs is relevant at the moment and they should not be
visible to readers (even in the HTML comments)
2025-08-29 13:45:43 -07:00
banasa44
0228e2e3c3 fix(docs): correct terminology from "GoLang" to "Go" in tutorial files, replace code snippets to references. 2025-08-25 14:58:14 +02:00
Carles
22d67e640d Apply suggestions from code review
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
2025-08-25 10:58:26 +02:00
Oliver Eggert
dc405fb770 fix broken links and add links to mailing lists for client library updates and ripple server updates 2025-07-24 11:40:54 -07:00
banasa44
1009242c6a chore(docs): small fixes 2025-07-22 17:29:26 +02:00
banasa44
0ab859343d chore(docs): small fixes 2025-07-22 17:28:54 +02:00
banasa44
79ed25b125 chore(docs): small style and comments changes and fixes 2025-07-22 17:08:38 +02:00
banasa44
2aa7d5f4cc chore(docs): small fixes/changes in go tutorials docs 2025-07-22 11:59:29 +02:00
banasa44
82b976905e feat(docs): add xrpl-go GoLang package to XRPLF documentation site 2025-07-22 11:15:48 +02:00
Maria Shodunke
1cc8a4b3c0 Update with review comments 2025-07-17 15:18:59 +01:00
Maria Shodunke
24f501fda9 Add payment channel snippets to docs 2025-07-09 15:28:52 +01:00
Maria Shodunke
0b77ba0002 Migrate code snippets from xrpl.js and xrpl-py 2025-07-09 14:45:06 +01:00
Dennis Dawson
ea0bad889a link to topics, not forms 2025-06-23 14:31:05 -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
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
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
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
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
Maria Shodunke
1fa846e647 Add note to give some information on why defaultRipple needs to be enabled. 2025-06-06 14:41:31 +01:00
Dennis Dawson
d413cc1bf7 fix broker NFTs images and links 2025-06-03 11:02:19 -07:00
Dennis Dawson
86ca76aa6b Merge pull request #3130 from XRPLF/fix-modular-tutorial-descriptions
Update description of modular tutorials
2025-06-02 15:38:26 -07:00
oeggert
2fb65794c0 Update docs/tutorials/javascript/compliance/create-permissioned-domains.md
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
2025-05-29 11:24:01 -07:00
oeggert
e3c6c8dda4 Update docs/tutorials/javascript/compliance/create-permissioned-domains.md
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
2025-05-29 11:23:46 -07:00
Dennis Dawson
a6573b8e29 Update description of modular tutorials 2025-05-29 09:39:19 -07:00
Oliver Eggert
7f80874c8e add reviewer suggestions 2025-05-28 15:39:12 -07:00
Oliver Eggert
cd539662c4 add permissioned domain modular tutorial 2025-05-28 12:59:07 -07:00
Dennis Dawson
9ce8f3faae Batch mint and broker sale 2025-05-27 14:25:01 -07:00
Dennis Dawson
471c2e48df add authorized minter 2025-05-23 17:06:30 -07:00
Dennis Dawson
cc10aa0f94 Update with transfer nfts. 2025-05-23 14:17:56 -07:00
Dennis Dawson
08f2fde9e4 WIP - refactoring the NFT tutorials, code, and screenshots 2025-05-23 09:54:46 -07:00
Dennis Dawson
ec1f33d4e3 Merge branch 'master' into refactor_payment_modular_tuts 2025-05-13 07:31:45 -07:00
Maria Shodunke
6f53d63016 Address SME review comments 2025-05-08 14:37:31 +01:00
Dennis Dawson
c7a11da4fd Fix bad image link 2025-05-07 13:19:35 -07:00
Dennis Dawson
e57011070b change to kick off a build 2025-05-07 13:03:12 -07:00
Dennis Dawson
dba9871513 minor changes, mostly to try and kick a new build 2025-05-02 12:56:39 -07:00
Dennis Dawson
1ae3992c3a Merge branch 'master' into refactor_payment_modular_tuts 2025-05-02 12:50:46 -07:00