Compare commits

...

4 Commits

Author SHA1 Message Date
anand-242003 6be36d96ae
Merge abd2178cb6 into 3e5b5a51d1 2024-11-19 21:22:55 +00:00
anand242003 abd2178cb6 Add package-lock.json to .gitignore and remove it from version control 2024-11-01 07:02:11 +05:30
anand242003 85e2634fd0 Resolved linter error 2024-10-31 21:22:31 +05:30
anand242003 4416329984 Add solidity course 2024-10-31 16:24:43 +05:30
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -290,3 +290,4 @@ dist
# #########################################################
# User Custom
# ########
package-lock.json

View File

@ -1704,6 +1704,7 @@
* [MASTER Solidity for Blockchain](https://youtube.com/playlist?list=PLS5SEs8ZftgVnWHv2_mkvJjn5HBOkde3g) - Dapp University
* [Solidity 101](https://www.youtube.com/playlist?list=PLYORQHvGMg-WS5r8UjaWnnAeCHTH3wRaF) - Secureum
* [Solidity 201](https://www.youtube.com/playlist?list=PLYORQHvGMg-V9w6UZ_YOQYjG5NPqnRwdc) - Secureum
* [Solidity Smart Contract Development](https://updraft.cyfrin.io/courses/solidity) - Patrick Collins, Austin Griffith
* [Solidity Tutorial](https://www.youtube.com/playlist?list=PLbbtODcOYIoE0D6fschNU4rqtGFRpk3ea) - EatTheBlocks
* [Solidity Tutorial - A Full Course on Ethereum, Blockchain Development, Smart Contracts, and the EVM](https://www.youtube.com/watch?v=ipwxYa-F1uY) - Gregory McCubbin @ freeCodeCamp.org & Dapp University