Skip to main content

Questions tagged [hardhat-deploy]

0 votes
1 answer
75 views

I've made a new smart contract and my final goal is to deploy it on a local chain and then see its initial supply in my wallet on metamask using hardhat. Following this tutorial, I've added a custom ...
user3892's user avatar
0 votes
0 answers
29 views

i am deploying the code hardhat-fund-me on sepolia network and getting error TypeError: Cannot read properties of undefined (reading 'length'). i don't the reason because i have checked all the things ...
anubhav agrawal's user avatar
0 votes
1 answer
49 views

i have gone through all the questions and solution related to this error but still getting them same error. here is detailed warning message also Warning: Contract code size is 28370 bytes and exceeds ...
Blockchain dev's user avatar
0 votes
1 answer
47 views

I'm working with hardhat/ethers.js and is running a simple test of getting an argument of an emitted event of a contract via ethers.js. I have a simple test contract which has a function to emit an ...
zzAustin's user avatar
1 vote
1 answer
43 views

Here's my deploy script: const { network, ethers } = require("hardhat"); const { developmentChains, networkConfig, } = require("../helper-hardhat-config"); const { verify } = ...
Abdul Ahad's user avatar
0 votes
1 answer
47 views

I deployed a simple contract to Sepolia using Hardhat ignition but I am not seeing the contract code in Etherscan. My contract : // SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.24; // ...
tamermint's user avatar
1 vote
0 answers
74 views

When the contract will deploy locally on developmentChains (hardhat environment) with the following script: deploy.js const { network, ethers } = require("hardhat") const { developmentChains,...
Dennis's user avatar
  • 13
0 votes
1 answer
49 views

Im using local hardhat node for deploying my contracts and using Thirdweb writeContract to execute a registerUser function from my smart contract, I've added the contract address, ABI, clientid and ...
Rohit Jambhulkar's user avatar

15 30 50 per page
1
2 3 4 5
20