mirror of
https://github.com/corda/corda.git
synced 2025-02-06 11:09:18 +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
|
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
|
disadvantage is the inability to view the contents in a human-friendly manner. The Corda Blob Inspector tool alleviates
|
||||||
by allowing the contents of a binary blob file (or URL end-point) to be output in either YAML or JSON. It uses
|
this issue by allowing the contents of a binary blob file (or URL end-point) to be output in either YAML or JSON. It
|
||||||
``JacksonSupport`` to do this (see :doc:`json`).
|
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::
|
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:
|
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
|
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 |-
|
- !!binary |-
|
||||||
VFRy4frbgRDbCpK1Vo88PyUoj01vbRnMR3ROR2abTFk7yJ14901aeScX/CiEP+CDGiMRsdw01cXt\nhKSobAY7Dw==
|
VFRy4frbgRDbCpK1Vo88PyUoj01vbRnMR3ROR2abTFk7yJ14901aeScX/CiEP+CDGiMRsdw01cXt\nhKSobAY7Dw==
|
||||||
|
|
||||||
**-\\-format=JSON**
|
* JSON:
|
||||||
::
|
|
||||||
|
.. sourcecode:: none
|
||||||
|
|
||||||
net.corda.nodeapi.internal.SignedNodeInfo
|
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
|
Bootstrapping a test network
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
The bootstrapper can be downloaded from https://downloads.corda.net/network-bootstrapper-VERSION.jar, where ``VERSION``
|
The Corda Network Bootstrapper can be downloaded from `here <https://corda.net/resources>`_.
|
||||||
is the Corda version.
|
|
||||||
|
|
||||||
Create a directory containing a node config file, ending in "_node.conf", for each node you want to create. Then run the
|
Create a directory containing a node config file, ending in "_node.conf", for each node you want to create. Then run the
|
||||||
following command:
|
following command:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user