Commit Graph

37 Commits

Author SHA1 Message Date
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
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
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
AlexanderBuzz
b96d3a31e5 Re-added code to clean branch 2023-06-20 13:57:07 +02: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
Rome Reginelli
c5685fe0cb Merge pull request #1921 from XRPLF/dependabot/pip/content/_code-samples/build-a-wallet/py/requests-2.31.0
Bump requests from 2.25.1 to 2.31.0 in /content/_code-samples/build-a-wallet/py
2023-06-06 13:04:32 -07:00
dependabot[bot]
e282692b4c Bump vite in /content/_code-samples/build-a-wallet/js
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.1.1 to 4.1.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.1.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.1.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 02:13:34 +00:00
Jackson Mills
910cfa91d4 Update .env in js wallet tutorial (#1922)
The tutorial explains the right way to do things, but the example code has a file that is out of date. It shows CLIENT="wss://s.altnet.rippletest.net" which is missing the ":51233/" required to actually connect via websocket.
2023-05-25 09:01:47 -07:00
dependabot[bot]
6657bdabf8 Bump requests in /content/_code-samples/build-a-wallet/py
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0.
- [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.25.1...v2.31.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 01:37:08 +00:00
Tushar Pardhe
8c888bd248 Build a wallet using js - JS Bounty (#1752)
Created javascript tutorial with feedback from @mDuo13 and @JST5000 to teach folks how to build a wallet for the xrpl using javascript.
2023-05-09 16:52:21 -07:00
ddawson
9c8b152d59 Remove NFT-Devnet refs 2023-01-25 11:46:14 -08:00
mDuo13
cafb714104 Code samples: copy edit descriptions 2022-05-10 14:23:59 -07:00
mDuo13
60cfb42749 Build a Wallet: another bonus step with code for regular key & commandline network switch 2022-02-04 15:03:03 -08:00
mDuo13
361ca0dcfc Wallet tutorial: allow creation of new accounts by default 2022-02-04 14:08:48 -08:00
mDuo13
435e1e35a4 Wallet tutorial: refactor bonus owned objects code 2022-02-02 17:42:16 -08:00
mDuo13
3e824759fd Wallet tutorial: more polish 2022-02-01 15:16:33 -08:00
mDuo13
222a7760d1 Improve async setup code 2022-01-31 13:40:18 -08:00
mDuo13
effc4d470e Build a Wallet: finished draft of tutorial 2022-01-21 19:09:50 -08:00
mDuo13
0dd06fac41 Wallet tutorial: docs thru step 5 2022-01-20 17:21:24 -08:00
mDuo13
4dba0cf70f Build a Wallet: progress thru step 3:
- Tutorial docs through step 3 (inputting an account)
- New screenshots
- Minor code cleanup
- Fix the include_code filter to better handle indentation in Python
  code
2022-01-19 17:33:23 -08:00
mDuo13
14a1fc84d7 Build a Wallet tutorial: text for first few steps 2022-01-18 19:04:34 -08:00
mDuo13
773cabbe5c Build wallet: Backport refactor from step 6 2022-01-13 18:36:52 -08:00
mDuo13
e8a5847cc5 Build Wallet code: better separation of concerns 2022-01-11 17:07:19 -08:00
mDuo13
b2668b7de9 Build Wallet: cleaned up, feature-complete code 2022-01-06 18:39:36 -08:00
mDuo13
2756c663f9 Working hybrid async/thread code w/ domain verif 2022-01-05 18:09:07 -08:00
mDuo13
08e0b5d442 Build a wallet: non-working verify funcs 2021-12-21 14:57:29 -08:00
mDuo13
232b5284a5 Build wallet: start migrating to async 2021-12-20 20:57:47 -08:00
mDuo13
06218c1b97 Build a Wallet: some polish in the UI 2021-11-16 19:53:58 -08:00
mDuo13
372edca00d Build a Wallet: refactor + notif on send 2021-11-15 17:43:18 -08:00
mDuo13
e073d1f3e8 Build a wallet: tx history 2021-11-12 16:33:45 -08:00
mDuo13
f8e2d52421 Send XRP: full send dialog 2021-11-09 17:56:32 -08:00
mDuo13
355e5884d8 Build wallet: fix send xrp proof of concept 2021-11-08 18:02:33 -08:00
mDuo13
3041826f89 Build wallet tutorial: send XRP button (incomplete) 2021-11-08 10:42:57 -08:00
mDuo13
7eeeb4c659 Build a wallet tutorial: show account objects 2021-10-29 18:10:50 -07:00
mDuo13
b70b4d3f64 Build a wallet tutorial: draft steps 1-3
1. wxPython app that shows XRPL data (once)
2. threaded app monitoring XRPL in background
3. Decode address & watch for balance
2021-10-29 12:14:05 -07:00