Code Monkey home page Code Monkey logo

qmix's Introduction

Qmix

Introduction

Qmix is an in-browser Solidity IDE based on Ethereum's remix that takes (extensive) style inspiration from Microsoft's vscode.

Qmix extends angular-seed, an Angular 2+ seed project. Detailed information and best practices are available at the project's README.

Getting Started

Prerequisites

Development Quick Start

The fastest way to get started developing Qmix is to use the livereload functionality provided by Angular Seed. You'll first have to clone and access this repository.

$ git clone https://github.com/spacemanholdings/qmix.git
$ cd qmix

# install dependencies
$ npm install

# serve the project with livereload
$ npm start

Building

The easiest way to build Qmix for production is via the provided build script.

$ npm run build.prod

Note: due to project size, build.prod sets the following Node.js flags:

  • --max-old-space-size=8192
  • --stack_size=100000

These are already set for you and you won't need to set them yourself, this information is just included for transparency (and potentially debugging).

Project Structure

angular-seed is structured into two main folders, src and tools. src contains the main front-end code for Qmix while tools contains project configuration.

Qmix has one main page, home. This page contains a code editor and some tooling. The home page is split into three panels, the tabs panel, the sidebar panel, and the editor panel. For simplicity, each of these components is implemented as an individual module available in src/client/app/shared/components.

Several services are used to share data and functionality among components. The compiler service handles loading solcjs and compiling Solidity code. The editor service controls access to the current text of the code editor. The file service manages how files are added, deleted, opened, and closed.

qmix's People

Contributors

mgechev avatar ludohenin avatar joshwiens avatar shyam-chen avatar greenkeeper[bot] avatar karlhaas avatar tarlepp avatar nightapes avatar vyakymenko avatar robstoll avatar nathanwalker avatar nareshbhatia avatar hankehly avatar kiuka avatar fr-esco avatar brownie79 avatar daniru avatar jesperronn avatar thedondope avatar patrickmichalina avatar salemdar avatar nhutcorp avatar eppsilon avatar aboeglin avatar sasikumardr avatar netstart avatar ashishmondal avatar sfabriece avatar gkalpak avatar ryzy 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.