{"id":27961887,"url":"https://github.com/justinzm/blockchain_teaching","last_synced_at":"2025-05-07T19:12:52.887Z","repository":{"id":60910942,"uuid":"546648313","full_name":"justinzm/blockchain_teaching","owner":"justinzm","description":"学习区块链方面内容 solidity、Truffle、OpenZeppelin、web3py、web3js，为巩固自己学习的内容，供大家入门使用","archived":false,"fork":false,"pushed_at":"2022-11-18T08:10:34.000Z","size":10626,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T19:12:50.234Z","etag":null,"topics":["blockchain","blockchain-technology","dao","dapp","nft","openzeppelin","openzeppelin-solidity","solidity","truffle","web3-dapp","web3js","web3py"],"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/justinzm.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":null}},"created_at":"2022-10-06T12:22:28.000Z","updated_at":"2023-08-23T06:32:05.000Z","dependencies_parsed_at":"2023-01-23T12:46:08.696Z","dependency_job_id":null,"html_url":"https://github.com/justinzm/blockchain_teaching","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/justinzm%2Fblockchain_teaching","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinzm%2Fblockchain_teaching/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinzm%2Fblockchain_teaching/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinzm%2Fblockchain_teaching/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justinzm","download_url":"https://codeload.github.com/justinzm/blockchain_teaching/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252940921,"owners_count":21828769,"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":["blockchain","blockchain-technology","dao","dapp","nft","openzeppelin","openzeppelin-solidity","solidity","truffle","web3-dapp","web3js","web3py"],"created_at":"2025-05-07T19:12:52.259Z","updated_at":"2025-05-07T19:12:52.868Z","avatar_url":"https://github.com/justinzm.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"最近在学习区块链方面内容，为巩固自己学习的内容，整理编写blockchain teaching，供大家入门使用，每周不定期更新。\n\n\n\n## 区块链基础\n\n**第1讲：区块链名称解释** [文章](https://github.com/justinzm/blockchain_teaching/blob/main/blockchain_basics/01_explanation_of_nouns.md)\n\n**第2讲：数据如何在区块链中处理和存储** [文章](https://github.com/justinzm/blockchain_teaching/blob/main/blockchain_basics/02_storage.md)\n\n\n\n## Solidity\n\n**第1讲：智能合约文件结构** [文章](https://github.com/justinzm/blockchain_teaching/blob/main/solidity/01_structure.md)\n\n**第2讲：智能合约源文件基本要素概览** [文章](https://github.com/justinzm/blockchain_teaching/blob/main/solidity/02_structure_of_a_contract.md)\n\n**第3讲：数据类型和数据结构** [文章 | 代码](https://github.com/justinzm/blockchain_teaching/blob/main/solidity/03_data_types)\n\n**第4讲：函数类型** [文章 | 代码](https://github.com/justinzm/blockchain_teaching/blob/main/solidity/04_function_types)\n\n**第5讲：数据类型-引用类型数据位置** [文章 | 代码](https://github.com/justinzm/blockchain_teaching/blob/main/solidity/05_data_location)\n\n**第6讲：数组(array)** [文章 | 代码](https://github.com/justinzm/blockchain_teaching/blob/main/solidity/06_array)\n\n**第7讲：结构体(struct)** [文章 | 代码](https://github.com/justinzm/blockchain_teaching/blob/main/solidity/07_struct)\n\n**第8讲：映射(mapping)** [文章 | 代码](https://github.com/justinzm/blockchain_teaching/blob/main/solidity/08_mapping)\n\n**第9讲：枚举(enum)** [文章 | 代码](https://github.com/justinzm/blockchain_teaching/blob/main/solidity/09_enum)\n\n**第10讲：可见性和 getter 函数** [文章 | 代码](https://github.com/justinzm/blockchain_teaching/blob/main/solidity/10_visibility_getter)\n\n**第11讲：函数修改器** [文章 | 代码](https://github.com/justinzm/blockchain_teaching/blob/main/solidity/11_modifier)\n\n**第12讲：constant 和 immutable 常量**  [文章 | 代码](https://github.com/justinzm/blockchain_teaching/blob/main/solidity/12_constant_immutable)\n\n\n\n## OpenZeppelin\n\n**第1讲：Ownable** [文章 | 代码](https://github.com/justinzm/blockchain_teaching/blob/main/OpenZeppelin/Ownable)\n\n**第2讲：AccessControl** [文章 | 代码](https://github.com/justinzm/blockchain_teaching/blob/main/OpenZeppelin/AccessControl)\n\n\n\n\n\n## 案例\n\n**第1例：僵尸大战**\n\n* **第1课：僵尸工厂** [文章](https://github.com/justinzm/blockchain_teaching/blob/main/case/01_cryptozombies/01_making_the_zombie_factory/README.md) | [代码](https://github.com/justinzm/blockchain_teaching/blob/main/case/01_cryptozombies/01_making_the_zombie_factory)\n* **第2课：僵尸攻击人类** [文章](https://github.com/justinzm/blockchain_teaching/blob/main/case/01_cryptozombies/02_zombies_attack_their_victims/README.md) | [代码](https://github.com/justinzm/blockchain_teaching/blob/main/case/01_cryptozombies/02_zombies_attack_their_victims)\n* **第3课：高级solidity理论** [文章](https://github.com/justinzm/blockchain_teaching/blob/main/case/01_cryptozombies/03_advanced_solidity_concepts/README.md) | [代码](https://github.com/justinzm/blockchain_teaching/blob/main/case/01_cryptozombies/03_advanced_solidity_concepts)\n\n\n\n## 资料推荐\n\n1. [Solidity中文文档](https://solidity-cn.readthedocs.io/zh/develop/introduction-to-smart-contracts.html)\n2. [Solidity by Example](https://solidity-by-example.org/)\n3. [web3.js 中文文档](https://learnblockchain.cn/docs/web3.js/#)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinzm%2Fblockchain_teaching","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustinzm%2Fblockchain_teaching","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinzm%2Fblockchain_teaching/lists"}