mDuo13
730a0d82cc
Update & combine 'Verify Credentials' tutorials
2026-02-23 12:47:15 +00:00
mDuo13
9bb7814e88
Fix broken links after rebasing
2026-02-23 12:47:12 +00:00
mDuo13
6e8fabadb5
Rewrite key management tutorials w/ new code samples
...
Rewrite 'Assign a Regular Key Pair' tutorial w/ JS code sample
Add Python sample code for assign regular key
Slight rephrasings re: changing regular key
Remove emoji from code sample per @maria-robobug review
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com >
More changes per review
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com >
Add new code samples for setting up multisigning
Rewrite 'Set Up Multi-signing' Tutorial
Remove emoji from multi-signing setup code sample
Apply suggestions from review
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com >
Adjust 'See Also' in multi-signing setup
New code samples for sending multi-signed tx
Rewrite 'Send a Multi-Signed Transaction' tutorial
Remove old multisigning code samples
These code samples weren't bad, but they didn't fully embody best
practices like reliable transaction submission, and they're fully
obsolete with the new multi-signing code samples in place.
Apply suggestions from review
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com >
Rewrite 'Remove a Regular Key Pair' tutorial
Remove emojis from code sample
Remove regular key: edits per review
Rewrite "Disable Master Key Pair" tutorial
Remove emojis from code samples
Disable master key pair: edits per @maria-robobug review
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com >
2026-02-23 12:41:00 +00:00
amarantha-k
72029c989a
Revise tutorials IA
...
Fix broken links
fix broken links
Fix broken links
2026-02-23 12:41:00 +00:00
Maria Shodunke
7a4041865a
Apply suggestions from code review
...
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com >
2026-02-18 09:36:10 +00:00
Maria Shodunke
43e61b4844
Update with remaining review comments
2026-02-17 14:17:07 +00:00
Maria Shodunke
fbbd88a069
Apply suggestions from code review
...
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com >
2026-02-16 13:49:24 +00:00
Maria Shodunke
a57c4b7d76
Speed up vault_setup.py
2026-02-16 13:49:24 +00:00
Maria Shodunke
0c63250bdf
Add Python SAV code examples
2026-02-16 13:49:24 +00:00
Oliver Eggert
636f175ada
update code samples to use jsonrpcclient
2026-02-13 11:19:18 -08:00
Oliver Eggert
cffcf05da6
update LoanSet py code samples to use local signing
2026-02-12 22:04:27 -08:00
Oliver Eggert
9c729d9223
update LoanSet code samples to use local signing
2026-02-12 20:39:17 -08:00
Oliver Eggert
a7e2464d46
update library dependencies
2026-02-12 18:09:36 -08:00
Oliver Eggert
43c2bec558
add loan_pay script and update readme
2026-02-12 01:51:28 -08:00
Oliver Eggert
65f7ded0cf
add loan_manage script and update readme
2026-02-12 01:07:42 -08:00
Oliver Eggert
a3ed1f2c34
add create_loan script and update readme
2026-02-11 23:55:04 -08:00
Oliver Eggert
d4a5f752d7
add cover_clawback script and update readme
2026-02-11 22:40:57 -08:00
Oliver Eggert
adbf7dbb2f
add cover_deposit_and_withdraw script and update readme
2026-02-11 22:16:00 -08:00
Oliver Eggert
21bd1991e6
add readme, requirements.txt, and create_loan_broker script
2026-02-11 21:58:38 -08:00
Oliver Eggert
b2d86aef14
add setup script for python
2026-02-11 16:04:23 -08:00
Oliver Eggert
28e4927131
update number fields to strings
2026-02-11 16:02:41 -08:00
Oliver Eggert
f1eab6f8ae
add claw back cover tutorial
2026-02-04 17:50:36 -08:00
Oliver Eggert
934d7c3ff8
run standard js linter
2026-02-04 15:51:42 -08:00
Oliver Eggert
883a6a1d29
add coverClawback code
2026-02-04 15:42:22 -08:00
Maria Shodunke
63bf0b61ec
Update with review comments
2026-01-29 21:48:35 +00:00
Maria Shodunke
2a088dfcba
Add Tutorials for SAV
2026-01-29 17:43:36 +00:00
Oliver Eggert
e32c12a359
migrate lending protocol docs from opensource
2026-01-28 01:02:52 -08:00
Rome Reginelli
f7f5a2e6cf
Merge pull request #3358 from XRPLF/timed_escrow_tutorial_linear
...
Update Escrow tutorials in new format
2026-01-12 15:41:25 -08:00
Maria Shodunke
55c12bac85
Merge pull request #3380 from XRPLF/minor-get-started-improvements
...
Add minor improvements for Javascript code walkthrough
2026-01-09 10:55:02 +00:00
mDuo13
12b60d17e2
Address more of @maria-robobug's review comments
2026-01-08 17:09:12 -08:00
mDuo13
66652d1dab
Refactor Escrow "how-to" tutorials into new format
...
- Update "Send a Time-Held Escrow" to "Send a Timed Escrow" with new
code samples in JS and Python.
- Update "Send a Conditionally-Held Escrow" to "Send a Conditional
Escrow" with new code samples in JS and Python.
- Update "Cancel an Expired Escrow" and "Look Up Escrows" with new code
samples.
- Remove translations of the old tutorials, which are substantially
different from the new tutorials.
- Remove websocket API examples that were used in the old tutorials.
- Remove the "Use Escrow as a Smart Contract" article, which was an
awkward mix between a use case and a tutorial.
- Update sidebars and redirects for the removed and renamed tutorials.
2026-01-08 17:09:11 -08:00
mDuo13
91e8962c25
Revise tutorial guidelines & template
...
(Includes suggestions from @oeggert review)
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com >
More verify creds docs
Rework tutorial guidelines & template
Update verify credential (js) tutorial for reworked code sample
Remove now-unused tutorial structure screenshots
2025-12-15 16:15:09 -08:00
Maria Shodunke
b5f3449547
Merge pull request #3412 from XRPLF/dependabot/go_modules/_code-samples/secure-signing/go/golang.org/x/crypto-0.45.0
...
Bump golang.org/x/crypto from 0.35.0 to 0.45.0 in /_code-samples/secure-signing/go
2025-12-11 12:36:48 +00:00
Rome Reginelli
b5ff3d806e
Merge pull request #3381 from XRPLF/add-code-sample-iterate-owner-dir
...
Add code sample showing how to walk an owner directory
2025-12-10 13:59:33 -08:00
mDuo13
152cc95a63
Improve owner directory code sample
2025-12-10 13:52:59 -08:00
Maria Shodunke
898d067c02
Merge pull request #3386 from XRPLF/issue-mptoken-tutorial
...
Add tutorial for issuing an MPT (Javascript and Python)
2025-12-10 10:47:25 +00:00
dependabot[bot]
a0b688689a
Bump golang.org/x/crypto in /_code-samples/secure-signing/go
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.35.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.35.0...v0.45.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.45.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-09 14:23:31 +00:00
dependabot[bot]
372a9128a1
Bump golang.org/x/crypto in /_code-samples/use-tickets/go
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.35.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.35.0...v0.45.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.45.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-09 14:19:08 +00:00
Maria Shodunke
8a4d1851db
Fix mpt-generator html file and regenerate zip
2025-12-09 12:17:43 +00:00
Maria Shodunke
2faba938f7
Run standard command to fix JS code style
2025-12-09 12:13:00 +00:00
Maria Shodunke
7dadae868f
Apply suggestions from code review
...
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com >
2025-12-09 11:28:22 +00:00
dependabot[bot]
8f21c5d402
Bump golang.org/x/crypto in /_code-samples/non-fungible-token/go
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.35.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.35.0...v0.45.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.45.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-03 11:22:53 +00:00
dependabot[bot]
fd33614c97
Bump golang.org/x/crypto in /_code-samples/partial-payment/go
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.35.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.35.0...v0.45.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.45.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-28 12:51:07 +00:00
dependabot[bot]
724c61c9e3
Bump golang.org/x/crypto in /_code-samples/issue-a-token/go
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.35.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.35.0...v0.45.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.45.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-28 11:16:30 +00:00
Maria Shodunke
50f2f35b0b
Merge pull request #3394 from XRPLF/dependabot/go_modules/_code-samples/get-started/go/golang.org/x/crypto-0.45.0
...
Bump golang.org/x/crypto from 0.35.0 to 0.45.0 in /_code-samples/get-started/go
2025-11-28 03:15:46 -08:00
dependabot[bot]
e9709335a9
Bump golang.org/x/crypto in /_code-samples/paths/go
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.35.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.35.0...v0.45.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.45.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-27 11:33:04 +00:00
dependabot[bot]
45f25acc3e
Bump golang.org/x/crypto in /_code-samples/get-started/go
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.35.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.35.0...v0.45.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.45.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-27 11:32:06 +00:00
Maria Shodunke
f290941300
Update MPT Generator use case page
2025-11-25 18:22:53 +00:00
dependabot[bot]
3a1bb9a70b
Bump golang.org/x/crypto in /_code-samples/clawback/go
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.35.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.35.0...v0.45.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.45.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-24 12:21:34 +00:00
dependabot[bot]
36cd69821b
Bump golang.org/x/crypto in /_code-samples/deposit-preauth/go
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.35.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.35.0...v0.45.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.45.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-21 13:53:04 +00:00