hyperledger-fabric

    0熱度

    1回答

    我的鏈代碼存在問題,因爲我無法查詢所有數據(過去的記錄)並顯示出來。 我希望做的是,如果同樣的uniqueID變量在。 對於計數器鍵,與UNIQUEID增值我能得到正確的查詢,添加計數器。 目前,我可以從blockchain獲得奇異條目的數據,當我跑這條命令: peer chaincode query -C food -n food_ccv01 -c '{"Args":["queryFoodInf

    0熱度

    1回答

    我想從我的Hyperledger Composer編譯的項目中刪除Bootstrap樣式表。 我使用yo hyperledger-composer然後npm start編譯。每當src/index.html獲得服務http://localhost:4200/,一個Twitter引導<style>標籤正在關閉</head>標籤之前插入。這裏是來源: <head> <meta charset

    0熱度

    1回答

    在命令行我正在執行: fabric-ca-client register --id.name <> --id.type peer --id.affiliation peerorgs.1A --id.attrs <> 我收到以下錯誤: 「無法獲得聯繫」。 但是,從屬關係條目存在於fabric-ca-server.db中。有人能幫助我理解爲什麼我得到這個錯誤嗎? 感謝, Smitha

    1熱度

    2回答

    peer chaincode install -n simple-token -v 1.0 -l java -p /Users/friends/Documents/Virtual\ Machines.localized/share/projects/hsl-hsl-user-guide-examples-v14/simple-token/simple-token-chaincode peer

    1熱度

    3回答

    我可以成功執行多次peer chaincode instantiate,它應該返回它的存在,但不是。爲什麼? logs after instantiate command logs the docker returns 步驟: 從my github project chaincode-docker-devmode,我複製MSP(對等體和訂貨人一起使用),genesis.block,helloch.

    3熱度

    2回答

    我通過BYFN將批註政策從「或」更改爲「AND」並實例化Chaconode。但是,即使在Invoke執行後,分類賬中的數據也不會更改。 我確認「OR」條件正在工作(分類賬中的數據發生變化) 請讓我知道我該如何解決它。 peer chaincode instantiate -o orderer.example.com:7050 --tls $CORE_PEER_TLS_ENABLED --cafil

    0熱度

    1回答

    我現在用的是給定鏈路探索織物-CA http://fabric-ca.readthedocs.io/en/latest/users-guide.html 以下鏈接中的內容,我想設置織物CA服務器與MySQL作爲數據庫和我如我不使用所述TLS 在上述「數據源」 AM指定下面配置用於相同織物-CA-服務器config.yaml db: type: mysql datasource:

    0熱度

    1回答

    我嘗試使用configtxlator添加新組織Org3但失敗。下面是從服務器控制檯日誌中的錯誤: orderer.example.com | 2017-09-06 10:16:04.960 UTC [orderer/main] Deliver -> DEBU 8b8 Starting new Deliver handler orderer.example.com | 2017-09-06 1

    0熱度

    1回答

    我在多組織,多對等網絡的頂部部署composer時出現問題。我的網絡有兩個CA,一個訂單和六個同行(每個組織兩個)。 網絡使用TLS,這是給我的一些問題。當運行 作曲家網絡ping命令的-n入網2 -p ORG1 -i用戶-s通過 我收到SSL錯誤; E0913 16:54:49.855499904 120141 ssl_transport_security.c:921]握手失敗,致命錯誤SSL_

    0熱度

    1回答

    我在哪裏可以找到Hyperledger配置文件crypto-config.yaml和configtx.yaml部分的參考文檔? provided commented sample files沒有詳細解釋某些部分。