0.4.6 • Published 4 years ago

mist-cli v0.4.6

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
4 years ago

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

3) Get command line tool wish-cli

npm install -g wish-cli
wish-cli

4) 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
0.4.6

4 years ago

0.4.5

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago