opensource-observer / oss-directory

A curated directory of open source software (OSS) projects and their associated artifacts
https://www.opensource.observer
Apache License 2.0
46 stars 101 forks source link

Manually validate blockchain addresses #29

Closed ryscheng closed 7 months ago

ryscheng commented 1 year ago

Describe the feature you'd like to request

A new blockchain address added to OSS directory should be validated to confirm it has the appropriate type assigned to it.

Describe the solution you'd like

The primary types we are interested in are:

Describe alternatives you've considered

n/a

ccerv1 commented 1 year ago

FYI, this utility script uses Etherscan and Alchemy APIs for confirming if an address is an EOA or a contract. If it's a contract, it also tries to get the name.

Future versions could check if a creator EOA has deployed a contract from it and if a contract is a factory.

ccerv1 commented 7 months ago

Steps:

ryscheng commented 7 months ago

For now, just a python script we can run ad-hoc