Doc fix: added missing requirement for handcrafting nodes (#5191)

This commit is contained in:
VCAMP 2019-07-01 10:31:18 +01:00 committed by Shams Asari
parent 47e957c96a
commit fee396efc3

View File

@ -15,6 +15,8 @@ A node can be created manually by creating a folder that contains the following
* A folder entitled ``cordapps`` containing any CorDapp JARs you want the node to load
* An up-to-date version of the ``network-parameters`` file ([see docs:](https://docs.corda.net/network-map.html#network-parameters)) generated by the bootstrapper tool
* **Optional:** A webserver JAR entitled ``corda-webserver.jar`` that will connect to the node via RPC
* The (deprecated) default webserver can be downloaded from http://r3.bintray.com/corda/net/corda/corda-webserver/ (under /|corda_version|/corda-webserver-|corda_version|.jar)