Questions tagged [deploy]
The deploy tag has no summary.
22 questions
0 votes
1 answer
23 views
not able to place trade after deploying etherreum solidity contract on sepolia
I appoligize if this is a dumb question, but I am learning here and testing my first ethereum solidty contract deployment. I have a solidt contract, compiles cleanly I am able to deploy the contract ...
1 vote
1 answer
41 views
Why does my simple Solidity contract fail with invalid opcode even though I deployed it correctly?
I am following a Solidity tutorial and typed exactly the same code as shown. My contract is very simple: pragma solidity ^0.8.30; // solidity 编译器版本 contract HelloWorld { string strVal = "...
0 votes
1 answer
25 views
BuyMeACoffee week2, contract and payable
I have a question about week 2 buy me coffee. In the index.jsx file in replit, when we click on the button, we call our function from the contract by: const coffeeTxn = await buyMeACoffee.buyCoffee(......
0 votes
2 answers
120 views
Error while deploying smart contract using web3.js
I'm using the below JS code utilizing the web3.js package to deploy a smart contract using the ABI and BIN files, but getting an error as: Transaction processing could not be completed due to an ...
0 votes
0 answers
38 views
ZkSync Deployment issue
I'm trying to deploy contract that is compiled in zkSync, but the plugin not showing deploy button. I tried adding the file files in contracts directory and removing browser cookies nothing works.
0 votes
1 answer
82 views
openzeppelin 5.0.x TransparentUpgradeableProxy upgradeAndCall error
I'm writing a Solidity deploy script using Foundry. TransparentUpgradeableProxy upgradeAndCall error openzeppelin: 5.0.x deploy all contracts https://github.com/WarriorFromLongAgo/fishcake-contracts/...
0 votes
1 answer
35 views
NFT Contract Address shows NULL value
I am new to blockchain development. I am facing one issue in deploy.js, while running npx hardhat run src/backend/scripts/deploy.js --network localhost ideally, it should show something like Deploying ...
0 votes
0 answers
89 views
Returned error: gas required exceeds allowance (448144)
Here is my code, would you please verify what causes the problem for deployment on Remix (only on the eth mainnet)? Returned error: gas required exceeds allowance (448144) // SPDX-License-Identifier: ...
0 votes
2 answers
1k views
Hardhat error - Unrecognized task 'ignition'
I try and run npx hardhat ignition deploy ignition/modules/myModule.js --network localhost get Error HH303: Unrecognized task 'ignition' I'm on 2.22.3 for hardhat versions... so no idea
0 votes
1 answer
647 views
"rpc error : The blockchain network connection is temporarily unstable. " is occured too often. (amoy testnet)
I'm trying to deploy some contracts in amoy testnet. but when I try to deploy contract, this error comes too often that I almost spent a day to deploy single contract. rpc error : The blockchain ...
1 vote
0 answers
58 views
TypeError: invalid BytesLike value (argument="value", value=Infinity, code=INVALID_ARGUMENT, version=6.11.1)
//importing thers and JsonRpcProvider const { ethers, JsonRpcProvider } = require('ethers'); const fs = require('fs-extra'); async function main() { // Json Rpc Provider - Connecting to local ...
0 votes
1 answer
211 views
I can't use the deploy button on remix
i wrote a test code on remix and it compiled successfully but the deploy option on remix is blurred out. why is that and how can I correct it
1 vote
1 answer
879 views
How to fix error with deploy my Next.js project?
I have my project that I want to deploy to Vercel but when I'm trying to deploy it I got error Failed to compile. ./node_modules/@wagmi/core/dist/esm/actions/getProof.js Attempted import error: '...
0 votes
1 answer
2k views
"ProviderError: execution reverted" I get this error when trying to deploy to Sepolia
I need a bit of help with my code here. Maybe someone more experienced can eye the bug, I've have to give up and ask here. So, I am trying to deploy to Sepolia and I am getting this error and I've ...
0 votes
1 answer
961 views
JsonRpcEngine: Response has no error or result for request:
I tried to deploy my smart contract on bsc testnet but it failed. Please explain where it went wrong.