{% extends "base.html.jinja" %}
{% block mainclasses %}landing landing-children padded-main{% endblock %}
{% set categoriesTutorials = [
{
"id": "beginner",
"title": "Beginner Tutorials",
"description": "",
"children": [
{
"title": "Quickstart",
"description": "This Quickstart tutorial walks you through a test harness interface to try out the XRP Ledger.",
"href": "xrpl-quickstart.html",
"img": "",
},
]
},
{
"id": "sdk",
"title": "Get started with SDKs",
"description": "These tutorials walk you through the basics of building a very simple XRP Ledger-connected application using SDKs.",
"children": [
{
"title": "Python",
"description": "Using xrpl.py, a pure Python library.",
"href": "get-started-using-python.html",
"img": "./assets/img/logos/python.svg",
},
{
"title": "Java",
"description": "Using xrpl4j, a pure Java library.",
"href": "get-started-using-java.html",
"img": "./assets/img/logos/java.svg",
},
{
"title": "Javascript",
"description": "Using the xrpl.js client library.",
"href": "get-started-using-javascript.html",
"img": "./assets/img/logos/javascript.svg",
},
{
"title": "HTTP & Websocket APIs",
"description": "Access the XRP Ledger directly through the APIs of its core server.",
"href": "http-websocket-apis.html",
"img": "./assets/img/logos/globe.svg",
},
]
},
{
"id": "use-cases",
"title": "XRP Ledger Use Cases",
"description": "",
"children": [
{
"title": "Payments",
"description": "Send and receive payments on the XRP Ledger.",
"href": "payment.html",
"img": "",
},
{
"title": "Tokens",
"description": "Create and trade fungible and non-fungible tokens on the XRP Ledger.",
"href": "tokens.html",
"img": "",
},
]
},
{
"id": "servers",
"title": "Manage the XRP Ledger Servers",
"description": "",
"children": [
{
"title": "Install rippled Server",
"description": "These tutorials describe the steps to install and update the core XRP Ledger server.",
"href": "install-rippled.html",
"img": "",
"external": true,
},
{
"title": "Configure rippled Server",
"description": "These tutorials describe the steps to customize your rippled server configuration.",
"href": "configure-rippled.html",
"img": "",
"external": true,
},
{
"title": "Run rippled in Standalone Mode",
"description": "These tutorials describe the steps to run rippled in stand-alone mode and test features without a full network.",
"href": "use-stand-alone-mode.html",
"img": "",
"external": true,
},
{
"title": "Install Clio Server",
"description": "This tutorial describes the steps to install the Clio server on Ubuntu platform.",
"href": "install-clio-on-ubuntu.html",
"img": "",
},
]
},
{
"id": "businesses",
"title": "XRP Ledger Businesses",
"description": "This section demonstrates how to follow various best practices for running businesses that interface with the XRP Ledger, such as exchanges listing XRP and gateways issuing currency in the XRP Ledger.",
"children": [
{
"title": "List XRP as an Exchange",
"description": "Run a digital asset exchange? Follow these steps to add XRP.",
"href": "list-xrp-as-an-exchange.html",
"img": "",
},
{
"title": "Become a Stablecoin Issuer",
"description": "Stablecoin issuers link tokens in the XRP Ledger to assets in the outside world.",
"href": "become-an-xrp-ledger-gateway.html#become-a-stablecoin-issuer",
"img": "",
},
]
},
]%}
{% block right_sidebar %}
{{ currentpage.blurb }}
{% endif %} {% set show_blurbs = True %} {% set depth= 1 %} {% macro tutorialCard(title, description, href, img, external) %}{{description}}
{{category.description}}