Deployment of smart contract in vs code #6192
Unanswered
tejanagendramolleti
asked this question in
Q&A
Replies: 1 comment 2 replies
-
make sure you have enough ETH in your account |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am deploying the simplestorage.sol in vs code and it is showing me error like insufficient funds
`
tej@TEJ:~/hh-fcc/ethers-simple-storage$ node deploy.js
Deploying, please wait..
Error: insufficient funds for intrinsic transaction cost [ See: https://links.ethers.org/v5-errors-INSUFFICIENT_FUNDS ] (error={"reason":"processing response error","code":"SERVER_ERROR","body":"{"id":51,"jsonrpc":"2.0","error":{"message":"insufficient funds for gas * price + value","stack":"Error: insufficient funds for gas * price + value\n at TransactionPool.prepareTransaction (C:\\Program Files\\WindowsApps\\GanacheUI_2.7.1.0_x64__rb4352f0jd4m2\\app\\resources\\static\\node\\node_modules\\ganache\\dist\\node\\1.js:2:121341)"
`
I am getting this error while running this program:
Please resolve this issue
Beta Was this translation helpful? Give feedback.
All reactions