GoodforGod / java-etherscan-api

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

Contract creation API #27

Closed Blackmorse closed 9 months ago

Blackmorse commented 10 months ago

Implementation of API endpoint: https://docs.etherscan.io/api-endpoints/contracts#get-contract-creator-and-creation-tx-hash

Blackmorse commented 10 months ago

@GoodforGod , Are you still maintaining the repo ?

GoodforGod commented 10 months ago

Hello @Blackmorse

Of course, I'll check your PR during this week, thanks for it!

GoodforGod commented 10 months ago

@Blackmorse add please this .filter(s -> !BasicUtils.isBlank(s)) to here for tests to run, looks like an empty ENV is passed

Blackmorse commented 10 months ago

@GoodforGod , check please If I got you right

GoodforGod commented 10 months ago

Code style 🥲

Blackmorse commented 9 months ago

@GoodforGod Code style has been fixed..