Coder Social home page Coder Social logo

mist-ui's Introduction

Build Status

This project is a "fork" / re-write of ethereum/Mist's user interface

It is bootstrapped with Create React App v2, is 100% written in React and removes the meteor framework dependency.

Project Goals

  • improved security and easier maintenance
  • rapid development, faster iterations and releases
  • improved testability
  • removal of electron API references from UI components
  • allows to run the app in a browser, electron or tau window
  • separation of electron shell application and user interface
  • independent release, versioning and packaging of host application (Mist) and dapp (MistUI, WalletUI)
  • introduction of an app namespace and removal of global variables
  • reducing the amount of custom build scripts required to produce distributables
  • a popular technology to encourage the community to contribute
  • no network connection or full node required to run and develop the UI

Contributing

There are many ways to get involved with this project. Get started here.

Development

if not installed:
npm install -g less

git clone https://github.com/ethereum/mist-ui.git
cd mist-ui
yarn

Start in 3 terminals:
yarn run watch-css  -> compile less to css and watch for changes (less + react compat workaround)
yarn run start -> start dev server for react with hot reloading
yarn run electron:dev -> load the app from the dev server into an electron window

Using local ethereum-react-components

To develop in mist-ui using your local copy of ethereum-react-components:

  1. cd ethereum-react-components
  2. npm link
  3. cd mist-ui
  4. npm link ethereum-react-components

After making changes in ethereum-react-components, run yarn for a fresh build to be picked up by mist-ui.

mist-ui's People

Contributors

philipplgh avatar evertonfraga avatar wolovim avatar ryanio avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.