mDuo13
b7fe46fe19
More Permission Delegation edits per review
2025-08-05 11:31:51 -07:00
Rome Reginelli
4103095b39
Apply suggestions from @oeggert review
...
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com >
2025-08-05 10:43:48 -07:00
mDuo13
081c2905f5
Add Permission Delegation sample code
2025-07-24 18:48:40 -07:00
Maria Shodunke
26b6387ac7
Merge pull request #3188 from XRPLF/migrate-code-samples-from-sdks
...
Add code snippets from xrpl.js and xrpl-py
2025-07-23 12:10:38 +01:00
Maria Shodunke
1cc8a4b3c0
Update with review comments
2025-07-17 15:18:59 +01:00
Maria Shodunke
d564619d7e
Apply suggestions from code review
...
Co-authored-by: Rome Reginelli <rome@ripple.com >
2025-07-16 09:55:13 +01:00
Rome Reginelli
b422cd01a0
Merge pull request #3177 from XRPLF/dependabot/npm_and_yarn/_code-samples/build-a-desktop-wallet/js/electron-28.3.2
...
Bump electron from 22.3.25 to 28.3.2 in /_code-samples/build-a-desktop-wallet/js
2025-07-15 13:07:24 -07:00
mDuo13
1620a4e1cf
Fix desktop wallet (js) deps & API v2 compatibility
2025-07-15 13:04:01 -07:00
mDuo13
c873acacb7
Update desktop wallet for xrpl.js 4.x+
2025-07-15 12:33:05 -07: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
Rome Reginelli
1374bd7df4
Merge pull request #3163 from XRPLF/binary_updates
...
Update binary format documentation & Python sample code
2025-07-08 10:08:24 -07:00
mDuo13
08558478e4
Binary format: edits per review
2025-07-07 14:33:40 -07:00
dependabot[bot]
762d48e43f
Bump electron in /_code-samples/build-a-desktop-wallet/js
...
Bumps [electron](https://github.com/electron/electron ) from 22.3.25 to 28.3.2.
- [Release notes](https://github.com/electron/electron/releases )
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md )
- [Commits](https://github.com/electron/electron/compare/v22.3.25...v28.3.2 )
---
updated-dependencies:
- dependency-name: electron
dependency-version: 28.3.2
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-01 10:27:19 +00:00
mDuo13
88302464bc
Binary: Add test case with Vector256
2025-06-25 15:12:07 -07:00
mDuo13
344d0002bb
Binary serialization: implement MPT amounts in sample code
2025-06-25 14:50:57 -07:00
Rome Reginelli
928881f03d
Merge pull request #3160 from XRPLF/dependabot/npm_and_yarn/_code-samples/build-a-browser-wallet/js/pbkdf2-3.1.3
...
Bump pbkdf2 from 3.1.2 to 3.1.3 in /_code-samples/build-a-browser-wallet/js
2025-06-25 14:23:23 -07:00
Rome Reginelli
a8e9273acc
Merge pull request #3147 from XRPLF/dependabot/pip/_code-samples/build-a-desktop-wallet/py/requests-2.32.4
...
Bump requests from 2.32.0 to 2.32.4 in /_code-samples/build-a-desktop-wallet/py
2025-06-24 14:03:29 -07:00
dependabot[bot]
6001a566c7
Bump pbkdf2 in /_code-samples/build-a-browser-wallet/js
...
Bumps [pbkdf2](https://github.com/crypto-browserify/pbkdf2 ) from 3.1.2 to 3.1.3.
- [Changelog](https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crypto-browserify/pbkdf2/compare/v3.1.2...v3.1.3 )
---
updated-dependencies:
- dependency-name: pbkdf2
dependency-version: 3.1.3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-24 05:04:32 +00:00
mDuo13
b15f1392b0
Binary serialization: update defs, fix bugs, add test cases
2025-06-23 18:00:49 -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
mDuo13
824c335d08
Binary Format updates w/ new types
...
- Add Currency, Issue, Number, and additional UInt fields.
- Harmonize type names with updated names from the code
(for example, Hash128→UInt128)
- Update Python sample code for binary serialization.
- TODO: Add test cases and confirm implementation of new types
- TODO: Update JavaScript sample code.
2025-06-20 17:24:50 -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
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
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
37e7f6e08e
Merge pull request #3119 from XRPLF/fix_fs_dep
...
Fix tx-serialization JS sample code
2025-06-10 09:48:14 -07:00
dependabot[bot]
a2ae8909ea
Bump requests in /_code-samples/build-a-desktop-wallet/py
...
Bumps [requests](https://github.com/psf/requests ) from 2.32.0 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.0...v2.32.4 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-10 08:19:28 +00:00
Dennis Dawson
b82d397a66
fixes per Maria's review
2025-06-06 12:54:33 -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
oeggert
b9232fc245
Update _code-samples/modular-tutorials/credential-manager.js
...
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com >
2025-05-29 11:23:34 -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
a74231ab0d
improve client disconnect
2025-05-20 16:13:12 -07:00
mDuo13
0bef4e48c9
Fix tx-serialization JS sample code
2025-05-19 15:09:05 -07:00
Dennis Dawson
ec1f33d4e3
Merge branch 'master' into refactor_payment_modular_tuts
2025-05-13 07:31:45 -07:00
dependabot[bot]
49300a328f
Bump vite in /_code-samples/build-a-browser-wallet/js
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.5.13 to 4.5.14.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.14/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.14/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 4.5.14
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-09 00:41:02 +00:00
Maria Shodunke
6f53d63016
Address SME review comments
2025-05-08 14:37:31 +01:00
Dennis Dawson
1ae3992c3a
Merge branch 'master' into refactor_payment_modular_tuts
2025-05-02 12:50:46 -07:00
Dennis Dawson
b598a607a6
Updates based on feedback
2025-05-02 12:42:24 -07:00
Dennis Dawson
5bb552db12
Revise payment tutorials, add/remove screenshots
2025-04-24 10:49:20 -07:00
Maria Shodunke
3e5c391994
Minor fix
2025-04-23 10:25:48 +01:00
Maria Shodunke
2296a6c34b
Update xrpl.js version
2025-04-23 09:15:35 +01:00
Maria Shodunke
c380beca8a
Add verify credentials tutorial for Javascript
2025-04-22 18:58:29 +01:00
Maria Shodunke
0af23cb85b
Update comment for max length of credential type
2025-04-17 16:50:27 +01:00