{"id":21004020,"url":"https://github.com/jakelin/ethereum-smart-contract-course","last_synced_at":"2026-04-06T07:04:17.947Z","repository":{"id":71619755,"uuid":"130570632","full_name":"JakeLin/ethereum-smart-contract-course","owner":"JakeLin","description":"This repo is used for Ethereum Smart contract development course","archived":false,"fork":false,"pushed_at":"2018-05-02T12:07:40.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T10:12:14.773Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/JakeLin.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":"2018-04-22T13:37:54.000Z","updated_at":"2018-07-29T06:59:09.000Z","dependencies_parsed_at":"2023-02-23T20:45:50.306Z","dependency_job_id":null,"html_url":"https://github.com/JakeLin/ethereum-smart-contract-course","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/JakeLin%2Fethereum-smart-contract-course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakeLin%2Fethereum-smart-contract-course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakeLin%2Fethereum-smart-contract-course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakeLin%2Fethereum-smart-contract-course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JakeLin","download_url":"https://codeload.github.com/JakeLin/ethereum-smart-contract-course/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243419127,"owners_count":20287806,"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":[],"created_at":"2024-11-19T08:30:05.596Z","updated_at":"2025-12-30T10:20:24.369Z","avatar_url":"https://github.com/JakeLin.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ethereum Smart Contract course\n\nThis repo is used for sharing the materials for the Ethereum Smart Contract course.\n\n\n这个 Repo 用于分享《以太坊智能合约与 DApp 开发课程》的相关材料。\n\n## 以太坊基础\n \n### 什么是区块链\n[可交互的区块链的例子](https://anders.com/blockchain/distributed.html)\n\n### 以太坊的钱包\n[在 Ropsten 测试网络中获取免费 ether 的链接](https://faucet.metamask.io)\n\n### 对称加密法\n[如何通过程序赚取一个 ether](https://steemit.com/introduceyourself/@jakelin/how-to-earn-one-ether-by-writing-a-simple-program-ethereum-riddle)\n\n[GitHub 上的源代码](https://github.com/JakeLin/ethereum-riddle)\n\n### 交易\n[Making Sense of Ethereum Nonce(sense)](https://medium.com/kinfoundation/making-sense-of-ethereum-nonce-sense-3858d5588c64)\n\n### 挖矿\n[可交互的区块链的例子](https://anders.com/blockchain/distributed.html)\n[出块时间图表](https://etherscan.io/chart/blocktime)\n\n### Solidity\n[Solidity 官方文档](https://solidity.readthedocs.io)\n\n[美链合约](https://etherscan.io/address/0xc5d105e63711398af9bbff092d4b6769c82f793d#code)\n\n[EOS 合约](https://etherscan.io/address/0x86fa049857e0209aa7d9e616f7eb3b3b78ecfdb0#code)\n\n### 第一个智能合约 - EthChat\n[Solidity 在线 IDE - Remix](https://remix.ethereum.org/)\n\n### Gas\n[黄皮书](http://yellowpaper.io/)\n[EVM OPCODE Gas Costs](https://github.com/djrtwo/evm-opcode-gas-costs)\n\n\n\n## 抽奖程序\n\n### 环境搭建\n\n#### 下载并安装 Node 和 NPM\nhttps://www.npmjs.com/\n\n安装 Node 8 LTS 版本\n\n#### 下载并安装 Yarn\nhttps://yarnpkg.com/en/\n\n#### 下载并安装 Git\nhttps://gist.github.com/derhuerst/1b15ff4652a867391f03\n\n#### 安装 Truffle Framework\n\nhttp://truffleframework.com/\n```shell\n$ npm install -g truffle\n```\n\n#### 下载并安装 Visual Studio Code\nhttps://code.visualstudio.com/\n\n修改 Settings\n```\n{\n    \"solidity.soliumRules\": {\n        \"imports-on-top\": 0,\n        \"variable-declarations\": 0,\n        \"indentation\": [\n            \"error\",\n            2\n        ]\n    }\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakelin%2Fethereum-smart-contract-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakelin%2Fethereum-smart-contract-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakelin%2Fethereum-smart-contract-course/lists"}