Hyperledger Fabric——balance transfer(三)创建和加入Channel
详细解析blancetransfer示例的创建通道(Channel)和加入节点到通道的过程。创建Channel1.首先看app.js的路由函数varcreateChannel=require('./app/create-channel.js');app.post('/channels',asyncfunction(req,res){//接收参数channel名称和配置文件的路径//通道配置交易路径