mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
The changes in this commit were auto-generated by running tool/migrate.sh Following this commit, the Dactyl build no longer works but the Redocly build (mostly) should.
2.7 KiB
2.7 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 リファレンス | リポジトリ |
| JavaScript / TypeScript | xrpl-client |
触ってみる | NPM リファレンス | リポジトリ |
| JavaScript / TypeScript | xrpl-accountlib |
触ってみる | NPM リファレンス | リポジトリ |
| C++ | rippled 署名ライブラリ |
署名ライブラリを使ってみよう | (rippled)の一部 |
|
| Java | xrpl4j |
Javaを使ってみよう | API リファレンス | リポジトリ |
| PHP | XRPL_PHP |
PHPを使ってみよう | XRPL_PHP ドキュメント | リポジトリ |