真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

Hyperledgerblockchain-explorer怎么用

小編給大家分享一下Hyperledger blockchain-explorer怎么用,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!

在威信等地區(qū),都構(gòu)建了全面的區(qū)域性戰(zhàn)略布局,加強(qiáng)發(fā)展的系統(tǒng)性、市場(chǎng)前瞻性、產(chǎn)品創(chuàng)新能力,以專注、極致的服務(wù)理念,為客戶提供網(wǎng)站設(shè)計(jì)制作、成都做網(wǎng)站 網(wǎng)站設(shè)計(jì)制作按需設(shè)計(jì),公司網(wǎng)站建設(shè),企業(yè)網(wǎng)站建設(shè),品牌網(wǎng)站建設(shè),營(yíng)銷型網(wǎng)站,外貿(mào)網(wǎng)站制作,威信網(wǎng)站建設(shè)費(fèi)用合理。

1. 進(jìn)入目錄

/opt/gopath/src/github.com/hyperledger/blockchain-explorer

創(chuàng)建psg.yaml

# Use postgres/example user/password credentials
version: '3.1'

services:

  db:
    image: postgres
    restart: always
    environment:
      POSTGRES_PASSWORD: postgres
    ports:
      - 5432:5432
    volumes:
      - ./psgdata:/var/lib/postgresql/data

  adminer:
    image: adminer
    restart: always
    ports:
      - 8081:8080

啟動(dòng)db

docker-compose -f psg.yaml up

啟動(dòng)后,localhost:8081未adminer管理界面,5432為db端口

登陸postgres/postgres,創(chuàng)建數(shù)據(jù)庫(kù)和表,使用腳本為

app/persistance/postgreSQL/db/*.sql

確保文件/opt/gopath/src/github.com/hyperledger/blockchain-explorer/app/persistance/postgreSQL/db/pgconfig.json中配置和真實(shí)環(huán)境匹配。

2. 在所有帶有package.json的目錄執(zhí)行npm install

啟動(dòng) fabric-samples中的first-network

啟動(dòng)app使用

cd app
node main.js

啟動(dòng)client

cd client
npm run start

以上是“Hyperledger blockchain-explorer怎么用”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對(duì)大家有所幫助,如果還想學(xué)習(xí)更多知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!


本文題目:Hyperledgerblockchain-explorer怎么用
URL分享:http://weahome.cn/article/pcecce.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部