We should include a common mistakes page in the documentation. and more examples of all the config options being used. #513
Unanswered
dobbobalina2
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think we should include a common mistake page in the documentation I feel like it help alot of the newer developers as alot of the error messages can be rather vague or ambigous.
For example, I was getting an error
"Not enough gas".
So I added thegasLimit
override option and increased it by alot and nothing. I then thought maybe my inputs are incorrect so I then go and typecheck all of my inputs. but then I'm not told whether or not if I should pass a bigNumber or a regular number, or a string or if it should be a byte 32. etc.Besides the point.
Now I'm out of options and turns out my abi was incorrectly formatted even though it was accepted as correct and the library actually calling the read functions in the file.
Little things like that make the whole experience alot more frustrating
Beta Was this translation helpful? Give feedback.
All reactions