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 Insight event at the Nova School of Business and Economics.
- π©΅ XRPL Commons Presentation
- {X} Introduction to XRP Ledger
- πͺͺ Generate a wallet
βοΈ Execute a transfer- π§βπ» Coding session: Payments
- π Overview of features
- 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/nova-xrpl-workshop-25.git
cd nova-xrpl-workshop-25
# 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