Closes #195 custom genesis_data#207
Conversation
|
I've now made the appropriate changes to how project configuration works that this can be done in a more sane way. I'd propose doing this via the new project configuration API (which just landed in master and doesn't really have very good documentation). The first idea that comes to mind would involve using a configuration file with a section like the following. {
"chains": {
"my-chain": {
"geth": {
"genesis": {
"difficulty": "0x1",
...
}
}
}
}
}The |
Cute Animal Picture