JS get started: more edits per feedback

This commit is contained in:
mDuo13
2021-10-20 13:18:00 -07:00
parent e65e95e050
commit a4bdf4ae2b
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ if (typeof module !== "undefined") {
// Example credentials
const wallet = xrpl.Wallet.fromSeed("sn3nxiW7v8KXzPzAqzyHXbSSKNuN9")
console.log(wallet.address) // rMCcNuTcajgw7YTgBy1sys3b89QqjUrMpH
// Connect -------------------------------------------------------------------
async function main() {

View File

@@ -35,7 +35,7 @@ To follow this tutorial, you should have some familiarity with writing code in J
## Install with npm
Start a new project by creating an empty folder, then change into that folder and use [NPM](https://www.npmjs.com/) to install the latest version of xrpl.js:
Start a new project by creating an empty folder, then move into that folder and use [NPM](https://www.npmjs.com/) to install the latest version of xrpl.js:
```sh
npm install xrpl