Oliver Eggert
f493ca49cf
add token escrow js code sample
2026-04-02 21:15:10 -07:00
oeggert
17abd49d92
Merge pull request #3507 from XRPLF/go-code-samples
...
Add Go code samples/tutorials for Lending Protocol
2026-03-25 10:16:58 -07:00
Oliver Eggert
d0c622abf4
update xrpl-go version and lending-setup code
2026-03-24 13:44:16 -07:00
Rome Reginelli
d4be722dbc
Merge pull request #3529 from XRPLF/new-delete-account-tutorial
...
Update deletion requirements & add new "Delete an Account" tutorial
2026-03-24 11:15:57 -07:00
Oliver Eggert
c5f81cea25
update lending-setup script
2026-03-19 20:18:22 -07:00
Oliver Eggert
9393f40366
update loan flag check to use flag.Contains()
2026-03-19 19:26:37 -07:00
Oliver Eggert
c505b992e0
update create-loan and README entry
2026-03-18 22:03:37 -07:00
Rome Reginelli
b634b6902e
Account deletion: Fix off-by-two errors & other suggestions
...
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com >
2026-03-17 16:01:37 -07:00
Oliver Eggert
1540e36b8b
update library to 0.1.16
2026-03-17 15:07:58 -07:00
Oliver Eggert
598a15eef5
add initial draft for create-loan and lending-setup
2026-03-17 14:59:52 -07:00
Oliver Eggert
7cd8e31a21
add reminder to update flag parsing in loan-manage
2026-03-17 14:59:52 -07:00
Oliver Eggert
e56324c57c
add loan-pay go code samples and update readme
2026-03-17 14:59:52 -07:00
Oliver Eggert
5ce6218fd5
add go.sum to gitignore
2026-03-17 14:59:52 -07:00
Oliver Eggert
9934414492
add go.mod and go.sum
2026-03-17 14:59:52 -07:00
Oliver Eggert
ba7694f472
add loan-manage go code sample and update readme
2026-03-17 14:59:52 -07:00
Oliver Eggert
102a7cc8b9
add cover-deposit-and-withdraw go code and update readme
2026-03-17 14:59:52 -07:00
Oliver Eggert
0ac42f6acf
add cover-clawback go code and update readme
2026-03-17 14:59:52 -07:00
Oliver Eggert
bc0bcfa89b
clean up variable names in create-loan-broker
2026-03-17 14:59:52 -07:00
Oliver Eggert
f9b2bce755
add go code for create-loan-broker and update readme
2026-03-17 14:59:52 -07:00
mDuo13
0bed0cc27f
Move Credential issuer code sample to Testnet
2026-03-04 11:58:11 -08:00
dependabot[bot]
ba8ebb94f0
Bump flask from 3.0.3 to 3.1.3 in /_code-samples/issue-credentials/py
...
Bumps [flask](https://github.com/pallets/flask ) from 3.0.3 to 3.1.3.
- [Release notes](https://github.com/pallets/flask/releases )
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/flask/compare/3.0.3...3.1.3 )
---
updated-dependencies:
- dependency-name: flask
dependency-version: 3.1.3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-04 04:43:19 +00:00
mDuo13
40557108e9
Merge branch 'master' into tutorials-iav4
2026-03-02 16:02:47 -08:00
mDuo13
1ba708467b
Update account deletion docs & code
2026-02-27 21:33:05 -08:00
mDuo13
d1adbd575a
New 'Delete Account' tutorial & sample code
...
Delete account sample code: update JS & add Python
Add account deletion tutorial
2026-02-26 16:19:16 -08:00
Maria Shodunke
2ca8706e41
Merge pull request #3519 from XRPLF/remove-batch-sav-setup
...
Don't use Batch for SAV tutorials setup
2026-02-26 18:05:43 +00:00
Maria Shodunke
f26c5921b8
Apply review comments
2026-02-26 15:11:26 +00:00
Oliver Eggert
88c28dfd05
update lending_setup.py to use tickets instead of batch
2026-02-25 12:56:32 -08:00
Oliver Eggert
a83e6e3a1a
update lendingSetup.js to use tickets instead of batch
2026-02-25 11:40:52 -08:00
Maria Shodunke
646d4a7381
Don't use Batch for SAV tutorials setup
2026-02-25 17:29:21 +00:00
mDuo13
224b270a35
Rename 'Change or Remove Regular Key' & cleanup
...
- Update links to the renamed tutorial
- No redirect added yet (will be done alongside other tutorials-iav4
redirects)
- Remove redundant "set-regular-key" JS/Py sample code
- Move Go sample code to updated JS/Py folder
- Add a little more detail to 'Assign...' tutorial for SEO (so people
looking for key rotation practices will find it)
2026-02-24 11:32:09 -08:00
Maria Shodunke
ec7141d82a
Delete faux delete account code samples
2026-02-23 12:47:15 +00:00
Maria Shodunke
bba8a08c06
Add missing READMEs for JS and Python code samples
2026-02-23 12:47:15 +00:00
mDuo13
610cd8ff4d
Update verify credentials per review
2026-02-23 12:47:15 +00:00
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