web3j-evm icon indicating copy to clipboard operation
web3j-evm copied to clipboard

Adding the possibility to specify only the genesis in Configuration

Open rach-id opened this issue 5 years ago • 0 comments

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.

rach-id avatar Apr 03 '20 15:04 rach-id