Welcome to your interoperability playground! Access training materials and exercises to learn how to make blockchains interoperable with the XRP Ledger (XRPL). This workspace was designed for the interoperability workshop during the IE Madrid Study Trip 2026.
- Block Explorer: Devnet | Testnet
- Axelar Explorer: 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/ie-interop-workshop.git
cd ie-interop-workshop
# 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