{"id":13619935,"url":"https://github.com/willitscale/learning-solidity","last_synced_at":"2025-05-15T09:00:19.933Z","repository":{"id":38072944,"uuid":"103062798","full_name":"willitscale/learning-solidity","owner":"willitscale","description":"The companion to the Youtube tutorials","archived":false,"fork":false,"pushed_at":"2023-10-15T09:49:12.000Z","size":548,"stargazers_count":2080,"open_issues_count":12,"forks_count":608,"subscribers_count":116,"default_branch":"master","last_synced_at":"2025-04-14T14:59:40.212Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willitscale.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"support/INVALID_IMPLICIT_CONVERSION_OF_ARRAYS.MD","governance":null,"roadmap":null,"authors":null}},"created_at":"2017-09-10T21:20:31.000Z","updated_at":"2025-03-24T06:48:57.000Z","dependencies_parsed_at":"2024-01-12T18:32:15.606Z","dependency_job_id":"adf979f8-0b82-45c2-8821-e333b1968011","html_url":"https://github.com/willitscale/learning-solidity","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willitscale%2Flearning-solidity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willitscale%2Flearning-solidity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willitscale%2Flearning-solidity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willitscale%2Flearning-solidity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willitscale","download_url":"https://codeload.github.com/willitscale/learning-solidity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254310509,"owners_count":22049467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest"],"created_at":"2024-08-01T21:00:50.320Z","updated_at":"2025-05-15T09:00:19.565Z","avatar_url":"https://github.com/willitscale.png","language":"Solidity","funding_links":[],"categories":["Resources","Solidity","Roadmap","开源项目"],"sub_categories":["以太坊"],"readme":"# Learning Solidity\nThe companion to the Youtube tutorials\n\n### Videos\n\n- [Learning Solidity : Tutorial 1 The Basics](https://www.youtube.com/watch?v=v_hU0jPtLto)\n- [Learning Solidity : Tutorial 2 Inheritance](https://www.youtube.com/watch?v=6hkmLOtIq8A)\n- [Learning Solidity : Tutorial 3 Custom Modifiers and Error Handling](https://www.youtube.com/watch?v=3ObTNzDM3wI)\n- [Learning Solidity : Tutorial 4 Imports and Libraries](https://www.youtube.com/watch?v=0Lyf_3kA3Ms)\n- [Learning Solidity : Tutorial 5 Event logging and Transaction Information](https://www.youtube.com/watch?v=Jlq997yOoRs)\n- [Learning Solidity : Tutorial 6 Data Types (Array, Mapping, Struct)](https://www.youtube.com/watch?v=8UhO3IKApSg)\n- [Learning Solidity : Tutorial 7 Extending String Functionality and Bytes](https://www.youtube.com/watch?v=6iiWwT0O2fY)\n- [Learning Solidity : Tutorial 8 Debugging Solidity Using Remix](https://www.youtube.com/watch?v=7z52hP26MFs)\n- [Learning Solidity : Tutorial 9 ERC20 Tokens and Creating your own Crypto Currency](https://www.youtube.com/watch?v=r7XojpIDuhA)\n- [Learning Solidity : Tutorial 10 ERC223 Tokens and Creating your own Crypto Currency](https://www.youtube.com/watch?v=IWC9-yGoDGs)\n- [Learning Solidity : Tutorial 11 Deploying Tokens and Creating your own Crypto Currency](https://www.youtube.com/watch?v=WfkPTyvOL_g)\n- [Learning Solidity : Tutorial 12 Functional Assembly](https://www.youtube.com/watch?v=nkGN6GwkMzU)\n- [Learning Solidity : Tutorial 13 Instructional Assembly](https://www.youtube.com/watch?v=axZJ2NFMH5Q)\n- [Learning Solidity : Tutorial 14 Transferring Ethereum between contracts](https://www.youtube.com/watch?v=ELWSKMcJfI8)\n- [Learning Solidity : Tutorial 15 Public vs External](https://www.youtube.com/watch?v=Ii4g38mPPlg)\n- [Learning Solidity : Tutorial 16 Time Based Events](https://www.youtube.com/watch?v=HGw-yalqdgs)\n- [Learning Solidity : Tutorial 17 Polymorphism](https://www.youtube.com/watch?v=l_E5F5qnbtk)\n- [Learning Solidity : Tutorial 18 Randomness and Gambling](https://www.youtube.com/watch?v=3wY5PRliphE)\n- [Learning Solidity : Tutorial 19 Nested Arrays and Storage](https://www.youtube.com/watch?v=zkNHRJEuYQg)\n- [Learning Solidity : Tutorial 20 Parameter Mapping and Multiple Return Values](https://www.youtube.com/watch?v=v3aoiTh-UVQ)\n- [Learning Solidity : Tutorial 21 Truffle, Atom and TestRPC](https://www.youtube.com/watch?v=YcTSilIfih0)\n- [Learning Solidity : Tutorial 22 Developing an ICO/Crowdsale with TDD](https://www.youtube.com/watch?v=Cow_aL7NUGY)\n- [Learning Solidity : Tutorial 23 State Modifiers (view, pure, constant)](https://www.youtube.com/watch?v=RKos31UueqY)\n- [Learning Solidity : Tutorial 24 Multisig Wallet](https://www.youtube.com/watch?v=OwavQTuHoM8)\n- [Learning Solidity : Tutorial 25 Multisig Wallet cont. Multi Authentication](https://www.youtube.com/watch?v=23YLeX7mpbU)\n- [Learning Solidity : Tutorial 26 Auditing, Security and Testing (Long, but important)](https://www.youtube.com/watch?v=LGCMZ7S_ITE)\n- [Learning Solidity : Tutorial 27 Getting started with browser development using Metamask](https://www.youtube.com/watch?v=eog2eYrPEu0)\n- [Learning Solidity : Tutorial 28 Address book on the blockchain powered by Angular](https://www.youtube.com/watch?v=bvxKICus3bw)\n- [Learning Solidity : Tutorial 29 What is WEI and how is Ether defined?](https://www.youtube.com/watch?v=yOfYNUQVjxk)\n- [Learning Solidity : Tutorial 30 Gas Explained](https://www.youtube.com/watch?v=sPrYkYk_Beo)\n- [Learning Solidity : Tutorial 31 Interacting with RPC using Java and web3j](https://www.youtube.com/watch?v=fzUGvU2dXxU)\n- [Learning Solidity : Tutorial 32 Transferring ether with Java using web3j](https://www.youtube.com/watch?v=kJ905hVbQ_E)\n- [Learning Solidity : Tutorial 33 Deploying and using a contract using Java and web3j](https://www.youtube.com/watch?v=ibAh04Csp0M)\n\n### Support\n\n- [Invalid implicit conversion of arrays from storage to memory and vice-versa](https://github.com/willitscale/learning-solidity/blob/master/support/INVALID_IMPLICIT_CONVERSION_OF_ARRAYS.MD)\n- [UnimplementedFeatureError: Nested arrays not implemented?](https://github.com/willitscale/learning-solidity/blob/master/support/NESTED_ARRAYS_NOT_IMPLEMENTED.MD)\n\n### Contributions\n\n- [Nikita Chebykin](https://github.com/chebykin)\n- [Shubham Singh](https://github.com/imshubhamsingh)\n- [Shubham Tatvamasi](https://github.com/ShubhamTatvamasi)\n- [vardhanapoorv](https://github.com/vardhanapoorv)\n- [Kashish Khullar](https://github.com/kashishkhullar)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillitscale%2Flearning-solidity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillitscale%2Flearning-solidity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillitscale%2Flearning-solidity/lists"}