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 Guelph.
βοΈ Payments- π° Issued Currencies & Trustlines
- π Decentralized Exchanges (CLOB & AMM)
- 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/lyon1-xrpl-workshop-26.git
cd lyon1-xrpl-workshop-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