Create genesis.jsom

This commit is contained in:
Christopher del Rosario 2019-09-30 03:51:49 +08:00 committed by GitHub
parent 5e88b54f22
commit 40cd1c986b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
genesis.jsom Normal file
View file

@ -0,0 +1,17 @@
{
"config": {
"chainId": 0,
"homesteadBlock": 0,
"eip155Block": 0,
"eip158Block": 0
},
"alloc": {},
"coinbase": "0x0000000000000000000000000000000000000000",
"difficulty": "0x20000",
"extraData": "",
"gasLimit": "0x2fefd8",
"nonce": "0x0000000000000042",
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"timestamp": "0x00"
}