Skip to content

kitsilanosoftware/mist

 
 

Repository files navigation

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 ./

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.5%
  • HTML 14.0%
  • CSS 0.5%