A error in my code #1076
Answered
by
cromewar
Noveleader
asked this question in
Q&A
A error in my code
#1076
-
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Feb 16, 2022
Replies: 2 comments 6 replies
-
I was doing a different mistake name of my smart contract is SimpleStorage |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @Noveleader
Important note, remember to use Camel Case for contract names, they should start with Upper case letter and any consequent word also should be upper case, so instead of:
this should be:
|
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
cromewar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @Noveleader
Please share the following:
Important note, remember to use Camel Case for contract names, they should start with Upper case letter and any consequent word also should be upper case, so instead of:
Simplestorage
this should be:
SimpleStorage