cloud-util 0.7.1-beta1

cita-cloud utility library
Documentation
# --------------- chain config ---------------



[init-sys-config]

version = 0

chain_id = "0x26b0b83e7281be3b117658b6f2636d0368cad3d74f22243428f5401a4b70897e"

admin = "0x00e68f2cc4ac05b9ef47994a1269e8932c5cf5a2"

block_interval = 3

validators = [

    "0xc35b3b7437a31b4d0a737041a17a8e181ae25ba5",

    "0xa5e75c8ed90c17d2cd0b637943c7ce83248dbf20",

    "0x32872cec919211f5d144f8464b45140f4a146002",

    "0x790f590a1ea9764bcc26154c3de868ccf7bdcad4",

]



[genesis]

timestamp = 1625652977421

prevhash = "0x0000000000000000000000000000000000000000000000000000000000000000"



[node]

address = "0x32872cec919211f5d144f8464b45140f4a146002"



# --------------- service config ---------------



[controller]

port = 50004





[consensus]

port = 50001

election_tick = 15

heartbeat_tick = 5

tick_pace = 100  # ms





[executor]

port = 50002





[storage]

port = 50003





[crypto]

port = 50005





[network]

port = 50000

enable-tls = false

peers = [

    { ip = "127.0.0.1", port = 40000 },

    { ip = "127.0.0.1", port = 40001 },

    { ip = "127.0.0.1", port = 40002 },

    { ip = "127.0.0.1", port = 40003 },

]