Vince Chain ID Structure/Format

There are three primary components of the Vince Chain Identifier

  • The Identifier: String stating the application’s name.

  • The EIP155 Number: Immutable EIP155 Chain ID stating the replay attack protection number.

  • The Version Number: The model number (usually a positive integer) on which the blockchain is running at the time. The developer must upgrade this number whenever there is an upgrade or fork on the network to avoid consensus errors.

A string format of Vince Chain’s genesis ID will look like this: [identifier]_[EIP155]-[version]

The version number upgrade is represented in the table below:

Chain ID

Identifier

EIP155 Number

Version Number

vincechain_1000-1

Vince Chain

1000

1

vincechain_1000-2

Vince Chain

1000

2

vincechain_1000-n

….

1000

n

Last updated