diff --git a/genesis.json b/genesis.json new file mode 100644 index 0000000000..1a4b5fc4ca --- /dev/null +++ b/genesis.json @@ -0,0 +1,22 @@ +{ + "config": { + "chainId": 20180101, + "homesteadBlock": 0, + "eip155Block": 0, + "eip158Block": 0 + }, + "nonce": "0x0000000000000042", + "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "difficulty": "0xf00", + "coinbase": "0x3333333333333333333333333333333333333333", + "timestamp": "0x0", + "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "extraData": "0x", + "gasLimit": "0x8000000", + "alloc": { + "0xf933b0cf38a270938b9d6bb41f004374363c3ec0": + { "balance": "100000000000000000000000000" } + + } + } +} \ No newline at end of file