mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-05 05:15:48 +00:00
13 lines
650 B
Plaintext
13 lines
650 B
Plaintext
# Introduction
|
|
|
|
RippleAPI is the official client library to the Ripple Consensus Ledger. Currently, RippleAPI is only available in JavaScript.
|
|
Using RippleAPI, you can:
|
|
|
|
* [Query transactions from the network](#gettransaction)
|
|
* [Sign](#sign) transactions securely without connecting to any server
|
|
* [Submit](#submit) transactions to the Ripple Consensus Ledger, including [Payments](#payment), [Orders](#order), [Settings changes](#settings), and [other types](#transaction-types)
|
|
* [Generate a new Ripple Address](#generateaddress)
|
|
* ... and [much more](#api-methods).
|
|
|
|
RippleAPI only provides access to *validated*, *immutable* transaction data.
|