The Configuration class should be able to be instantiated using only a genesis file:
Configuration(genesisPath)
Also, it would be nice if it could take a list of Addresses and fund them:
Configuration(List<Address>, amount, genesis)
or to each account its own value.
The
Configurationclass should be able to be instantiated using only a genesis file:Also, it would be nice if it could take a list of
Addresses and fund them:or to each account its own value.