Merge pull request #1143 from XRPLF/issue_token_tutorial

"Issue a token" tutorial
This commit is contained in:
Rome Reginelli
2021-08-27 11:18:31 -07:00
committed by GitHub
38 changed files with 2507 additions and 284 deletions

View File

@@ -156,7 +156,6 @@ $(document).ready(() => {
{% if currentpage.embed_ripple_lib %}
<!-- ripple-lib & prerequisites -->
{{currentpage.lodash_tag}}
{{currentpage.ripple_lib_tag}}
{% endif %}

View File

@@ -99,7 +99,6 @@
{% endblock %}
{% block endbody %}
{{currentpage.lodash_tag}}
{{currentpage.ripple_lib_tag}}
<script type='text/javascript' src='assets/js/rpc-tool.js'></script>