Aere Network public source. Everything here can be checked against the live chain (chain id 2800, https://rpc.aere.network). Scope note, stated up front rather than buried: consensus on chain 2800 is classical secp256k1 ECDSA QBFT. The post-quantum work in this repository is at the signature, precompile, account and transport layers. Nothing here makes the consensus post-quantum, and no document in it should be read as claiming so.
25 lines
677 B
JSON
25 lines
677 B
JSON
{
|
|
"config": {
|
|
"chainId": 28777,
|
|
"ethash": {},
|
|
"londonBlock": 0,
|
|
"shanghaiTime": 0,
|
|
"cancunTime": 0,
|
|
"pragueTime": 0,
|
|
"osakaTime": 0,
|
|
"futureEipsTime": 0
|
|
},
|
|
"nonce": "0x0",
|
|
"timestamp": "0x0",
|
|
"extraData": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
"gasLimit": "0x1fffffffffffff",
|
|
"difficulty": "0x1",
|
|
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
"coinbase": "0x0000000000000000000000000000000000000000",
|
|
"alloc": {
|
|
"7E5F4552091A69125d5DfCb7b8C2659029395Bdf": {
|
|
"balance": "0x200000000000000000000000000000000000000000000000000000000000000"
|
|
}
|
|
}
|
|
}
|