mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
Move prerequisites up
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user