mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
Bump electron ver and fix build a wallet readmes
This commit is contained in:
3
content/_code-samples/build-a-browser-wallet/README.md
Normal file
3
content/_code-samples/build-a-browser-wallet/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Build a Browser Wallet
|
||||
|
||||
Implement a non-custodial wallet application that runs on in a web browser and can check an account's balances, send XRP, and notify when the account receives incoming transactions.
|
||||
@@ -1,3 +1,3 @@
|
||||
# Build a Wallet
|
||||
|
||||
Implement a non-custodial wallet application that can check an account's balances, send XRP, and notify when the account receives incoming transactions.
|
||||
Implement a non-custodial wallet application that runs on a desktop and can check an account's balances, send XRP, and notify when the account receives incoming transactions.
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
# Build a Desktop Wallet Sample Code (JavaScript)
|
||||
|
||||
This folder contains sample code for a non-custodial XRP Ledger wallet application in JavaScript. For the full
|
||||
documentation, refer to the [Build a Wallet in JavaScript tutorial](build-a-wallet-in-javascript.html).
|
||||
Build a non-custodial XRP Ledger wallet application in JavaScript that runs on the desktop using Electron.
|
||||
|
||||
For the full documentation, refer to the [Build a Wallet in JavaScript tutorial](build-a-wallet-in-javascript.html).
|
||||
|
||||
## TL;DR
|
||||
|
||||
|
||||
@@ -23,6 +23,6 @@
|
||||
"xrpl": "^2.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "22.3.2"
|
||||
"electron": "22.3.24"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -76,7 +76,7 @@ In addition to the above features, you'll also learn a bit about Events, IPC (in
|
||||
"xrpl": "^2.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "22.3.2"
|
||||
"electron": "22.3.24"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user