Giter Site home page Giter Site logo

fabric-manager's Introduction

ENGLISH | 中文版

Releases

What is this

  • 1 Essential tool for you to start learning hyperledger fabric.
  • 2 User friendly building environment, docker container not needed. Single machine mode only.
  • 3 Cross-platform for windows,liunx,mac.

Functionalities

  • 1 Organizations Manage,MSPs Auto Create,Certificates Manage,Consortiums Manage,Channels Manage.
  • 2 Add ChainCode,Enable Chaincode,Stop Chaincode.
  • 3 Orderers Manage,Run Orderer,Stop Orderer,View Block.
  • 4 Peers Manage, Run Peer, Stop Peer, List Channel, Join Channel, Get Channel Info, Install ChainCode, List ChainCode, Init ChainCode, Invoke ChainCode, Query Chaincode.

Develop environment for Ubuntu user

  • 1 Clone the repository

    $ cd $GOPATH/src/github.com
    $ mkdir fabric-lab && cd fabric-lab
    $ git clone https://github.com/fabric-lab/fabric-manager.git
    
  • 2 Frontend

    $ cd fabric-manager/app && npm install && gulp
    
    $ [17:14:56] Using gulpfile ~/work_dir/gopath/src/github.com/fabric-lab/fabric-manager/app/gulpfile.js
    $ [17:14:56] Starting 'styles'...
    $ [17:14:56] Starting 'vendor'...
    $ [17:14:56] Starting 'browserify-vendor'...
    $ [17:14:57] Starting 'watch'...
    $ [17:14:57] Finished 'watch' after 23 ms
    $ [17:14:58] Finished 'vendor' after 1.6 s
    $ [17:14:58] Finished 'styles' after 1.63 s
    $ [17:15:00] Finished 'browserify-vendor' after 3.24 s
    $ [17:15:00] Starting 'browserify-watch'...
    
  • 3 Compile orderer and peer of fabric 1.1,put in server/bin/linux(windows,drawin)/amd64/ directory,aslo can get binary from release

    bin/
      └── linux
          └── amd64
              ├── orderer
              └── peer
    
  • 4 Backend

    $ cd ../server && glide create && glide get  
    $ go run main.go
    

fabric-manager's People

Contributors

fabric-lab 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.