{"id":21976611,"url":"https://github.com/web3-club/solidity-by-example_chinese","last_synced_at":"2025-04-04T17:07:53.732Z","repository":{"id":143507860,"uuid":"615955585","full_name":"Web3-Club/Solidity-by-example_Chinese","owner":"Web3-Club","description":"solidity-by-example 教程中文翻译｜@Web3-Club","archived":false,"fork":false,"pushed_at":"2025-01-23T06:08:41.000Z","size":385,"stargazers_count":131,"open_issues_count":1,"forks_count":29,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-04T17:07:49.627Z","etag":null,"topics":["blockchain","blockchain-technology","chinese","chinese-language","chinese-translation","ethereum","smartcontract","smartcontract-language","solidity","traslation","web3"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-sa-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Web3-Club.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-19T07:13:52.000Z","updated_at":"2025-04-01T03:20:36.000Z","dependencies_parsed_at":"2023-10-23T04:24:15.301Z","dependency_job_id":"41738b72-364c-46a9-bd7b-65943e05a8fb","html_url":"https://github.com/Web3-Club/Solidity-by-example_Chinese","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/Web3-Club%2FSolidity-by-example_Chinese","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3-Club%2FSolidity-by-example_Chinese/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3-Club%2FSolidity-by-example_Chinese/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3-Club%2FSolidity-by-example_Chinese/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Web3-Club","download_url":"https://codeload.github.com/Web3-Club/Solidity-by-example_Chinese/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247217183,"owners_count":20903009,"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","chinese","chinese-language","chinese-translation","ethereum","smartcontract","smartcontract-language","solidity","traslation","web3"],"created_at":"2024-11-29T16:11:20.600Z","updated_at":"2025-04-04T17:07:53.709Z","avatar_url":"https://github.com/Web3-Club.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solidity-by-example 中文翻译\n[![开源授权](https://img.shields.io/github/license/Web3-Club/solidity-by-example_Chinese)](https://github.com/Web3-Club/solidity-by-example_Chinese)                                                                                      [![GitHub stars](https://img.shields.io/github/stars/Web3-Club/solidity-by-example_Chinese.svg?style=social\u0026label=Stars)](https://github.com/Web3-Club/solidity-by-example_Chinese)                                   [![GitHub watchers](https://img.shields.io/github/watchers/Web3-Club/solidity-by-example_Chinese.svg?style=social\u0026label=Watch)](https://github.com/Web3-Club/solidity-by-example_Chinese)\u003cbr\u003e\n\n\n\u003ca href=\"https://twitter.com/intent/follow?screen_name=web3clubCN\"\u003e\n        \u003cimg src=\"https://img.shields.io/twitter/follow/web3clubCN?style=social\u0026logo=X\"\n            alt=\"follow on Twitter\"\u003e\u003c/a\u003e\n\n## 简介\n[solidity-by-example](https://solidity-by-example.org/) 文档 简体中文翻译 项目\u003cbr\u003e\n**项目还在施工中**\n\nSolidity是一种编程语言，专门用于在以太坊区块链上编写智能合约。智能合约是一种自动执行的合约，它们旨在简化和加速各种交易，例如资产转移、投票和奖励分配。Solidity可以让开发人员创建这些合约，并在以太坊网络上部署和运行它们。\n\nSolidity是一种类似于JavaScript的面向对象语言，具有与其他高级编程语言相似的语法和结构。它支持许多计算机科学概念，例如继承、封装和抽象，同时还提供了特定于区块链的功能，例如以太币转账和智能合约事件。\n\n使用Solidity，开发人员可以构建去中心化应用程序（DApps），这些应用程序可以为用户提供更安全、更透明和更可靠的服务。由于Solidity具有向后兼容性，因此开发人员可以轻松地升级他们的智能合约以实现更好的性能和更丰富的功能。\n\n---\n[solidity-by-example](https://solidity-by-example.org/) 是一个展示Solidity各种用法的仓库，本仓库是对于其英语版的翻译。 \n\n\n## 🔖 施工计划\n详见 **[issues#2](https://github.com/Web3-Club/solidity-by-example_Chinese/issues/2)**\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n## 更新日志\n        \n        2023/03/19-2023/06/26 完成  Hello World - Unchecked Math 板块翻译\n                              完成  Application 部分的  Ether Wallet -  Precompute Contract Address with Create2 板块翻译\n        2023/10/11-2023/10/12 对部分板块进行解释扩充和代码实例的加入\n        2024/02/21 优化目录\n        2024/06/21 完成 folder：应用，Unit5 黑客攻击及预防\n                   name：双向支付渠道 众筹基金、英式拍卖、荷兰式拍卖、 多调用，多委托调用，定时锁，汇编中的二进制求幂（应用），重入攻击（黑客攻击及预防）\n\n\u003cbr\u003e\n\n## ❤️ 项目贡献者\n**永远感谢他们为本社区下项目所作出的贡献!**\n\n[![contrib graph](https://contrib.rocks/image?repo=Web3-Club/solidity-by-example_Chinese)](https://github.com/Web3-Club/solidity-by-example_Chinese/graphs/contributors)\n\n\u003cbr\u003e\n\n## 💐 赞助我们 \n### 通过Donate3\n\n\n\u003ca href=\"https://www.donate3.xyz/donateTo?cid=bafkreif5ecvwp7vanir2geib43nws7zvaac46rvlryzwwm47knutcv6xee\" target=\"_blank\"\u003e\u003cimg src=\"https://www.donate3.xyz/Donate3ToMe.svg\" alt=\"Donate3 To Me\"\u003e\u003c/a\u003e\n\n### Ethereum\n\n                        0x663d5dafe4362927e6dab344e8953b0ad4439d3f\n\n\n### **社群宗旨**   \n#### **永远关注知识和技术的进步，而不是价格**\u003cbr\u003e   \n在此，我们希望为所有的对Web3未来感兴趣和欲为其“添砖加瓦”的朋友们一起,创造出更美好的Web3未来前景！\u003cbr\u003e  \n（详见[关于我们](https://github.com/Web3-Club/Intro.#%E7%AE%80%E4%BB%8B) ）\n\n\n## Star History\n[![Star History Chart](https://api.star-history.com/svg?repos=Web3-Club/Solidity-by-example_Chinese\u0026type=Date)](https://star-history.com/#Web3-Club/Solidity-by-example_Chinese/\u0026Date)\n\n\n# ⚠️ 免责声明\n\nThe organization that developed this project, \"Web3Club\", is currently a non-profit open source community, not a company or corporationand.\n\nAll translations of the project were developed by members and contributors to the project, and any content in the project is protected by an open source licence，\n\nWe always open source the original open source project in accordance with the license of the original open source project before translation.And in accordance with the requirements of the licence,the information of the original English project or the original author will be indicated in the following sections.\n\nIf you have any questions about licence or copyright, please read the LICENCE section below or contact us at web3clubCN@outlook.com\n\n\u003cbr\u003e\n\n## 📖 LICENCE\n### [Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/legalcode)\u003cbr\u003e\nBuilt by China Web3-Club [contributors](https://github.com/Web3-Club/solidity-by-example_Chinese/graphs/contributors) with heart. \u003cbr\u003e \nCopyright © [solidity-by-example.org](https://solidity-by-example.org/)｜[@solidity-by-example](https://github.com/solidity-by-example)\u003cbr\u003e \nChinese Translation copyright © 2023-2024 \u0026emsp; [Web3-Club](https://github.com/Web3-Club)\u003cbr\u003e \nALL RIGHT RESERVED  \n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb3-club%2Fsolidity-by-example_chinese","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweb3-club%2Fsolidity-by-example_chinese","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb3-club%2Fsolidity-by-example_chinese/lists"}