mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
For better URLs, the content folder has been renamed 'docs' and all other files have been moved up a level. Also, non-docs images have been moved to the static folder at the top level where they belong. Many relative paths had to be fixed to make this work.
2.7 KiB
2.7 KiB
html, parent, seo
| html | parent | seo | ||
|---|---|---|---|---|
| client-libraries.html | references.html |
|
クライアントライブラリ
これらのクライアントライブラリは、XRP Ledgerのデータにアクセスし処理するための一般的な作業の一部を簡素化し、それぞれのプログラミング言語のネイティブな規約に従った形でデータを表示します。
その他のプログラミング言語の場合、HTTP APIsを通してXRP Ledgerにアクセスすることが可能です。
| 言語 | ライブラリ名 | Get Started | APIリファレンス | ソースコード |
|---|---|---|---|---|
| Python | xrpl-py |
Pythonを使ってみよう | API リファレンス | リポジトリ |
| JavaScript / TypeScript | xrpl.js |
JavaScriptを使ってみよう | API リファレンス | リポジトリ |
| JavaScript / TypeScript | xrpl-client |
触ってみる | NPM リファレンス | リポジトリ |
| JavaScript / TypeScript | xrpl-accountlib |
触ってみる | NPM リファレンス | リポジトリ |
| C++ | rippled 署名ライブラリ |
署名ライブラリを使ってみよう | (rippled)の一部 |
|
| Java | xrpl4j |
Javaを使ってみよう | API リファレンス | リポジトリ |
| PHP | XRPL_PHP |
PHPを使ってみよう | XRPL_PHP ドキュメント | リポジトリ |