2016-11-23 09:57:28 +00:00
|
|
|
# Node Explorer
|
2016-11-22 11:56:15 +00:00
|
|
|
|
2016-12-06 16:16:47 +00:00
|
|
|
The node explorer provides views of the node's vault and transaction data using Corda's RPC framework.
|
2016-11-23 09:57:28 +00:00
|
|
|
The user can execute cash transaction commands to issue and move cash to other parties on the network or exit cash using the user interface.
|
2016-11-22 11:56:15 +00:00
|
|
|
|
2016-11-23 09:57:28 +00:00
|
|
|
## Running the UI
|
2016-11-22 11:56:15 +00:00
|
|
|
|
2016-11-23 09:57:28 +00:00
|
|
|
**Windows:**
|
2016-11-22 11:56:15 +00:00
|
|
|
|
|
|
|
gradlew.bat tools:explorer:run
|
|
|
|
|
2016-11-23 09:57:28 +00:00
|
|
|
**Other:**
|
2016-11-22 11:56:15 +00:00
|
|
|
|
|
|
|
./gradlew tools:explorer:run
|
|
|
|
|
2016-11-23 09:57:28 +00:00
|
|
|
## Running Demo Nodes
|
2016-11-22 11:56:15 +00:00
|
|
|
|
2019-02-25 18:11:06 +00:00
|
|
|
Node Explorer is included with the [DemoBench](https://docs.corda.net/demobench.html) application,
|
|
|
|
which allows you to create local Corda networks on your desktop. For example:
|
2016-11-22 11:56:15 +00:00
|
|
|
|
2019-02-25 18:11:06 +00:00
|
|
|
* Notary
|
|
|
|
* Bank of Breakfast Tea (*Issuer node* for GBP)
|
|
|
|
* Bank of Big Apples (*Issuer node* for USD)
|
2019-02-27 14:32:39 +00:00
|
|
|
* Alice (*Participant node* for user Alice)
|
|
|
|
* Bob (*Participant node* for user Bob)
|
2016-12-06 16:16:47 +00:00
|
|
|
|
2019-02-25 18:11:06 +00:00
|
|
|
DemoBench will deploy all nodes with Corda's Finance CorDapp automatically, and allow you to launch an
|
|
|
|
instance of Node Explorer for each.
|
2016-11-22 11:56:15 +00:00
|
|
|
|
2016-11-23 09:57:28 +00:00
|
|
|
## TODOs:
|
2016-11-22 11:56:15 +00:00
|
|
|
- Shows more useful information in the dashboard.
|
|
|
|
- Improve Network View, display other nodes in the world map and show transactions between them.
|
|
|
|
- Add a new view showing node's state machines.
|
|
|
|
- Link transaction input to its originated transaction to make it easier to trace back.
|
|
|
|
- Shows Node information (Configuration, properties etc.) in Settings view.
|
|
|
|
- Support other contract types.
|
|
|
|
|
|
|
|
|
2017-03-20 16:25:45 +00:00
|
|
|
More information can be found in the [Project website](https://corda.net) and [Documentation](https://docs.corda.net).
|