Local testing #37
-
EnvironmentTestnet Provide a brief description of the functionality you're trying to implement.testing in a local environment What is the specific issue or error you're encountering?the bash script for running docker instances is not working Can you share the error messages or logs you're receiving, if any?
Have you made any recent changes to the contract before encountering this issue?No Are there any external libraries or contracts that your contract interacts with?No Can you provide the relevant portions of your contract code where the issue is occurring?No Have you tried to isolate the problem, and if so, what were the results?No What steps have you already taken to try to resolve the issue?I tried to run with sudo permissions but not working Repo Link (Optional)No response Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 6 replies
-
Hey 👋 @seddik11 can you provide me with the steps you took to start the local node so I may attempt to reproduce as well as your environment details please :) To provide explicit instructions for running
Note: It will take some time for contracts to be deployed so please be patient before attempting to run against test suite. |
Beta Was this translation helpful? Give feedback.
-
Hi Thank you for your reply. I am following the "Daily spending limit account" Tutorial and I am trying to deploy an Account Now it is complaining about this "insufficient funds for intrinsic transaction cost" BTW I tried different gasLimit values but same problem. Thanks for help |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am using one of rich wallets here here is the wallet balance Yes It seems that the wallet balance is too low It turns out that those rich wallets don't have enough balance and are not rich Should i use a faucet for example ? Thank you |
Beta Was this translation helpful? Give feedback.
-
Yes exactly, |
Beta Was this translation helpful? Give feedback.
-
Oh, thank you! |
Beta Was this translation helpful? Give feedback.
-
Thx! Rly! |
Beta Was this translation helpful? Give feedback.
-
Goog job. |
Beta Was this translation helpful? Give feedback.
No it should still re-initialize those accounts. This script checks the balances of those rich wallets connecting to a local node running on
http://localhost:3050
if you would like to check those balances.