Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mist-cli

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mist-cli

Mist Cli tool based on mist-api

  • 0.4.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

Mist Cli

This package is dependent on the mist-api package, which currently is working with Linux x64, OSX x64 and Raspberry Pi, on nodejs v6, v8, v10. To get it working you also need to run a Wish Core on the same host.

Prerequisites

If you ended up here by accident, you might not get this to work.

  1. Download and install node.js v.6.x. (tested on v6.9.2), v8.x or v10.x.

    The node version manager "nvm" works well for this purpose: https://github.com/nvm-sh/nvm

  2. Download and run wish-core (choose the desired target platform https://www.controlthings.fi/dev/).

wget https://www.controlthings.fi/dist/wish-core-v0.10.0-beta-5-x64-linux
chmod +x ./wish-core-v0.10.0-beta-5-x64-linux
./wish-core-v0.10.0-beta-5-x64-linux
  1. Get command line tool wish-cli
npm install -g wish-cli
wish-cli
  1. Create an identity with wish-cli
identity.create('John Andersson')

Install and run

node --version #should return 6.x, 8.x or 10.x depending on what is your active node.js
npm install -g mist-cli
mist-cli

Develop

git clone https://github.com/ControlThings/mist-cli-nodejs.git
cd mist-cli-nodejs
npm install
node --version #should return 6.x
node run

FAQs

Package last updated on 27 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc