Skip to main content

Questions tagged [deploy]

0 votes
1 answer
23 views

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 ...
john carey's user avatar
1 vote
1 answer
41 views

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 = "...
Esti Wee's user avatar
0 votes
1 answer
25 views

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(......
Mihail's user avatar
  • 3
0 votes
2 answers
120 views

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 ...
user900721's user avatar
0 votes
0 answers
38 views

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.
Sai Sahith Kothurthi's user avatar
0 votes
1 answer
82 views

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/...
jamie.f's user avatar
  • 13
0 votes
1 answer
35 views

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 ...
Manav's user avatar
  • 1
0 votes
0 answers
89 views

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: ...
Morty's user avatar
  • 3
0 votes
2 answers
1k views

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
thefett's user avatar
  • 3,930
0 votes
1 answer
647 views

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 ...
rrrrssss's user avatar
1 vote
0 answers
58 views

//importing thers and JsonRpcProvider const { ethers, JsonRpcProvider } = require('ethers'); const fs = require('fs-extra'); async function main() { // Json Rpc Provider - Connecting to local ...
Sushant 's user avatar
0 votes
1 answer
211 views

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
Lemboye Toheeb Ayomide's user avatar
1 vote
1 answer
879 views

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: '...
Victor's user avatar
  • 75
0 votes
1 answer
2k views

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 ...
mhanga's user avatar
  • 1
0 votes
1 answer
961 views

I tried to deploy my smart contract on bsc testnet but it failed. Please explain where it went wrong.
alex's user avatar
  • 1

15 30 50 per page