View byzantium_test.json
{ | |
"name": "DevelopmentChain", | |
"engine": { | |
"instantSeal": null | |
}, | |
"params": { | |
"gasLimitBoundDivisor": "0x0400", | |
"accountStartNonce": "0x0", | |
"maximumExtraDataSize": "0x20", | |
"minGasLimit": "0x1388", |
View b
0x007b42c2839344bd53df4bdaf5dcece321b9f343 |
View a
0x00C440C63901CbdE3d8222Ce335e069906b7a101 |
View faucet
0x00c359f62443F9EfD57d415903fC7EDd6431390C |
View kovan.sh
#!/usr/bin/env bash | |
usage(){ | |
echo "configure-poa.sh <options>" | |
echo | |
echo "OPTIONS" | |
echo | |
echo -e "-g --generate-config PATH \t Generate a config file template" | |
echo -e "-c --config PATH \t\t PoA configuration file" | |
echo -e "-h --help \t\t Show usage" |