mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
use js.xrpl.org as preferred URL for xrpl.js
This commit is contained in:
@@ -12,7 +12,7 @@ For other programming languages, you can access the XRP Ledger through the [HTTP
|
|||||||
| Language | Library Name | Get Started | API Reference | Source Code |
|
| Language | Library Name | Get Started | API Reference | Source Code |
|
||||||
|----------|--------------|-------------|---------------|-------------|
|
|----------|--------------|-------------|---------------|-------------|
|
||||||
| **Python** | `xrpl-py` | [Get Started Using Python](get-started-using-python.html) | [API Reference](https://xrpl-py.readthedocs.io/) | [Repo](https://github.com/XRPLF/xrpl-py) |
|
| **Python** | `xrpl-py` | [Get Started Using Python](get-started-using-python.html) | [API Reference](https://xrpl-py.readthedocs.io/) | [Repo](https://github.com/XRPLF/xrpl-py) |
|
||||||
| **JavaScript** / **TypeScript** | `xrpl.js` | [Get Started](get-started-using-javascript.html) | [API Reference](https://xrplf.github.io/xrpl.js/) | [Repo](https://github.com/XRPLF/xrpl.js) |
|
| **JavaScript** / **TypeScript** | `xrpl.js` | [Get Started](get-started-using-javascript.html) | [API Reference](https://js.xrpl.org/) | [Repo](https://github.com/XRPLF/xrpl.js) |
|
||||||
| **C++** | `rippled` Signing Library | [Get Started](https://github.com/ripple/rippled/tree/develop/Builds/linux#signing-library) | | (Part of [`rippled`](https://github.com/ripple/rippled/)) |
|
| **C++** | `rippled` Signing Library | [Get Started](https://github.com/ripple/rippled/tree/develop/Builds/linux#signing-library) | | (Part of [`rippled`](https://github.com/ripple/rippled/)) |
|
||||||
| **Java** | `xrpl4j` | [Get Started Using Java](get-started-using-java.html) | [API Reference](https://javadoc.io/doc/org.xrpl/) | [Repo](https://github.com/XRPLF/xrpl4j) |
|
| **Java** | `xrpl4j` | [Get Started Using Java](get-started-using-java.html) | [API Reference](https://javadoc.io/doc/org.xrpl/) | [Repo](https://github.com/XRPLF/xrpl4j) |
|
||||||
| **Ruby** | `xrbp` | | [API Reference](https://www.rubydoc.info/gems/xrbp) | [Repo](https://github.com/DevNullProd/xrbp) |
|
| **Ruby** | `xrbp` | | [API Reference](https://www.rubydoc.info/gems/xrbp) | [Repo](https://github.com/DevNullProd/xrbp) |
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ Now that you know how to use `xrpl.js` to connect to the XRP Ledger, generate a
|
|||||||
- **Tutorials:**
|
- **Tutorials:**
|
||||||
- [Send XRP](send-xrp.html)
|
- [Send XRP](send-xrp.html)
|
||||||
- **References:**
|
- **References:**
|
||||||
- [`xrpl.js` Reference](https://xrplf.github.io/xrpl.js/)
|
- [`xrpl.js` Reference](https://js.xrpl.org/)
|
||||||
- [Public API Methods](public-rippled-methods.html)
|
- [Public API Methods](public-rippled-methods.html)
|
||||||
- [API Conventions](api-conventions.html)
|
- [API Conventions](api-conventions.html)
|
||||||
- [base58 Encodings](base58-encodings.html)
|
- [base58 Encodings](base58-encodings.html)
|
||||||
|
|||||||
Reference in New Issue
Block a user