web3j-evm
web3j-evm copied to clipboard
Adding the possibility to specify only the genesis in Configuration
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.