Skip to content

Instantly share code, notes, and snippets.

@mcveat
Last active August 2, 2017 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcveat/6ddbc73d1dde311c3ff46e7ec9bcf456 to your computer and use it in GitHub Desktop.
Save mcveat/6ddbc73d1dde311c3ff46e7ec9bcf456 to your computer and use it in GitHub Desktop.
genesis.json for local test network
{
"config": {
"chainId": 15,
"homesteadBlock": 0,
"eip155Block": 0,
"eip158Block": 0
},
"difficulty": "400",
"gasLimit": "2100000",
"alloc": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment