xrpl.js 2.0 release edits

- Final CDN URLs; remove TODOs
- Update sample code in Use Tickets tutorial
This commit is contained in:
mDuo13
2021-10-20 11:27:17 -07:00
parent bea3f71601
commit 92a8faecac
17 changed files with 161 additions and 139 deletions

View File

@@ -30,7 +30,7 @@ In this tutorial, you'll learn:
## Requirements
To follow this tutorial, you should have some familiarity with writing code in JavaScript and managing small JavaScript projects. In browsers, any modern web browser with JavaScript support should work fine. In Node.js, **version 14** is recommended. It may work with other versions, but they aren't regularly tested.
To follow this tutorial, you should have some familiarity with writing code in JavaScript and managing small JavaScript projects. In browsers, any modern web browser with JavaScript support should work fine. In Node.js, **version 14** is recommended. Node.js versions 12 and 16 are also regularly tested.
## Install with npm
@@ -68,8 +68,6 @@ Add a `<script>` tag such as the following to your HTML:
You can load the library from a CDN as in the above example, or download a release and host it on your own website.
***TODO: get a working CDN URL when released***
This loads the module into the top level as `xrpl`.
#### Node.js