diff --git a/content/_code-samples/quickstart/js/ReadMe.md b/content/_code-samples/quickstart/js/ReadMe.md new file mode 100644 index 0000000000..ae79c34d18 --- /dev/null +++ b/content/_code-samples/quickstart/js/ReadMe.md @@ -0,0 +1,5 @@ +# Quickstart JavaScript Examples + +Run a test harness for XRPL features using HTML UI and JavaScript module files. + +The examples are iterative, building one on another to gradually introduce new behavior. For a full explanation, see the XRPL Quickstart Tutorial (JavaScript).