I'm doing a hobby project of blockchain exploration project. One thing I'd like to do is to see what contracts are deployed, maybe do some exploration analysis.
One thing I'd like to see is the source code of contracts.
There were quite a bit of questions on this matter, but I'd like take look at it from different angle: I'd like to be able to download source code somewhat automatically. Is there any standardish way to do it?
Things I have considered:
- Download code from swarm, however it looks like that it is not widely used (is that true?);
- Use service like: https://etherscan.io --- however API doesn't provide source code and their Terms And Conditions forbid scraping;