Welcome to the XRPL Blockchain Day playground!
This repository contains training materials and exercises to help you learn how to build decentralized applications on the XRP Ledger (XRPL).
It is designed for the TUM Blockchain Conference 2025 during the XRPL Blockchain Day event.
- 🩵 Presentation of XRPL Commons
- {X} Introduction to the XRP Ledger
- 🔀 Wallet & Transactions
- 🌐 Multi-signature Transactions
- 🆕 Batch Transactions
- 🔛 Issued Tokens & TrustLines
- 💱 Decentralized Exchanges (DEX): AMM & CLOB
- Block Explorers: Devnet | Testnet
- Faucets: XRPL Testnet Faucets
- Transaction References: XRPL Transaction Types
Follow these steps to set up a basic TypeScript + Node.js environment:
# 1. Clone the repository
git clone https://github.com/xrpl-commons/xrpl-day-tum-2025.git
cd xrpl-day-tum-2025
# 2. Install dependencies
npm install
# 3. Start the project
npm start