mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-26 22:55:49 +00:00
Basic file layout of references (ledger formats, transaction formats)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# Admin rippled Methods
|
||||
|
||||
Communicate directly with a `rippled` server using these admin API methods.
|
||||
|
||||
Admin methods are meant only for trusted personnel in charge of keeping the server operational. Admin methods include commands for managing, monitoring, and debugging the server.
|
||||
|
||||
Admin commands are available only if you connect to `rippled` on a host and port that the `rippled.cfg` file identifies as admin. By default, the commandline client uses an admin connection.
|
||||
<!--{# TODO: add a link to a doc that specifically talks about how to set this config setting #}-->
|
||||
|
||||
* **[Key Generation Methods](x)**
|
||||
<!--{# TODO: provide overview text of what this method type is all about #}-->
|
||||
|
||||
* **[Logging and Data Management Methods](x)**
|
||||
<!--{# TODO: provide overview text of what this method type is all about #}-->
|
||||
|
||||
* **[Server Control Methods](x)**
|
||||
<!--{# TODO: provide overview text of what this method type is all about #}-->
|
||||
|
||||
* **[Status and Debugging Methods](x)**
|
||||
<!--{# TODO: provide overview text of what this method type is all about #}-->
|
||||
Reference in New Issue
Block a user