mirror of
https://github.com/corda/corda.git
synced 2025-02-21 09:51:57 +00:00
Direct bootstrapper link instead of manual build.
This commit is contained in:
parent
3a14ae89c0
commit
d3495e12c6
@ -1,7 +1,7 @@
|
|||||||
.. _log4j2: http://logging.apache.org/log4j/2.x/
|
.. _log4j2: http://logging.apache.org/log4j/2.x/
|
||||||
|
|
||||||
Creating a Corda network
|
Setting up a Corda network
|
||||||
========================
|
==========================
|
||||||
|
|
||||||
A Corda network consists of a number of machines running nodes. These nodes communicate using persistent protocols in
|
A Corda network consists of a number of machines running nodes. These nodes communicate using persistent protocols in
|
||||||
order to create and validate transactions.
|
order to create and validate transactions.
|
||||||
@ -61,11 +61,7 @@ be done with the network bootstrapper. This is a tool that scans all the node co
|
|||||||
generate the network parameters file which is copied to the nodes' directories. It also copies each node's node-info file
|
generate the network parameters file which is copied to the nodes' directories. It also copies each node's node-info file
|
||||||
to every other node so that they can all transact with each other.
|
to every other node so that they can all transact with each other.
|
||||||
|
|
||||||
The bootstrapper tool can be built with the command:
|
The bootstrapper tool can be downloaded from http://downloads.corda.net/network-bootstrapper-corda-X.Y.jar, where ``X`` is the major Corda version and ``Y`` is the minor Corda version.
|
||||||
|
|
||||||
``gradlew buildBootstrapperJar``
|
|
||||||
|
|
||||||
The resulting jar can be found in ``tools/bootstrapper/build/libs/``.
|
|
||||||
|
|
||||||
To use it, create a directory containing a ``node.conf`` file for each node you want to create. Then run the following command:
|
To use it, create a directory containing a ``node.conf`` file for each node you want to create. Then run the following command:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user