unpackdev / solgo

Solidity parser in Go, designed to transform Solidity code into a structured format for enhanced analysis, particularly beneficial for developers using Go to analyze Solidity smart contracts.
https://unpack.dev
Apache License 2.0
3 stars 0 forks source link

Contract.DiscoverSourceCode should be provider type #180

Open 0x19 opened 7 months ago

0x19 commented 7 months ago

Currently we are tackling only etherscan and etherscan compliant source code lookups. We should look into adding sourcify.dev, ipfs and others. Therefore, discovery has to be type of generic provider.