diff --git a/genesis.json b/genesis.json new file mode 100644 index 0000000..9663859 --- /dev/null +++ b/genesis.json @@ -0,0 +1,17 @@ +{ + "nonce": "0x0000000000000000", + "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "difficulty": "0x000", + "alloc": {}, + "coinbase": "0x0000000000000000000000000000000000000000", + "timestamp": "0x0", + "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "extraData": "0x", + "gasLimit": "0xffffffff", + "config": { + "chainId": 0, + "homesteadBlock": 0, + "eip155Block": 0, + "eip158Block": 0 + } +}