dependabot[bot]
60f995190e
Bump cryptography in /_code-samples/airgapped-wallet/py
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 43.0.1 to 44.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/43.0.1...44.0.1 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-27 01:01:29 +00:00
mDuo13
b31caaf716
Address encoding: fix base58 import
2025-02-26 16:59:14 -08:00
Dennis Dawson
e712f6c9a7
Add try/catch and replace screenshots
2025-02-26 10:30:02 -08:00
Dennis Dawson
cb1fb8c51a
update screenshots and sample code
2025-02-26 09:27:38 -08:00
Dennis Dawson
6d26e509bc
Update screen shots, parse Domain values on retrieval
2025-02-21 11:37:40 -08:00
dependabot[bot]
dc74d0bee2
Bump fastecdsa from 2.1.2 to 2.3.2 in /_code-samples/key-derivation/py
...
Bumps [fastecdsa](https://github.com/AntonKueltz/fastecdsa ) from 2.1.2 to 2.3.2.
- [Release notes](https://github.com/AntonKueltz/fastecdsa/releases )
- [Changelog](https://github.com/AntonKueltz/fastecdsa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/AntonKueltz/fastecdsa/compare/v2.1.2...v2.3.2 )
---
updated-dependencies:
- dependency-name: fastecdsa
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-12 22:00:26 +00:00
akcodez
f6c2b6647d
Update documentation links and improve accessibility
2025-02-10 07:55:03 -08:00
Dennis Dawson
14773c4100
Add ReadMe file for account configurator
2025-02-04 12:11:11 -08:00
Dennis Dawson
26e4290322
replace faulty archive
2025-02-04 12:08:09 -08:00
Dennis Dawson
da2d079535
Replace checkboxes with sliders
2025-02-04 10:17:22 -08:00
Dennis Dawson
9179b8580a
Add tooltips, separate CSS file
2025-02-03 15:56:10 -08:00
mDuo13
e1ec0d7e7c
Further fix code samples descriptions
2025-01-31 15:13:37 -08:00
mDuo13
9b47c1b911
Upgrade browser wallet (js) deps
2025-01-31 15:02:12 -08:00
Dennis Dawson
6bb689484c
Add account configuration topic
...
Create a new Account Configuration topic, including the Account Configurator example.
2025-01-30 12:36:56 -08:00
mDuo13
332789a87a
Fix minor issues with Code Samples
...
- The description gets deleted if it matches the title exactly (due to
how our plugin finds the text of the README). Changed a couple
instances to not match exactly so this doesn't happen.
- Changed the top level of the Code Sampels layout to be a <main>
element, which allows some styles to apply correctly and also helps
the search crawler find the contents of the page.
2025-01-28 13:50:07 -08:00
Obiajulu
78c33074ec
Add sample python code for DIDs and Price Oracles ( #2932 )
...
* Create create_price_oracle.py
* Create README.md
* Update README.md
* Update create_price_oracle.py
* Create delete_price_oracle.py
* Update delete_price_oracle.py
* Create account_price_oracles.py
* Create did_set.py
* Create did_delete.py
* Create account_did.py
* Create requirements.txt
* Create README.md
* Create requirements.txt
* Update README.md
* Update README.md
* Create README.md
* Create README.md
* Update did_set.py
* Update did_set.py
* Update did_set.py
* Update did_delete.py
* Update README.md
* Update create_price_oracle.py
* Update did_set.py
* Update README.md
* Update README.md
* Update delete_price_oracle.py
* Update README.md
2025-01-09 17:54:27 -08:00
Oliver Eggert
524e63cfac
add amm demo video
2024-12-13 16:05:40 -08:00
Oliver Eggert
20afacf216
update dependencies
2024-11-19 11:50:45 -08:00
Oliver Eggert
b3632c4b85
apiv2 code updates
2024-11-09 17:13:13 -08:00
Rome Reginelli
8656818711
Merge pull request #2827 from XRPLF/dependabot/npm_and_yarn/_code-samples/build-a-browser-wallet/js/elliptic-6.6.0
...
Bump elliptic from 6.5.7 to 6.6.0 in /_code-samples/build-a-browser-wallet/js
2024-10-30 11:33:43 -07:00
Rome Reginelli
35ab7767c7
Merge pull request #2807 from XRPLF/update_airgapped_wallet_deps
...
Airgapped wallet (py): slim down dependencies & update to xrpl-py 3.0.0
2024-10-30 11:07:34 -07:00
dependabot[bot]
5b3f66946a
Bump elliptic in /_code-samples/build-a-browser-wallet/js
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.7 to 6.6.0.
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.7...v6.6.0 )
---
updated-dependencies:
- dependency-name: elliptic
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-28 19:44:36 +00:00
Oliver Eggert
07adf977d0
remove old md and code samples
2024-10-24 15:59:04 -07:00
Rome Reginelli
7cc34ad989
Merge pull request #2798 from XRPLF/update_checks_code
...
Fix legacy checks tutorials
2024-10-16 12:33:16 -07:00
Dennis Dawson
b05afd46a8
Merge pull request #2750 from XRPLF/add_offers_module
...
Create Offers modular tutorial
2024-10-16 11:58:52 -07:00
Rome Reginelli
687445ebf6
Merge pull request #2792 from mDuo13/escrow_update_code
...
Clean up some Escrow code sample issues
2024-10-15 16:25:52 -07:00
mDuo13
7f892f05db
Update legacy Checks tutorial & sample code
...
Clean up legacy Checks tutorials
2024-10-15 12:17:51 -07:00
mDuo13
06fc2ccc19
Airgapped wallet (py): slim down dependencies & update to xrpl-py 3.0.0
2024-10-11 14:45:54 -07:00
Dennis Dawson
bccd5878e1
Remove kruft from code sample
2024-10-09 11:08:33 -07:00
Dennis Dawson
bcecfa1c95
Update _code-samples/quickstart/js/ripplex3a-create-offers.js
...
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com >
2024-10-09 09:40:51 -07:00
Oliver Eggert
1edc9dfbc7
remove old amm tutorial files
2024-10-03 10:00:35 -07:00
oeggert
c6194082f9
Merge branch 'master' into amm-modular-tutorials
2024-10-02 21:12:49 -07:00
Oliver Eggert
160d2427c3
trade with auction slot tutorial
2024-10-02 21:10:16 -07:00
mDuo13
5835468611
Move escrow ws examples
2024-09-30 15:37:39 -07:00
dependabot[bot]
930ac9af84
Bump rollup in /_code-samples/build-a-browser-wallet/js
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.29.4 to 3.29.5.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v3.29.4...v3.29.5 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-26 20:51:37 +00:00
mDuo13
f30e465583
start fixing escrow code samples
2024-09-25 14:26:54 -07:00
Oliver Eggert
243d450118
add bidding button
2024-09-25 09:17:24 -07:00
Oliver Eggert
4bdf0cc5f7
auction slot tutorial
2024-09-23 16:17:26 -07:00
dependabot[bot]
4683ec5af5
Bump vite in /_code-samples/build-a-browser-wallet/js
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.5.3 to 4.5.5.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.5/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.5/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-17 20:03:19 +00:00
Rome Reginelli
c9f6292f2f
Merge pull request #2757 from XRPLF/dependabot/npm_and_yarn/_code-samples/build-a-browser-wallet/js/elliptic-6.5.7
...
Bump elliptic from 6.5.4 to 6.5.7 in /_code-samples/build-a-browser-wallet/js
2024-09-17 13:02:18 -07:00
Oliver Eggert
8fb12213e0
update create amm create from feedback
2024-09-13 13:50:41 -07:00
mDuo13
206cd5bddb
Airgapped wallet: update dependencies
2024-09-10 10:33:31 -07:00
dependabot[bot]
62d05457bc
Bump elliptic in /_code-samples/build-a-browser-wallet/js
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.4 to 6.5.7.
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.4...v6.5.7 )
---
updated-dependencies:
- dependency-name: elliptic
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-10 17:26:49 +00:00
Oliver Eggert
5336ef7e8d
add better error handling and double token amm functionality
2024-09-06 14:02:44 -07:00
ddawson
546ea9f609
create offers tutorial
2024-09-05 11:14:08 -07:00
dependabot[bot]
5da97a798b
Bump cryptography in /_code-samples/airgapped-wallet/py
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.6 to 43.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.6...43.0.1 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-03 23:48:01 +00:00
Oliver Eggert
c9bb4102e0
update to match existing modular tutorials
2024-08-26 21:45:03 -07:00
Oliver Eggert
790e89a360
create amm and add assets mod tutorials
2024-08-08 13:30:09 -07:00
dependabot[bot]
80659d164d
Bump ws from 8.17.0 to 8.18.0 in /_code-samples/non-fungible-token/js
...
Bumps [ws](https://github.com/websockets/ws ) from 8.17.0 to 8.18.0.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.17.0...8.18.0 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-24 23:12:21 +00:00
oeggert
f9baf049b0
Merge pull request #2605 from XRPLF/amm-passive-income
...
Earn Passive Income with AMM
2024-07-08 12:02:59 -07:00