Publish Source to make contracts visible on Etherscan
Publishing Source can make gitcoin.co appear as name in Etherscan logs instead of just hash. See this KittyCore contract for example - https://etherscan.io/address/0x06012c8cf97bead5deae237070f9587f8e7a266d#code
I don't know how to do this. I tried Etherscan upload form, but it failed on imports.
this is a great idea and i will do it soon, when im not tied up with :all the things:
I did a bit of research. Source code needs to be uploaded somewhere. I didn't find any automatic or semiautomatic scanners for GitHub. Without them there are two ways.
- Upload all files manually to https://remix.ethereum.org/ and "Publish on Swarm"
- Use https://github.com/BlockCatIO/solidity-flattener and publish on Etherscan https://etherscan.io/verifyContract2
having some problems flattening the solidity contract https://github.com/BlockCatIO/solidity-flattener/issues/10
if someone out there wants to 1. publish the contracts from this repo on swarm and flatten them, i will happily contribute the verifyContract
That's on my TODO list, which is rather chaotic in terms of priorities. )
amen to that