UNPKG

stampit-cli

Version:

Helper command line utility to publish and check data through the Ethereum stampit contract. Install with +npm install -g stampit-cli+ then run +stampit help+ and +stampit info+

29 lines (28 loc) 694 B
{ "name": "stampit-cli", "version": "0.1.6", "description": "Helper command line utility to publish and check data through the Ethereum stampit contract. Install with +npm install -g stampit-cli+ then run +stampit help+ and +stampit info+", "main": "index.js", "bin": { "stampit": "index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "cli-spinner": "^0.2.5", "fs-extra": "^1.0.0", "homedir": "^0.6.0", "prompt": "^1.0.0", "web3": "^0.17.0-beta", "yargs": "^6.5.0" }, "keywords": [ "blockchain", "ethereum", "smartcontract", "patent" ] }