Files
xrpl-dev-portal/content/@i18n/ja/references/client-libraries.md
mDuo13 26b3939747 [JA] Move files to a dir compatible with Redocly
The new folder will be compatible with both Dactyl and Redocly when it
comes to loading the Japanese translation for a given page.

Snippets are not moved for now because importing them would require
more complex changes to the actual Markdown pages, and wouldn't be
cross-compatible anyway (Redocly uses slightly different 'partial'
rather than 'include' syntax.)
2023-10-09 11:33:55 -07:00

2.0 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 リファレンス リポジトリ

ヒント: ここに掲載されていないクライアントライブラリを追加するには、このページの変更を提案してください!