欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Blockstack
来自开放百科 - 灰狐
(版本间的差异)
(以“Blockstack: 提供面向 区块链 应用的去中心化 DNS 服务。 ==指南== ==图集== ==链接== *[https://blockstack.org/ blockstack官...”为内容创建页面) |
小 (→链接) |
||
(未显示1个用户的7个中间版本) | |||
第1行: | 第1行: | ||
− | Blockstack: 提供面向 [[blockchain|区块链]] | + | Blockstack: 提供面向 [[blockchain|区块链]] 应用的去中心化的互联网服务。 |
==指南== | ==指南== | ||
+ | 安装blockstack core | ||
+ | $ sudo pip install blockstack --upgrade | ||
+ | $ blockstack info | ||
+ | $ blockstack-core --debug fast_sync http://fast-sync.blockstack.org/snapshot.bsk | ||
+ | $ blockstack-core --debug start | ||
+ | $ tail -f ~/.blockstack-server/blockstack-server.log | ||
+ | 安装blockstack portal | ||
+ | $ git clone https://github.com/blockstack/blockstack-portal.git | ||
+ | $ npm install | ||
+ | $ npm run dev-proxy | ||
+ | http://localhost:1337 | ||
+ | $ npm run dev | ||
+ | http://localhost:3002 | ||
+ | http://localhost:3003 | ||
==图集== | ==图集== | ||
+ | <gallery> | ||
+ | image:blockstack-network.png|Blockstack网络 | ||
+ | image:virtual-blockchain.png|虚拟区块链 | ||
+ | image:name-database.png|name数据库 | ||
+ | image:data-record-storage.png|数据记录存储 | ||
+ | image:consensus-hash-construction.png|Hash一致性 | ||
+ | image:blockstack-browser.png|Blockstack Browser | ||
+ | image:browsersync.png|Browsersync | ||
+ | </gallery> | ||
==链接== | ==链接== | ||
*[https://blockstack.org/ blockstack官网] | *[https://blockstack.org/ blockstack官网] | ||
*[https://github.com/blockstack/blockstack blockstack @ github] | *[https://github.com/blockstack/blockstack blockstack @ github] | ||
+ | *[http://docs.huihoo.com/blockstack Blockstack文档] | ||
[[category:DNS]] | [[category:DNS]] | ||
− | [[category: | + | [[category:blockchain]] |
+ | [[category:python]] | ||
+ | [[category:huihoo]] |
2017年7月20日 (四) 15:41的最后版本
Blockstack: 提供面向 区块链 应用的去中心化的互联网服务。
[编辑] 指南
安装blockstack core
$ sudo pip install blockstack --upgrade $ blockstack info $ blockstack-core --debug fast_sync http://fast-sync.blockstack.org/snapshot.bsk $ blockstack-core --debug start $ tail -f ~/.blockstack-server/blockstack-server.log
安装blockstack portal
$ git clone https://github.com/blockstack/blockstack-portal.git $ npm install $ npm run dev-proxy http://localhost:1337 $ npm run dev http://localhost:3002 http://localhost:3003
[编辑] 图集
[编辑] 链接
分享您的观点