Welcome to your XRPL playground! Access training materials and exercises to learn how to develop on the XRP Ledger (XRPL). This workspace was designed for the XRPL Workshop at the University of Southampton.
- 🩵 XRPL Commons
- {X} Introduction to the XRP Ledger
- 🔀 Transactions
- 📊 Decentralized Exchanges (CLOB & AMM)
- 🧑💻 Coding Session: Payments
- Block Explorer: Devnet | Testnet
- Faucets: XRPL Testnet Faucets
Steps to set up this basic TypeScript + Node environment:
# 1. Clone the repository
git clone https://github.com/xrpl-commons/southampton-26.git
cd southampton-26
# 1-Alt. Open the project in GitHub Codespaces (Code -> Open with Codespaces -> New codespace)
# 2. Install dependencies
npm install
# 3. Run the project
npm start