mDuo13
82ccf63827
Remove more outdated localized files
2026-02-23 12:47:15 +00:00
mDuo13
9078a10d0c
Reorg some localized files
2026-02-23 12:47:15 +00:00
mDuo13
decf59c666
Remove obsolete files from ja locale
2026-02-23 12:47:15 +00:00
mDuo13
165970996e
Reorder sidebar elements
2026-02-23 12:47:15 +00:00
mDuo13
9bb7814e88
Fix broken links after rebasing
2026-02-23 12:47:12 +00:00
mDuo13
2c40e720cc
Move lending under DeFi & fix top nav
2026-02-23 12:41:00 +00:00
mDuo13
085ffc88c1
Move lending under fungible tokens (for now)
2026-02-23 12:41:00 +00:00
mDuo13
2fd83847b0
Rm old landings & mv token tutorials
2026-02-23 12:41:00 +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
0c6283624b
Merge pull request #3497 from XRPLF/sav-python-tutorials
...
SAV Python Tutorials
2026-02-18 16:37:01 +00:00
zgrguric
d4726e0816
Change DebtMaximum field from required to optional
2026-02-18 15:17:57 +01: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
a2c7afb400
Merge pull request #3503 from XRPLF/gpg-key-blog
...
GPG Key Blog
2026-02-18 09:26:21 +00:00
Oliver Eggert
8750c196b9
add reviewer suggestions
2026-02-18 00:47:26 -08:00
Oliver Eggert
91c7014676
update commands and expected output
2026-02-17 18:16:36 -08:00
Oliver Eggert
37ca34a5a1
initial draft
2026-02-17 16:50:06 -08:00
oeggert
4d4ce6b9e1
Merge pull request #3502 from XRPLF/update-gpg-key-docs
...
I'll open a separate PR if we need a blog post.
2026-02-17 12:17:07 -08:00
Oliver Eggert
c8f5f8456c
update gpg key expected output
2026-02-17 11:14:49 -08: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
oeggert
60d7292eb6
Merge pull request #3495 from XRPLF/lending-python
...
Lending Protocol Tutorials and Python Code Samples
2026-02-13 17:33:37 -08:00
Oliver Eggert
10f57ddd43
add reviewer suggestions
2026-02-13 12:38:00 -08:00
Oliver Eggert
2cbd652135
update tutorials to remove asyncio reference
2026-02-13 11:48:14 -08:00
Oliver Eggert
636f175ada
update code samples to use jsonrpcclient
2026-02-13 11:19:18 -08:00
Oliver Eggert
36d1448047
add python samples to create-a-loan, manage-a-loan, and pay-off-a-loan
2026-02-13 00:25:33 -08:00
Oliver Eggert
575615487a
add python to claw-back-cover and deposit-and-withdraw-cover tutorials
2026-02-12 23:39:10 -08:00
Oliver Eggert
b12112187e
add python to create loan broker tutorial
2026-02-12 23:08:16 -08:00
Oliver Eggert
cffcf05da6
update LoanSet py code samples to use local signing
2026-02-12 22:04:27 -08:00
Oliver Eggert
c2dd33cf37
update create loan tutorial for local signing
2026-02-12 20:58:36 -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
amarantha-k
9af8e7849e
Update logo image for dark mode
2026-02-12 11:18:09 -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
mDuo13
c62d5090d0
Fix typo causing Bitget logo to not apear
2026-02-11 04:03:45 -08:00
amarantha-k
19ec38e7d8
Update number of wallets to 7
2026-02-10 20:34:49 -08:00
amarantha-k
f119214cea
replace corrupted image files
2026-02-10 20:24:23 -08:00
amarantha-k
69d4113536
Add missing image files
2026-02-10 16:37:14 -08:00
amarantha-k
f5988554db
Add Bitget wallet to XRP and Uses pages
2026-02-10 16:23:43 -08:00
oeggert
5ad87dee4b
Merge pull request #3487 from XRPLF/lending-use-case
...
Lending Protocol doc updates
2026-02-10 10:19:59 -08:00
oeggert
66caa79289
Update docs/use-cases/defi/institutional-credit-facilities.md
...
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com >
2026-02-10 10:10:32 -08:00