Files
xrpl-dev-portal/content/@i18n/ja/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.8 KiB

html, parent, blurb
html parent blurb
client-libraries.html references.html これらのライブラリを使用して、お好みのプログラミング言語からXRP Ledgerにアクセスします。

クライアントライブラリ

これらのクライアントライブラリは、XRP Ledgerのデータにアクセスし処理するための一般的な作業の一部を簡素化し、それぞれのプログラミング言語のネイティブな規約に従った形でデータを表示します。

その他のプログラミング言語の場合、HTTP APIs を通してXRP Ledgerにアクセスすることが可能です。

言語 ライブラリ名 Get Started APIリファレンス ソースコード
Python xrpl-py Pythonを使ってみよう API リファレンス リポジトリ
JavaScript / TypeScript xrpl.js JavaScriptを使ってみよう API リファレンス リポジトリ
C++ rippled 署名ライブラリ 署名ライブラリを使ってみよう (rippled)の一部
Java xrpl4j Javaを使ってみよう API リファレンス リポジトリ
Ruby xrbp API リファレンス リポジトリ