corda/docs/source/running-a-notary-cluster/installing-the-notary-service-bootstrapper.rst
2018-06-13 13:18:44 +01:00

1.1 KiB

Using the Bootstrapper

You can skip this section when you're setting up or joining a cluster with doorman and network map.

Once the database is set up, you can prepare your configuration files of your notary nodes and use the bootstrapper to create a Corda network, see ../setting-up-a-corda-network. Remember to configure notary.serviceLegalName in addition to myLegalName for all members of your cluster.

You can find the documentation of the bootstrapper at ../setting-up-a-corda-network.

Expected Outcome

You will go from a set of configuration files to a directory tree containing a fully functional Corda network.

The notaries will be visible and available on the network. You can list available notaries using the node shell.

run notaryIdentities

The output of the above command should include the notary.serviceLegalName you have configured, e.g. O=HA Notary, L=London, C=GB.

CorDapp developers should select the notary service identity from the network map cache.

serviceHub.networkMapCache.getNotary(CordaX500Name("HA Notary", "London", "GB"))