mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
1.5 KiB
1.5 KiB
html, parent, blurb
| html | parent | blurb |
|---|---|---|
| client-libraries.html | references.html | Use these libraries to access the XRP Ledger from your programming language of choice. |
Client Libraries
These client libraries simplify some of the common work of accessing and processing XRP Ledger data, and present it in a form that matches with the native conventions of their respective programming languages.
For other programming languages, you can access the XRP Ledger through the HTTP APIs.
| Language | Library Name | Get Started | API Reference | Source Code |
|---|---|---|---|---|
| Python | xrpl-py |
Get Started Using Python | API Reference | Repo |
| JavaScript / TypeScript | xrpl.js |
Get Started | API Reference | Repo |
| C++ | rippled Signing Library |
Get Started | (Part of rippled) |
|
| Java | xrpl4j |
Get Started Using Java | API Reference | Repo |
Tip: To add a client library not listed here, please suggest changes to this page!