Code samples cleanup:

- Move Quickstart to a language folder
- Copy-edits to code sample blurbs/titles
This commit is contained in:
mDuo13
2022-05-13 13:20:43 -07:00
parent cafb714104
commit e38318abb0
10 changed files with 14 additions and 31 deletions

View File

@@ -1,22 +1,5 @@
# Quickstart Samples Archive
Build a simple test interface for the XRPL.
Create a test harness for XRPL features using 4 iterative HTML pages and accompanying JavaScript files.
This folder contains the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/quickstart.zip) archive, which includes 4 iterative HTML pages as a test harness for XRPL features, with accompanying JavaScript files. The archive includes the following files:
1.get-accounts-send--xrp.html
2.create-trustline-send-currency.html
3.mint-nfts.html
4.transfer-nfts.html
ripplex1-send-xrp.js
ripplex2-send-currency.js
ripplex3-mint-nfts.js
ripplex4-transfer-nfts.js
Get up and running with the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/js/quickstart.zip) archive, which includes 4 iterative HTML pages as a test harness for XRPL features, with accompanying JavaScript files. For the full explanation, see the [XRPL Quickstart Tutorial](https://xrpl.org/xrpl-quickstart.html).