分散型包管理器 Spore

码农软件 · 软件分类 · 常用工具包 · 2019-08-14 21:56:39

软件介绍

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

用户界面


本文地址:https://www.codercto.com/soft/d/12380.html

算法分析导论

算法分析导论

(美)Robert Sedgewick、(法)Philippe Flajolet / 冯舜玺、李学武、裴伟东、等其他 / 机械工业出版社 / 2006-4 / 38.00元

本书阐述了用于算法数学分析的主要方法,所涉及的材料来自经典数学课题,包括离散数学、初等实分析、组合数学,以及来自经典的计算机科学课题,包括算法和数据结构,本书内容集中覆盖基础、重要和有趣的算法,前面侧重数学,后面集中讨论算法分析的应用,重点的算法分的的数学方法。每章包含大量习题以及参考文献,使读者可以更深入地理解书中的内容。 本书适合作为高等院校数学、计算机科学以及相关专业的本科生和研究生的......一起来看看 《算法分析导论》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具