-
-
Notifications
You must be signed in to change notification settings - Fork 63.2k
Added solidity course #11740
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
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.
'This Pull Request has been automatically marked as stale because it has not had recent activity during last 60 days 😴 It will be closed in 30 days if no further activity occurs. To unstale this PR, draft it, remove stale label, comment with a detailed explanation or push more commits. There can be many reasons why some specific PR has no activity. The most probable cause is lack of time, not lack of interest. Thank you for your patience ❤️' |
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