[CORDA-1992] Better document requirements for Node Explorer (#4476)

This commit is contained in:
JamesHR3 2018-12-29 11:18:07 +00:00 committed by Shams Asari
parent cd842274ab
commit aca65444b5

View File

@ -13,7 +13,10 @@ Running the UI
**Other**::
./gradlew tools:explorer:run
.. note:: In order to connect to a given node, the node explorer must have access to all CorDapps loaded on that particular node.
By default, it only has access to the finance CorDapp.
All other CorDapps present on the node must be copied to a ``cordapps`` directory located within the directory from which the node explorer is run.
Running demo nodes
------------------