Network Parameters

This is the simplest section that will tell you about the current network parameters

These parameters are specified in the genesis and they regulate the operation of the network. Here you will find information about the network ID, the bet size for the validator, the duration of the epoch, and so on.

So, for example, if you look at genesis, you will see similar indicators - they will be displayed in the interface.

"NETWORK_PARAMETERS":{

        "VALIDATOR_STAKE":50000,
        "MINIMAL_STAKE_PER_ENTITY":20,
        "UNSTAKING_PERIOD":1,
        "QUORUM_SIZE":127,
        "EPOCH_TIME":86400000,
        "LEADERSHIP_TIMEFRAME":120000,
        "BLOCK_TIME":1000,
        "MAX_BLOCK_SIZE_IN_BYTES":12288000,
        "TXS_LIMIT_PER_BLOCK":30000,
        "EPOCH_EDGE_TRANSACTIONS_LIMIT_PER_BLOCK":500,
        "MAX_NUM_OF_BLOCKS_PER_SHARD_FOR_SYNC_OPS":1
    
}

Last updated