Skip to content

Latest commit

 

History

History

genesis_bootstrapper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Genesis bootstrapper module

The genesis bootstrapper module reads chain genesis data and outputs UTXO events based on them.

Configuration

The following is the default configuration - if the defaults are OK, everything except the section header can be left out.

[module.genesis-bootstrapper]

# Message topics
publish-utxo-deltas-topic = "cardano.utxo.deltas"

Messages

The genesis bootstrapper sends UTXODeltasMessage on cardano.utxo.deltas - see the Tx Unpacker messages for details. The deltas are only ever TxOutputs, of course.