Merge pull request #1702 from XRPLF/add-memos

Add memos to interactive tutorials
This commit is contained in:
Rome Reginelli
2023-01-27 18:33:56 -08:00
committed by GitHub
4 changed files with 33 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ labels:
<!-- Source for this specific tutorial's interactive bits: -->
<script type="application/javascript" src="assets/js/tutorials/use-tickets.js"></script>
{% set use_network = "Devnet" %}<!--TODO: change to Testnet eventually. NOTE, Testnet is a few days behind Mainnet in getting the amendment one enabled -->
{% set use_network = "Testnet" %}
This page provides JavaScript examples that use the [xrpl.js](https://js.xrpl.org/) library. See [Get Started Using JavaScript](get-started-using-javascript.html) for setup instructions.