Open haidarabdillah opened 1 year ago
Hello
Did you check this page in docs? https://docs.sourcify.dev/docs/run-locally/
In theory you can run Sourcify on http://localhost:5555
. Then there should be a setting on your Blockscout to set the Sourcify URL which you can change it with this URL.
What do you mean by auto-verify? This monitoring service? https://docs.sourcify.dev/docs/monitoring/
thanks for your reply, but seem a little confuse about it. any step by step to do it? already install sourcify local .
my goal :
I am assuming you want to run a local Ganache, Hardhat Network, Anvil etc.
If that's the case you need to add your local chain to
Then follow the steps in https://docs.sourcify.dev/docs/run-locally/
In hardhat currently you can use the hardhat-deploy plugin and set the --endpoint
to your local URL e.g. localhost:5555
. You need to have your network added in the hardhat-config
file.
Let me know if this is clearer
thanks for reply, will try it and report it
hello im alredy running blockscout in local, any documentation to running sourcify locally and auto verify too in my local blockscout?
View in Huly HI-476