GoodforGod / java-etherscan-api

🔗 Polished Java library for EtherScan.io API
https://etherscan.io
MIT License
58 stars 47 forks source link

Documentation is out of date. #29

Closed ywu999 closed 6 months ago

ywu999 commented 9 months ago

Describe the bug There are a lot of places with the following sample code which can not compile. EtherScanAPI api = EtherScanAPI.build();

Expected behavior EtherScanAPI api = EtherScanAPI.builder().build();

GoodforGod commented 6 months ago

Done