- 授权协议: 未知
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: http://spore.memhub.io
- 软件文档: https://github.com/mhhf/spore
- 官方下载: https://github.com/mhhf/spore.git
软件介绍
Spore是一款基于ethereum和ipfs用于dApp开发的分散性包管理器。对于DApps的快速发展需要一个包管理。Spore是建立在truffle, ethereum和ipfs之上的这样一个包管理器的概念原型。
安装
请确保您有安装node v4+:
$ node --version v4.0.0
安装Spore:
npm i -g eth-spore
在你第一次运行时Spore会引导你通过一个eth-rpc和ipfs的配置。
目前它是truffle优化,所以你可能需要安装truffle:
npm -g i truffle
对于全分散式的用法:
用法
$ spore --help Simple package management for Ethereum Usage: spore init spore upgrade spore publish spore add <path> spore link spore info [<package>] spore install [<package>] spore clone <package> spore uninstall <package> spore remote list spore remote select <name> spore remote add <name> spore remote remove <name> spore update spore search <string> spore instance add <package> <address> [--contract <contract>] spore instance list <package> Arguments: <package> Package name or hash <path> path to file/ directory <name> rpc settings name Options: -v, --version Shows the version of spore -h, --help Shows this help screen --verbose Shows interlal logs
用户界面
Lighttpd源码分析
高群凯 / 机械工业出版社 / 2010-3 / 59.00元
本书主要针对lighttpd源码进行了深度剖析。主要内容包括:lighttpd介绍与分析准备工作、lighttpd网络服务主模型、lighttpd数据结构、伸展树、日志系统、文件状态缓存器、配置信息加载、i/o多路复用技术模型、插件链、网络请求服务响应流程、请求响应数据快速传输方式,以及基本插件模块。本书针对的lighttpd项目版本为稳定版本1.4.20。 本书适合使用lighttpd的人......一起来看看 《Lighttpd源码分析》 这本书的介绍吧!
