Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lbc-team/deep_ethereum
电子书:以太坊技术与实现
https://github.com/lbc-team/deep_ethereum
blockchain-technology chinese ebook ethereum
Last synced: 22 days ago
JSON representation
电子书:以太坊技术与实现
- Host: GitHub
- URL: https://github.com/lbc-team/deep_ethereum
- Owner: lbc-team
- Created: 2019-04-15T15:18:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T18:37:18.000Z (over 1 year ago)
- Last Synced: 2024-08-05T17:28:48.474Z (4 months ago)
- Topics: blockchain-technology, chinese, ebook, ethereum
- Language: CSS
- Homepage: https://learnblockchain.cn/books/geth/
- Size: 1.24 MB
- Stars: 408
- Watchers: 11
- Forks: 137
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - lbc-team/deep_ethereum - 电子书:以太坊技术与实现 (CSS)
README
# 以太坊设计与实现
这是一本持续写作中的电子书,欢迎关注。
本电子书是对以太坊区块链的实现原理和程序实现进行详解,力图展示区块链2.0先锋以太坊智能合约编程平台设计思想与代码实现。
电子书的目录为本书内容结构,如果可以点击查阅,说明我已写完这一小节。
## 写作说明
内容当前由[登链学院](https://upchain.ke.qq.com/?tuin=bd898bbf)成员[虞双齐](https://yushuangqi.com)写作,
首发于[深入浅出区块链](https://learnblockchain.cn/)博客下电子书栏目[《以太坊设计与实现》](https://learnblockchain.cn/books/geth/)。> 登链是商业性、培训机构。
> 深入浅出区块链,是一个社区下公益的技术布道平台。## 离线阅读
如果你想在你个人电脑上离线阅读,那么你只需要拷贝项目到本地,并使用 hugo 软件运行即可。
首先,需要[安装 Hugo 软件](https://gohugo.io/getting-started/installing),再拷贝项目到本地:
```sh
git clone https://github.com/lbc-team/deep_ethereum.git
cd deep_ethereum
git submodule update --init
```此时,便可以使用 hugo 来本地运行:
```sh
cd deep_ethereum
hugo serve
```## 如何贡献
哪怕你仅仅是修改一个错别字,也是非常欢迎的。不在于参与多少,而在于愿意一起改进这本电子书。
1. 你可以在浏览文章时,直接点击文章右上角的【我要编辑】按钮,直接在线编辑。
2. 也可以拷贝项目到本地,在本地编辑后,PR到项目 master 分支。# 社区
目前在登链学院组织的微信群交流,扫描加微信进以太坊技术交流群。
![以太坊技术交流微信群](https://img.learnblockchain.cn/qrcode/xiaona_qrcode2.jpeg)