Skip to content

Commit

Permalink
rename and reorganize RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristiano Teixeira committed Feb 20, 2020
1 parent ffbe6a8 commit a326032
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions docs/go-nebulas/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,13 @@ Nebulas NOVA launched in the end of 2018. There are three features:

The third important version will be launch in 2020 with PoD consensus mechanism. `Click here <../node-strategy/README.rst>`_ to learn about the PoD Node Strategy.

`Click here to learn how to join the mainnet <mainnet>`_.
`Click here to learn how to join the mainnet <blockchain/mainnet>`_.


Testnet
-------

A functional equivalent `Nebulas Testnet <https://testnet.nebulas.io>`_ is available now,allowing
developers to interact with Nebulas freely. View: `How to join the testnet <testnet>`_.
A functional equivalent `Nebulas Testnet <https://testnet.nebulas.io>`_ is available now, allowing developers to interact with Nebulas freely. View: `How to join the testnet <blockchain/testnet>`_.

Roadmap
-------
Expand Down
6 changes: 3 additions & 3 deletions docs/go-nebulas/dapp-development/rpc/rpc_admin.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Management RPC
# RPC Management

Beside the [NEB API RPC](README.html) interface nebulas provides additional management APIs. Neb console supports both API and management interfaces. Management RPC uses the same gRPC and HTTP port, which also binds [NEB API RPC](README.html) interfaces.

Expand All @@ -12,7 +12,7 @@ Default management RPC Endpoint:
| RESTful |http://localhost:8685 | HTTP |


## Management RPC methods
## RPC Management methods

* [NodeInfo](#nodeinfo)
* [Accounts](#accounts)
Expand All @@ -26,7 +26,7 @@ Default management RPC Endpoint:
* [StartPprof](#startpprof)
* [GetConfig](#getconfig)

## Management RPC API Reference
## RPC Management API Reference

### NodeInfo
Return the p2p node info.
Expand Down

0 comments on commit a326032

Please sign in to comment.