All Projects → lbc-team → deep_ethereum

lbc-team / deep_ethereum

Licence: other
电子书:以太坊技术与实现

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to deep ethereum

Microservices
Microservices from Design to Deployment 中文版 《微服务:从设计到部署》
Stars: ✭ 4,637 (+1425.33%)
Mutual labels:  ebook, chinese
ArchLinuxTutorial
✨Arch Linux安装使用教程 每日实时更新! | 包含ArchLinux从安装到日常使用、娱乐、编程、媒体制作的各个方面,让Arch成为你的常用系统吧! | 提供在线网页文档 ✨
Stars: ✭ 513 (+68.75%)
Mutual labels:  ebook, chinese
ime.vim
A Vim input method engine
Stars: ✭ 74 (-75.66%)
Mutual labels:  chinese
HealthLedger
Application for tracking Organs donations in hospitals and minimizing the scope of Organ trafficking using Blockchain (Hyperledger) technology.
Stars: ✭ 29 (-90.46%)
Mutual labels:  blockchain-technology
dx
《开发者体验:探索与重塑》电子书。book of research and refactoring in developer experience (WIP)
Stars: ✭ 240 (-21.05%)
Mutual labels:  ebook
Ruby Regexp
Learn Ruby Regexp step by step from beginner to advanced levels with plenty of examples and exercises
Stars: ✭ 79 (-74.01%)
Mutual labels:  ebook
readme
The Blockchain Bible,a collections for blockchain tech,bitcoin,ethereum,crypto currencies,cryptography,decentralized solutions,business scenarios,hyperledger tech,meetups,区块链,数字货币,加密货币,比特币,以太坊,密码学,去中心化,超级账本
Stars: ✭ 46 (-84.87%)
Mutual labels:  blockchain-technology
word2vec-movies
Bag of words meets bags of popcorn in Python 3 中文教程
Stars: ✭ 54 (-82.24%)
Mutual labels:  chinese
stable-baselines-zh
Stable Baselines官方文档中文版
Stars: ✭ 75 (-75.33%)
Mutual labels:  chinese
class
Rust library for building IQC: cryptography based on class groups of imaginary quadratic orders
Stars: ✭ 54 (-82.24%)
Mutual labels:  blockchain-technology
introduction-to-git-and-github-ebook
Free Introduction to Git and GitHub eBook
Stars: ✭ 425 (+39.8%)
Mutual labels:  ebook
blockchain-VCoin
Simple Implementation Proof of Work blockchain coin.
Stars: ✭ 16 (-94.74%)
Mutual labels:  blockchain-technology
crifan ebook readme
Crifan的电子书的使用说明
Stars: ✭ 195 (-35.86%)
Mutual labels:  ebook
berlinblockchainweek
Website for Berlin Blockchain Week 2018
Stars: ✭ 15 (-95.07%)
Mutual labels:  blockchain-technology
block-chain-article
📙📗📘《睡前学点区块链》系列文章。推荐使用Gitbook阅读:https://wangbicong.github.io/block-chain-article/
Stars: ✭ 20 (-93.42%)
Mutual labels:  blockchain-technology
predict Lottery ticket
双色球+大乐透彩票AI预测
Stars: ✭ 341 (+12.17%)
Mutual labels:  chinese
ModernSecurityProtectionGuide
Modern Security Protection Guide
Stars: ✭ 72 (-76.32%)
Mutual labels:  chinese
chinese-tokenizer
Tokenizes Chinese texts into words.
Stars: ✭ 72 (-76.32%)
Mutual labels:  chinese
react-native-defi-app
React Native Defi Decentralized Applications(dApps)
Stars: ✭ 31 (-89.8%)
Mutual labels:  blockchain-technology
Wuxiaworld-2-eBook
This Python script will download chapters from novels availaible on wuxiaworld.com saves then into the .epub format
Stars: ✭ 90 (-70.39%)
Mutual labels:  ebook

以太坊设计与实现

这是一本持续写作中的电子书,欢迎关注。

本电子书是对以太坊区块链的实现原理和程序实现进行详解,力图展示区块链2.0先锋以太坊智能合约编程平台设计思想与代码实现。

电子书的目录为本书内容结构,如果可以点击查阅,说明我已写完这一小节。

写作说明

内容当前由登链学院成员虞双齐写作, 首发于深入浅出区块链博客下电子书栏目《以太坊设计与实现》

登链是商业性、培训机构。 深入浅出区块链,是一个社区下公益的技术布道平台。

离线阅读

如果你想在你个人电脑上离线阅读,那么你只需要拷贝项目到本地,并使用 hugo 软件运行即可。

首先,需要安装 Hugo 软件,再拷贝项目到本地:

git clone https://github.com/lbc-team/deep_ethereum.git
cd deep_ethereum
git submodule update --init

此时,便可以使用 hugo 来本地运行:

cd deep_ethereum
hugo serve

如何贡献

哪怕你仅仅是修改一个错别字,也是非常欢迎的。不在于参与多少,而在于愿意一起改进这本电子书。

  1. 你可以在浏览文章时,直接点击文章右上角的【我要编辑】按钮,直接在线编辑。
  2. 也可以拷贝项目到本地,在本地编辑后,PR到项目 master 分支。

社区

目前在登链学院组织的微信群交流,扫描加微信进以太坊技术交流群。

以太坊技术交流微信群

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].