Commit Graph

1046 Commits

Author SHA1 Message Date
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
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
AlexanderBuzz
f19b4b6547 Restructured Step 8 to "code along" style 2023-07-06 08:30:21 +02: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
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
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
Alexander Busse
250a9c7199 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:10 +02:00
Alexander Busse
5d17e9e57a Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2023-07-01 16:43:58 +02:00
Alexander Busse
84d9a3c93a Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2023-07-01 16:43:40 +02: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
9oelM
5cff7b11c5 Update outdated "ledger" key to "ledger_index" key 2023-06-23 21:19:30 +08:00
ddawson
4d046de68f restore QS code link 2023-06-22 11:24:26 -07:00
ddawson
ffe93b1697 Rem Code Samples link 2023-06-21 14:38:34 -07:00
ddawson
901437b2f9 Fix link to code 2023-06-21 14:17:17 -07:00
ddawson
dc0e3ca191 add auth minter 2023-06-21 11:39:15 -07:00
ddawson
d152f75db5 Fixes per GregW 2023-06-21 11:11:07 -07:00
AlexanderBuzz
b96d3a31e5 Re-added code to clean branch 2023-06-20 13:57:07 +02:00
ddawson
73679228b4 Update screenshots 2023-06-08 14:49:26 -07:00
JST5000
3a6c7dac74 Change classic_address to address xrpl-py 2023-06-08 14:33:14 -07:00
ddawson
96d3c62632 fiddle with URL 2023-06-07 14:39:34 -07:00
ddawson
2b0c8b9649 add missing paren 2023-06-07 14:09:33 -07:00
ddawson
c5045c95ad Fix HTML name 2023-06-07 13:29:48 -07:00
ddawson
9ee7434ef6 Fix links 2023-06-07 12:22:45 -07:00
ddawson
f60618e9b7 NFToken -> NFT 2023-06-07 10:18:21 -07:00
ddawson
bcee652823 Fix parent refs 2023-06-06 15:18:37 -07:00
ddawson
9c8881dd38 QS toc update 2023-06-06 14:42:09 -07:00
JST5000
98277c92e3 Fix prepare-payment preprocessing 2023-06-05 16:28:15 -07:00
JST5000
676e75da16 send_reliable_submission -> submit_and_wait 2023-06-05 16:05:04 -07:00
ddawson
d168f722a0 Add (Python) to title 2023-06-02 10:00:05 -07:00
ddawson
8d0de0c2eb fix graphic links 2023-06-01 17:00:47 -07:00
ddawson
ec98916a09 Add 3 tutorials 2023-06-01 14:17:57 -07:00
ddawson
37c893b8fc Snake case! 2023-05-18 16:59:25 -07:00
ddawson
ace77f4660 Quickstart Python draft 2023-05-17 17:26:37 -07:00