openethereum / parity-ethereum

The fast, light, and robust client for Ethereum-like networks.
Other
6.82k stars 1.69k forks source link

Registrar contract contents #11797

Closed BronacusAmmon closed 4 years ago

BronacusAmmon commented 4 years ago

Im trying to understand a chain.json I found online, the registrar address is used as an account parameter with a constructor, how can I turn the constructor data into an account that I can understand the data?

rakita commented 4 years ago

Hi, maybe this link can help you: https://eth.wiki/en/fundamentals/specs/chain-spec-format This seems to be a question on the custom network and I find it okay to just close it because it is not connected to OE.