Hello,
I’m posting this question on behalf of my developer.
We want to deploy Solidity contracts to the Internet Computer Protocol (ICP) using Hardhat. The goal is to simply add a private key and the correct RPC endpoint, then deploy the contracts in a similar way as standard EVM deployment.
Could you provide a step-by-step guide on how to set this up? Additionally:
- How can we view the deployed contract on a block explorer or chain scanner?
- Is it possible to verify the contract code publicly, similar to how it works on Etherscan?
Any practical example or advice for this workflow would be really helpful.
Thank you!