-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR in ./contract/MyToken.sol #8
Comments
What Ethereum client are you using? And if Geth/Parity, are you on live or testnet? |
same error w Geth on testnet |
+1 @bsisic42, geth on a private testnet. |
+1 same error on testrpc |
U just need to pass gas param somewhere a bit higher than the default been used. where can we edit that? Using Truffle I've fixed by adding 'gas' amount module.exports = { |
Just trying to get this working, but I get an error trying to run
npm start
:Node v6.8.1
npm 3.10.8
Any ideas?
The text was updated successfully, but these errors were encountered: