Merge pull request #1692 from XRPLF/fix1443

Add note re download zip
This commit is contained in:
Dennis Dawson
2023-01-26 16:44:32 -08:00
committed by GitHub
3 changed files with 6 additions and 2 deletions

View File

@@ -34,6 +34,8 @@ To get started, create a new folder on your local disk and install the JavaScrip
Download and expand the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/js/quickstart.zip){.github-code-download} archive.
**Note:** Without the Quickstart Samples, you will not be able to try the examples that follow.
## Usage
To get test accounts:

View File

@@ -28,6 +28,8 @@ This example shows how to:
You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/js/quickstart.zip){.github-code-download} archive to try each of the samples in your own browser.
**Note:** Without the Quickstart Samples, you will not be able to try the examples that follow.
## Usage

View File

@@ -48,14 +48,14 @@ There are also expanded lessons demonstrating how to [Broker a NFToken Sale](bro
To get started, create a new folder on your local disk and install the JavaScript library using `npm`.
```
npm install xrpl
```
Download and expand the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/js/quickstart.zip){.github-code-download} archive.
**Note:** Without the Quickstart Samples, you will not be able to try the examples that follow.
---
| Previous | Next |