-
-
Notifications
You must be signed in to change notification settings - Fork 61.7k
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
Added solidity course #11740
base: main
Are you sure you want to change the base?
Added solidity course #11740
Conversation
Linter failed, fix the error(s):
|
please remove the package-lock file (use a .gitignore file) |
hmm the linter doesn't like adding that to .gitignore |
I've removed package-lock.json from the repository as the linter didn't approve of adding it to .gitignore. Could you please guide me on the next steps or any further changes needed? |
maybe you need to push your commits |
I've made the changes and pushed them again. Let me know if there's anything else I should adjust . |
I see the problem. you ned to undo your change to .gitignore |
@@ -290,3 +290,4 @@ dist | |||
# ######################################################### | |||
# User Custom | |||
# ######## | |||
package-lock.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package-lock.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just commit these changes.
What does this PR do?
Add resource(s)
For resources
Description
Added solidity course "* Solidity Smart Contract Development - Patrick Collins, Austin Griffith”
Why is this valuable (or not)?
How do we know it's really free?
For book lists, is it a book? For course lists, is it a course? etc.
Checklist:
Follow-up