GithubHelp home page GithubHelp logo

mintnet-commander's Introduction

mintnet-commander

Tools to manage, run and test ABCI Applications.

Dependencies

Project assumes that you have installed:

  • docker - is used for local deployment
  • nodejs/npm
  • tendermint

Installation:

via NPM

  • npm install -g mintnet-commander

Manual

  • clone this repo: git clone https://github.com/vulcanize/mintnet-commander.git
  • install dependencies: npm install
  • you can make it available in $PATH with npm ln

Usage

There are two commands available right now, start and stop.

Docker

mintnet-commander start accepts two parameters, configuration file and networkFile. Network file mustn't exist, it will be created by mintnet-commander. It uses docker for local deployment and goes through several steps:

  • Creates local network
  • Create local Data directory with machine directories inside (in your file system)
  • Runs setupCommands(localy right now) against each machine directory. So every command that is run localy should have binary file available localy.
  • Creates docker containers and mounts local directories to serverRoot in the containers.
  • Runs the executable or docker entrypoint command after container is up.
  • Generates network file

mintnet-commander stop requires networkFile to stop the newtork, it will:

  • stop and remove containers
  • delete network
  • delete local directories

Network File contains configuration file info and each machine data, that includes Port Mappings and tendermint keys.

mintnet-commander's People

Contributors

adam-scislowicz avatar nodech 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.