mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-10 07:45:49 +00:00
docs: update README
This commit is contained in:
@@ -24,16 +24,22 @@ What is ripple-lib used for? The applications on the list linked above use `ripp
|
|||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
+ **[Node v10](https://nodejs.org/)** is recommended. Other versions may work but are not frequently tested.
|
+ **[Node.js v14](https://nodejs.org/)** is recommended. Other versions may work but are not frequently tested.
|
||||||
+ **[Yarn](https://yarnpkg.com/)** is recommended. `npm` may work but we use `yarn.lock`.
|
+ **[Yarn](https://yarnpkg.com/)** is recommended. `npm` may work but we use `yarn.lock`.
|
||||||
|
|
||||||
### Install
|
### Install
|
||||||
|
|
||||||
|
## Getting Started
|
||||||
|
|
||||||
|
See also: [RippleAPI Beginners Guide](https://xrpl.org/get-started-with-rippleapi-for-javascript.html)
|
||||||
|
|
||||||
In an existing project (with `package.json`), install `ripple-lib`:
|
In an existing project (with `package.json`), install `ripple-lib`:
|
||||||
```
|
```
|
||||||
$ yarn add ripple-lib
|
$ yarn add ripple-lib
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Then see the documentation:
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
+ [RippleAPI Beginners Guide](https://xrpl.org/get-started-with-rippleapi-for-javascript.html)
|
+ [RippleAPI Beginners Guide](https://xrpl.org/get-started-with-rippleapi-for-javascript.html)
|
||||||
|
|||||||
Reference in New Issue
Block a user