Files
xrpl-dev-portal/content/references/client-libraries.md
mDuo13 3abbe83110 Remove currentpage.md variables
As part of the Redocly migration, I'm removing syntax that isn't
compatible with the new portal. In many of these cases, the existing
if/else statements weren't working as intended anyway because they
hadn't been updated after the files had been renamed.

In the case of the Client Libraries page, I've removed mention of
editing the page to contribute client libraries for now; when someone
adds guidelines (issue #2266) it would make sense to add a link to those
guidelines in that place instead.
2023-11-14 16:32:08 -08:00

1.4 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