Move prerequisites up

This commit is contained in:
Dennis Dawson
2022-04-14 09:02:55 -07:00
committed by GitHub
parent 08fb3c5e0d
commit d490bb4d93

View File

@@ -27,6 +27,19 @@ When you create an account, you receive a public/private key pair offline. It do
## Prerequisites
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/quickstart.zip) archive.
## Usage
To get test accounts:
@@ -74,17 +87,6 @@ To transfer XRP between accounts:
# Prerequisites
To get started, create a new folder on your local disk and install the JavaScript library using `npm`.
```
npm install xrpl
```
# Code Walkthrough
You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/quickstart.zip) in the source repository for this website.