mirror of
https://github.com/corda/corda.git
synced 2024-12-21 05:53:23 +00:00
Adds tables of content for network sections. (#3537)
This commit is contained in:
parent
408cc68c65
commit
ed61e1609a
@ -1,6 +1,8 @@
|
||||
Network Map
|
||||
===========
|
||||
|
||||
.. contents::
|
||||
|
||||
The network map is a collection of signed ``NodeInfo`` objects. Each NodeInfo is signed by the node it represents and
|
||||
thus cannot be tampered with. It forms the set of reachable nodes in a compatibility zone. A node can receive these
|
||||
objects from two sources:
|
||||
|
@ -3,6 +3,8 @@
|
||||
Setting up a Corda network
|
||||
==========================
|
||||
|
||||
.. contents::
|
||||
|
||||
A Corda network consists of a number of machines running nodes. These nodes communicate using persistent protocols in
|
||||
order to create and validate transactions.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user