good morning!!!!

Skip to content
Snippets Groups Projects
Commit c3dc01ca authored by nicky g's avatar nicky g Committed by Felix Lange
Browse files

README: add config to genesis.json (#14373)

README: add config to genesis.json
parent cf4faa49
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,12 @@ and agree upon. This consists of a small JSON file (e.g. call it `genesis.json`)
```json
{
"config": {
"chainId": 0,
"homesteadBlock": 0,
"eip155Block": 0,
"eip158Block": 0
},
"alloc" : {},
"coinbase" : "0x0000000000000000000000000000000000000000",
"difficulty" : "0x20000",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment