mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +00:00
Fixes formatting. Fixes link. (#3693)
This commit is contained in:
parent
cdddd84e6b
commit
4075e29120
@ -2,11 +2,11 @@ Blob Inspector
|
||||
==============
|
||||
|
||||
There are many benefits to having a custom binary serialisation format (see :doc:`serialization` for details) but one
|
||||
disadvantage is the inability to view the contents in a human-friendly manner. The blob inspector tool alleviates this issue
|
||||
by allowing the contents of a binary blob file (or URL end-point) to be output in either YAML or JSON. It uses
|
||||
``JacksonSupport`` to do this (see :doc:`json`).
|
||||
disadvantage is the inability to view the contents in a human-friendly manner. The Corda Blob Inspector tool alleviates
|
||||
this issue by allowing the contents of a binary blob file (or URL end-point) to be output in either YAML or JSON. It
|
||||
uses ``JacksonSupport`` to do this (see :doc:`json`).
|
||||
|
||||
The latest version of the tool can be downloaded from `here <https://corda.net/resources>`_.
|
||||
The tool can be downloaded from `here <https://corda.net/resources>`_.
|
||||
|
||||
To run simply pass in the file or URL as the first parameter::
|
||||
|
||||
@ -51,8 +51,9 @@ Example
|
||||
|
||||
Here's what a node-info file from the node's data directory may look like:
|
||||
|
||||
**-\\-format=YAML**
|
||||
::
|
||||
* YAML:
|
||||
|
||||
.. sourcecode:: none
|
||||
|
||||
net.corda.nodeapi.internal.SignedNodeInfo
|
||||
---
|
||||
@ -69,8 +70,9 @@ Here's what a node-info file from the node's data directory may look like:
|
||||
- !!binary |-
|
||||
VFRy4frbgRDbCpK1Vo88PyUoj01vbRnMR3ROR2abTFk7yJ14901aeScX/CiEP+CDGiMRsdw01cXt\nhKSobAY7Dw==
|
||||
|
||||
**-\\-format=JSON**
|
||||
::
|
||||
* JSON:
|
||||
|
||||
.. sourcecode:: none
|
||||
|
||||
net.corda.nodeapi.internal.SignedNodeInfo
|
||||
{
|
||||
|
@ -24,8 +24,7 @@ You can find out more about network maps and network parameters from :doc:`netwo
|
||||
Bootstrapping a test network
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
The bootstrapper can be downloaded from https://downloads.corda.net/network-bootstrapper-VERSION.jar, where ``VERSION``
|
||||
is the Corda version.
|
||||
The Corda Network Bootstrapper can be downloaded from `here <https://corda.net/resources>`_.
|
||||
|
||||
Create a directory containing a node config file, ending in "_node.conf", for each node you want to create. Then run the
|
||||
following command:
|
||||
|
Loading…
Reference in New Issue
Block a user