An open API service indexing awesome lists of open source software.

https://github.com/imfly/algorithms-on-blockchain

Mastering algorithms on blockchain
https://github.com/imfly/algorithms-on-blockchain

Last synced: 6 days ago
JSON representation

Mastering algorithms on blockchain

Awesome Lists containing this project

README

          

# 区块链算法与实践

**注**: 本书仍在持续更新中,永久`免费`访问地址:

如果您喜欢,请`免费`转发给身边的朋友;如果您是开发者,请`免费`为它 [点个赞][] 。虽为举手之劳,也绝非一般人能为!

亿书官网:

首发区块链俱乐部:

## 关于

本书旨在汇总和研究与区块链研发相关的算法和数据结构,以Node.js平台为基础,对区块链产品涉及到的各种算法进行集中介绍,帮助解决区块链研发中的各类实际问题。

本书是《Nodejs开发加密货币》的延伸,是开源项目亿书研发过程中的思考。亿书的目标是打造人人可用的去中心化软件,以加密货币为驱动,促进人类知识分享。与其他竞争币不同,它以提供落地可用的软件为核心,力争成为人类第一个“零门槛”的加密货币产品。更多详情,请看[关于亿书][]

## 日志

- [x] 2016-07-09 初始化版本库

## 使用

目录由命令行工具 [gitbook-summary][] 自动生成。自由写作、发布,搭建自出版平台的方法,请[点击这里][self-publishing]

简要介绍如下:

(1)克隆源文

```
$ git clone https://github.com/imfly/algorithms-on-blockchain.git
```

(2)安装gitbook

```
$ npm install -g gitbook-cli
```

(3)安装依赖包

```
cd algorithms-on-blockchain
npm install
gitbook install
```

(4)写作构建

写作,并开启服务(构建)

```
$ gitbook serve
```

通过`http://localhost:4000`实时浏览

(5)生成目录

只要修改了文章标题和文件夹,就应该重新生成目录文件

```
$ npm run summary
```

(6)一键发布

```
$ npm run deploy
```

以后,只要4-6的过程就是了。

## 反馈

随时告诉我您的阅读体验和问题,也可以直接fork修改,提交PR。

## 协议

原创作品许可 [署名-非商业性使用-禁止演绎 3.0 未本地化版本 (CC BY-NC-ND 3.0)](http://creativecommons.org/licenses/by-nc-nd/3.0/deed.zh)

## 作者

微信:kubying

亿书官方开发交流QQ群:185046161

[github]: https://github.com/imfly/bitcoin-on-nodejs
[gitbook-summary]: https://github.com/imfly/gitbook-summary
[self-publishing]: https://github.com/imfly/how-to-create-self-publishing-platform
[关于亿书]: http://bitcoin-on-nodejs.ebookchain.org/6-后记/2-关于亿书.html
[点个赞]: https://github.com/imfly/algorithms-on-blockchain