Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.42 KB

File metadata and controls

39 lines (26 loc) · 1.42 KB

IE Madrid Study Trip 2026 - Interoperability Workshop

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.

📚 Documentation

🛠 Resources

🌍 Community Links

🚀 Getting Started

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