Skip to content

Contributing Guide

garotm edited this page Apr 9, 2025 · 1 revision

Contributing to fleXRPL

Thank you for considering contributing to fleXRPL projects! We welcome developers of all experience levels to help improve our XRPL ecosystem tools.

Table of Contents

Getting Started

Prerequisites

  • Python 3.10+ (brew install python/pyenv)
  • Swift 5.9+ (xcode-select --install)
  • Xcode 15+ (for iOS/macOS components)
  • Homebrew (recommended package manager)
  • Basic XRPL protocol understanding
# For Python projects
pip install -r requirements-dev.txt

# For Swift projects
brew install cocoapods
pod install

Clone this wiki locally