Git Product home page Git Product logo

wecross-container's Introduction

WeCross-Container

A fast experience docker container builder for WeCross.

使用方法

使用前提

首先,需要生成Fabric 1.4.4的物料放置到对应文件夹中。这些物料可以使用Fabric v1.4.4的first-network生成。

channel-artifacts中放置以下文件:

tree fabric-network/channel-artifacts 
fabric-network/channel-artifacts
├── Org1MSPanchors.tx
├── Org2MSPanchors.tx
├── channel.tx
└── genesis.block

crypto-config中放置以下文件:

tree fabric-network/crypto-config -L 3
fabric-network/crypto-config
├── ordererOrganizations
│   └── example.com
│       ├── ca
│       ├── msp
│       ├── orderers
│       ├── tlsca
│       └── users
└── peerOrganizations
    ├── org1.example.com
    │   ├── ca
    │   ├── msp
    │   ├── peers
    │   ├── tlsca
    │   └── users
    └── org2.example.com
        ├── ca
        ├── msp
        ├── peers
        ├── tlsca
        └── users

命令行

git clone https://github.com/kyonRay/WeCross-Container
cd WeCross-Container
bash build.sh
# build.sh  脚本执行时间较长,请耐心等待...

如果执行步骤中出现错误,请手动执行以下命令,清空所有容器。

# for clean all service
bash clear.sh

浏览器

浏览器输入 http://127.0.0.1:8260/wecross/s/index.html 即可,have fun! :) IP和端口号视部署实际情况而定,端口号可修改./docker-compose.yml文件。

wecross-container's People

Contributors

kyonray avatar

Watchers

James Cloos avatar  avatar

Forkers

shareong

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.