zkevm-hardhat-demo icon indicating copy to clipboard operation
zkevm-hardhat-demo copied to clipboard

deploy a smart contract to Polygon zkEVM Testnet with Hardhat and verify the contract

Results 3 zkevm-hardhat-demo issues
Sort by recently updated
recently updated
newest added

I noticed that you are withdrawing from the verified contract. Are you able to add scripts to show how to withdraw from the contract? I am struggling writing scripts to...

https://github.com/oceans404/zkevm-hardhat-demo/blob/78595ccaf79c2d1dcc76e9cafd298c1a7b1ee582/README.md?plain=1#L72 Hey @oceans404, I noticed that most links referencing contract verification on your REAdME are not working. Please let me know if this is just happening on my end and...

Hi @oceans404, I am following your readme instructions. I am getting this error when I deploy the contract. `TypeError: Cannot read properties of undefined (reading 'JsonRpcProvider')` where in the project...