adridadou / eth-contract-api

EthereumJ native API or how to call contracts easily and with type safety
http://www.davidroon.com/ethcontractapi/
Apache License 2.0
60 stars 34 forks source link

refactor private network builder (and miner) #83

Open adridadou opened 7 years ago

adridadou commented 7 years ago

Right now, the private network part is only used for integration tests.

But with the improvement of testing, it shouldn't be as necessary as before and will be used much more for actual network building.

The API should be improved in that regard