Commit Graph

591 Commits

Author SHA1 Message Date
mDuo13
cd2bd347d5 Use delivered_amount in JS browser wallet tutorial (Fix #2075) 2023-08-30 13:12:56 -07:00
AlexanderBuzz
742e89210d Clarified Step 1 instructions 2023-08-15 18:44:39 +02:00
AlexanderBuzz
f6e54d680d Fixed "duplicate transaction display" bug 2023-08-07 15:13:20 +02:00
AlexanderBuzz
0a21d228d4 Consolidated directory handling, added warning to tutorial 2023-08-07 15:07:18 +02:00
AlexanderBuzz
5b00e681a0 Fixed misleading section markers 2023-08-07 13:34:38 +02:00
AlexanderBuzz
b7cf61d02b Removed unused/buggy accountReserve 2023-08-07 12:14:52 +02:00
dependabot[bot]
c40c8ce3c1 Bump cryptography in /content/_code-samples/airgapped-wallet/py
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.3)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-04 23:03:14 +00:00
AlexanderBuzz
781cf354bf Changed file names / reference file consistency 2023-07-31 20:36:55 +02:00
AlexanderBuzz
729687b75f Changed folder structure 2023-07-31 19:47:33 +02:00
AlexanderBuzz
8bbccb9486 Added status check in .toml file handling 2023-07-30 19:53:30 +02:00
AlexanderBuzz
49c59974dc Improved Step 7 2023-07-28 13:57:07 +02:00
AlexanderBuzz
99538a39f8 Fixed background color issue when scrolling left/right 2023-07-28 11:25:57 +02:00
AlexanderBuzz
d39ea74e55 Added "Change Seed" button 2023-07-27 15:27:48 +02:00
AlexanderBuzz
0d94dc0098 Fixed accidentally deleted submit-button 2023-07-27 11:21:41 +02:00
Alexander Busse
b8bb488a05 Update content/_code-samples/build-a-wallet/desktop-js/view/4_tx-history.html
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2023-07-27 11:19:04 +02:00
dependabot[bot]
90e3fec3b2 Bump certifi in /content/_code-samples/airgapped-wallet/py
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-25 20:55:11 +00:00
dependabot[bot]
7e092d7577 Bump cryptography in /content/_code-samples/airgapped-wallet/py
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.0 to 41.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.0...41.0.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-15 01:22:56 +00:00
AlexanderBuzz
11b26958b3 Removed reset button from HTML dialog elements 2023-07-13 09:05:32 +02:00
AlexanderBuzz
b4cf2fef3d Fixed ambivalent formatting issue in Step 2 2023-07-10 16:54:10 +02:00
dependabot[bot]
d47c613dfb Bump django in /content/_code-samples/airgapped-wallet/py
Bumps [django](https://github.com/django/django) from 3.2.19 to 3.2.20.
- [Commits](https://github.com/django/django/compare/3.2.19...3.2.20)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-05 23:27:55 +00:00
Rome Reginelli
5116247da7 Merge pull request #1933 from XRPLF/xrpl-py-2.0
feat: Update xrpl-dev-portal to use xrpl-py 2.0
2023-07-05 15:00:32 -07:00
mDuo13
dde4e8c94b Airgapped wallet: remove redundant wallet import 2023-07-05 14:56:55 -07:00
AlexanderBuzz
b46e8a6ada Restructured Step 2 - 7 to "code along" style 2023-07-05 10:44:15 +02:00
AlexanderBuzz
3d9a3ca1d1 Restructured Step 0 + 1 to "code along" style 2023-07-03 17:33:36 +02:00
Dennis Dawson
ca14a46c65 Fix field name
Field ID "standbyNFTCountField" should be "standbyNFTokenCountField."
2023-06-27 16:48:27 -07:00
Rome Reginelli
91f140ce7a Merge pull request #1971 from 9oelM/update-ledger-index-key
Update outdated "ledger" key to "ledger_index" key
2023-06-23 15:32:05 -07:00
Dennis Dawson
aa71d90bca Merge pull request #1911 from XRPLF/pythonQuickstart
Quickstart Python draft
2023-06-23 11:31:18 -07:00
ddawson
a21ef00c4e python -> py 2023-06-23 11:17:20 -07:00
9oelM
5cff7b11c5 Update outdated "ledger" key to "ledger_index" key 2023-06-23 21:19:30 +08:00
ddawson
a441977796 Remove QS link. 2023-06-21 13:57:04 -07:00
ddawson
244b2945f7 Add ReadMe for JS 2023-06-21 13:39:11 -07:00
ddawson
a0fef7a975 update code 2023-06-21 12:12:33 -07:00
AlexanderBuzz
b96d3a31e5 Re-added code to clean branch 2023-06-20 13:57:07 +02:00
JST5000
968df9d379 Update param order for autofill_and_sign and sign_and_submit 2023-06-15 15:42:03 -07:00
JST5000
445b58bdd5 Remove unused import 2023-06-15 15:14:50 -07:00
JST5000
9e179c83c0 Use shorter names for sign/submit 2023-06-15 13:29:54 -07:00
JST5000
965d8c20a2 Change to AccountSetAsfFlag for enum 2023-06-08 15:43:39 -07:00
JST5000
89c3dd86da Fix check snippets 2023-06-08 15:39:22 -07:00
JST5000
cda4b6e18c Make build-a-wallet work with 2.0.0 2023-06-08 15:32:48 -07:00
JST5000
3bb6508907 Make sure airgapped wallet works locally 2023-06-08 15:16:08 -07:00
JST5000
7d0c298f12 Specify secp256k1 2023-06-08 14:36:14 -07:00
JST5000
3a6c7dac74 Change classic_address to address xrpl-py 2023-06-08 14:33:14 -07:00
JST5000
45d9e894ed Use autofill_and_sign as new name 2023-06-08 14:22:29 -07:00
Dennis Dawson
1cd287ff32 Update README.md 2023-06-07 14:06:26 -07:00
Dennis Dawson
8cdc7c57b5 Python Quickstart UI and module files
These files are still WIP, uploaded for review.
2023-06-07 14:00:24 -07:00
Dennis Dawson
fe6a478828 Create ReadMe.md 2023-06-07 13:58:17 -07:00
Dennis Dawson
1a1566b775 Add individual JavaScript example files. 2023-06-07 13:50:16 -07:00
Dennis Dawson
9e9d750f43 Delete quickstart.zip
Remove the archive and upload individual files.
2023-06-07 13:48:54 -07:00
JST5000
a5f3d15778 Remove wallets being initialized with sequence 2023-06-06 16:46:59 -07:00
Rome Reginelli
53712fb5cc Merge pull request #1935 from XRPLF/dependabot/npm_and_yarn/content/_code-samples/build-a-wallet/js/vite-4.1.5
Bump vite from 4.1.1 to 4.1.5 in /content/_code-samples/build-a-wallet/js
2023-06-06 13:09:40 -07:00