AlexanderBuzz
e7f8ebf065
Merge branch 'Bounties-JavaScriptSamples-DesktopWallet' of https://github.com/AlexanderBuzz/xrpl-dev-portal into Bounties-JavaScriptSamples-DesktopWallet
2023-07-13 09:27:43 +02:00
AlexanderBuzz
69e49df3a9
Clarified preload.js description in Step 4
2023-07-13 09:26:52 +02:00
AlexanderBuzz
afdbc75089
Fixed typos in tutorial
2023-07-13 09:11:02 +02:00
Alexander Busse
04d95be593
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-13 09:07:30 +02:00
AlexanderBuzz
27de16979e
Fixed typo in tutorial file reference
2023-07-13 09:06:25 +02:00
AlexanderBuzz
11b26958b3
Removed reset button from HTML dialog elements
2023-07-13 09:05:32 +02:00
Alexander Busse
11d9ea8f69
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-13 08:57:03 +02:00
Rome Reginelli
210894fb8a
Merge pull request #1997 from XRPLF/dependabot/npm_and_yarn/styles/semver-5.7.2
...
Bump semver from 5.7.1 to 5.7.2 in /styles
2023-07-12 14:37:16 -07:00
Rome Reginelli
b2785da5eb
Merge pull request #1994 from develoQ/ja-fix-md-link
...
[JA] fix OfferCreate markdown link
2023-07-12 14:36:49 -07:00
Rome Reginelli
f7cf71e9e5
Merge pull request #1925 from XRPLF/new-iconset
...
New iconset
2023-07-12 14:32:01 -07:00
dependabot[bot]
a6e2badc68
Bump semver from 5.7.1 to 5.7.2 in /styles
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-12 16:57:12 +00:00
Rome Reginelli
9b941b2c99
Merge pull request #1993 from develoQ/ja-fix-account-codes
...
[JA] Fix collapsed appearance of account codes
2023-07-11 15:45:34 -07:00
akcodez
12e6c5ce79
fixes hover in docs sidebar
2023-07-11 12:18:55 -07:00
tequ
1cc61597f7
[JA] fix markdown link
2023-07-11 14:59:09 +09:00
Aria Keshmiri
4879a62b08
Merge pull request #1989 from XRPLF/events-updates-2
...
adds proper discord ama invite link
2023-07-10 10:16:55 -07:00
AlexanderBuzz
b4cf2fef3d
Fixed ambivalent formatting issue in Step 2
2023-07-10 16:54:10 +02:00
AlexanderBuzz
3e719ecbe9
Fixed typo
2023-07-10 16:42:35 +02:00
AlexanderBuzz
e223f6a477
Split description in Step 2 for more clarity
2023-07-10 16:40:53 +02:00
AlexanderBuzz
49dc9c20af
Added description of expected application behavior on startup (for each step)
2023-07-10 16:38:03 +02:00
AlexanderBuzz
436163842c
Fixed typos
2023-07-10 15:44:37 +02:00
Alexander Busse
5097179605
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-10 15:40:08 +02:00
Alexander Busse
ea38cc9c29
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-10 15:39:48 +02:00
Alexander Busse
7176e17540
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-10 15:39:28 +02:00
Alexander Busse
c70d3f516a
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-10 15:39:17 +02:00
Alexander Busse
4dc145f63d
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-10 15:38:01 +02:00
Alexander Busse
6aeb02391f
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-10 15:37:49 +02:00
Alexander Busse
b6b4ff16a9
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-10 15:37:11 +02:00
Alexander Busse
c251289c1c
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-10 15:36:32 +02:00
Alexander Busse
0ccaee255a
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-10 15:36:22 +02:00
tequ
b78557240c
[JA] fix collapsed appearance of account codes
2023-07-10 10:14:37 +09:00
Elliot Lee
f4c7770521
Improve install-rippled-on-ubuntu.md
...
`mv` will rename the file (instead of moving it into a destination directory) if the destination directory does not exist. By providing the `/`, we are being explicit that we want the file to be moved.
If the earlier `mkdir` command was skipped or failed, we want `mv` to report an error, instead of silently renaming the key file to `keyrings`, which would not make sense.
Supplying a command to `gpg` prevents the warning which was previously shown in the gpg output.
2023-07-07 16:09:17 -07:00
Rome Reginelli
bda61beef6
Merge pull request #1987 from XRPLF/dependabot/pip/content/_code-samples/airgapped-wallet/py/django-3.2.20
...
Bump django from 3.2.19 to 3.2.20 in /content/_code-samples/airgapped-wallet/py
2023-07-06 13:24:27 -07:00
Rome Reginelli
1caa1a13f5
Merge pull request #1988 from XRPLF/events-updates-2
...
adds new hackathon and ama to events page
2023-07-06 13:23:40 -07:00
akcodez
216652ba22
adds proper discord ama invite link
2023-07-06 12:48:55 -07:00
akcodez
61b3ed5395
resolving conflicts w master
2023-07-06 11:33:25 -07:00
akcodez
fd4fdaec7b
adds new hackathon and ama to events page
2023-07-06 11:05:40 -07:00
AlexanderBuzz
f19b4b6547
Restructured Step 8 to "code along" style
2023-07-06 08:30:21 +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
6350dfe50a
gitignore: add .venv
2023-07-05 14:59:28 -07:00
mDuo13
dde4e8c94b
Airgapped wallet: remove redundant wallet import
2023-07-05 14:56:55 -07:00
Rome Reginelli
ca70a6080b
Merge pull request #1984 from nkramer44/patch-2
...
Fix NFTokenPage PageMin field names in example json
2023-07-05 14:36:52 -07:00
Rome Reginelli
f8c88da76d
Merge pull request #1976 from XRPLF/rippled_1.11.0
...
rippled 1.11.0 changes
2023-07-05 14:35:44 -07:00
JST5000
72cd29a9a8
Link to submit_and_wait instead of send_reliable_submission
2023-07-05 09:13:38 -07:00
AlexanderBuzz
b46e8a6ada
Restructured Step 2 - 7 to "code along" style
2023-07-05 10:44:15 +02:00
AlexanderBuzz
bad6ce54ba
Restructured Step 0 + 1 to "code along" style
2023-07-03 17:33:57 +02:00
AlexanderBuzz
3d9a3ca1d1
Restructured Step 0 + 1 to "code along" style
2023-07-03 17:33:36 +02:00
Alexander Busse
2fd5bb48d9
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-01 16:45:11 +02:00
Alexander Busse
b9eabf2159
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-01 16:44:57 +02:00
Alexander Busse
3853b76eb9
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-01 16:44:24 +02:00