Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 751 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 751 Bytes

Mist Browser

Join the chat at https://gitter.im/ethereum/mist

The Mist browser is the tool of choice to browse and use Ðapps.

Development

To run mist in development you need Node.js NPM and Meteor installed

Then install electron and initialize the git submodules:

$ npm install -g electron-prebuilt
$ git submodule update --init

Start the mist UI interface first using Meteor:

$ cd mist/interface
$ npm install
$ meteor

And then in another terminal window start mist with:

$ cd mist
$ electron ./