@kuzdogan:matrix.org After Today's call (we are the guys trying to locally run sourcify) my colleague and I are still having some issues during the setup.. We keep getting the 404 error saying "Could not find file in repository" when we try to verify a contract (which has already been deployed on our network). This is exactly what we get:
{"name":"VerificationService","hostname":"Air-di-Joshua.homenet.telecomitalia.it","pid":7661,"level":30,"loc":"[POST:VERIFICATION_BY_ADDRESS_FAILED]","address":"0xB13D6c918a9F3d8e8d0A78BB11807dcd14C50361","msg":"Could not find file in repository","time":"2022-09-05T12:35:53.828Z","v":0}
My concern is about the repository path which is something similar to: /Users/Sourcify/ContractRepo. Inside the repository there is nothing (as I understood today sourcify should create the structure under the local repository, but still i might have misunderstood).
Any help is appriciated! Thanks in advance !
@ligi:matrix.org I'm trying to verify contracts on the DefiKingdoms chain but the metadata file I have contains all of the DFK contracts and it comes to 230mb.
It is the json file generated in the build-info
folder when a contract is deployed, and I'm not sure if I'm able to extract individual contracts from this massive json file