This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
v0.5.0 - Feature Release: Private Chain Support
- Introduces support for private chains by allowing to pass a custom dictionary as the
chain
parameter
in the constructor or thesetChain()
method as an alternative to just passing one of the predefined
chain
String
names (e.g.mainnet
,ropsten
), PR #24