Commit Graph

192 Commits

Author SHA1 Message Date
dependabot[bot]
b0ac3d7ffe Bump golang.org/x/crypto in /_code-samples/send-xrp/go
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.23.0 to 0.35.0.
- [Commits](https://github.com/golang/crypto/compare/v0.23.0...v0.35.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.35.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-04 14:23:43 +00: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
Rome Reginelli
3a548a5b69 Merge pull request #3233 from XRPLF/mpt_metadata_sample
Add sample code for XLS-89d MPT Metadata
2025-08-29 12:21:59 -07:00
mDuo13
9d8819cbf6 Migrate XLS-89d links to XLS-89 2025-08-27 12:09:01 -07:00
banasa44
31be92a37c chore(sample-docs): unify error handling with panic(err). 2025-08-25 12:44:07 +02:00
banasa44
162a97887e chore(code-samples): remove all emojis 2025-08-25 11:27:50 +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
mDuo13
01f835c351 MPT metadata sample code: add lookup/decoding to example 2025-08-21 14:53:24 -07:00
dependabot[bot]
9a2ae0f4b0 Bump sha.js in /_code-samples/build-a-browser-wallet/js
Bumps [sha.js](https://github.com/crypto-browserify/sha.js) from 2.4.11 to 2.4.12.
- [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/sha.js/compare/v2.4.11...v2.4.12)

---
updated-dependencies:
- dependency-name: sha.js
  dependency-version: 2.4.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-21 15:45:41 +00:00
mDuo13
6c16fa1611 Add sample code for XLS-89d MPT Metadata 2025-08-12 17:03:13 -07:00
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
banasa44
e1153eb008 chore(samples): replace tab for 4 spaces 2025-07-23 10:51:03 +02:00
banasa44
6de921ccfb feat(samples): add go examples, secure signing and send a memo 2025-07-22 18:13:00 +02:00
banasa44
79ed25b125 chore(docs): small style and comments changes and fixes 2025-07-22 17:08:38 +02:00
banasa44
2e45eb7860 refactor(_code-samples): move use-tickets example 2025-07-22 11:42:20 +02:00
banasa44
7baaa03c2d refactor(_code-samples): remove README.md file from code samples 2025-07-22 11:30:33 +02:00
banasa44
82b976905e feat(docs): add xrpl-go GoLang package to XRPLF documentation site 2025-07-22 11:15:48 +02:00
banasa44
d9700399eb refactor(_code-samples): remove Go WebSocket use-ticket example 2025-07-21 12:35:57 +02:00
banasa44
877ed4e980 feat(_code-samples): WiP add go tx examples implementation and get-started section 2025-07-21 11:47:33 +02:00
Maria Shodunke
1cc8a4b3c0 Update with review comments 2025-07-17 15:18:59 +01:00
banasa44
ff5b5ab258 feat(_code-samples): WiP add go tx examples implementation 2025-07-17 16:03:19 +02:00
banasa44
61dd7a8c2d feat(_code-samples): WiP add tx examples skeleton 2025-07-17 12:02:18 +02: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