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/5d50d979125dc7e8062126bff6d5441c to your computer and use it in GitHub Desktop.
Save mcveat/5d50d979125dc7e8062126bff6d5441c to your computer and use it in GitHub Desktop.
genesis.json for local test network with accounts preloaded
{
"config": {
"chainId": 15,
"homesteadBlock": 0,
"eip155Block": 0,
"eip158Block": 0
},
"difficulty": "400",
"gasLimit": "2100000",
"alloc": {
"0xfa4e08705260990257f8b2b145d9601ab6a3e84b": {
"balance": "123456789"
},
"0x5db943431beb852b88a51be2bbf77e6c411bdf12": {
"balance": "987654321"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment