问题标签 [hyperledger]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
go - HyperLedger-Fabric 链码部署 - Base64 错误
我试图按照 Windows 设置在我的笔记本电脑上设置 Hyperledger 区块链,能够启动并运行 docker 映像,但是当我尝试部署提供的示例时,它总是在 JSON 输入中抛出错误,如图所示以下。
回复:
我在主机上尝试过 POSTMAN:
得到回应
这类似于错误消息,我仍然无法解决此问题,按照建议创建新帖子,请帮助我解决此问题。
hyperledger - Docker option2,传输正在关闭错误
我正在尝试简单的链代码,membersvc 和验证对等体在 Docker for Mac 中运行。运行链码示例 2 时出现此错误:
docker - 错误:尝试连接到本地对等方时出错:grpc:尝试连接时超时
无法在我的本地超级账本结构中部署链代码示例。
系统配置:mac osx,Mac 的 Docker 工具箱
使用 docker-compose.yaml 启动并运行一个验证节点
通过运行部署链代码时
它将错误显示为[shim] ERRO:尝试连接到本地对等方时出错:grpc:尝试连接时超时
我尝试按照grep timeout 解决方案的建议替换 CORE_PEER_ADDRESS,但错误没有变化。
hyperledger - Hyperledger Fabric 基础映像 protoc-gen-go:程序未找到或不可执行
对于 devenv,当运行 vagrant up 时,得到 protoc-gen-go: program not found or is not executable 错误。
go - 链代码示例中没有可构建的 Go 源文件错误
我刚刚开始学习 GO 和 ChainCode。我已按照以下 URL 中提到的说明学习编程链码
https://github.com/IBM-Blockchain/learn-chaincode
我已经设置了代码并运行了命令$ go build ./
但我收到以下错误
../../../hyperledger/fabric/core/crypto/attributes/attributes.go:28:2:/home/serveradmin/gowork/src/github.com/hyperledger/fabric/ 中没有可构建的 Go 源文件核心/加密/属性/原型
让我知道,如果有人遇到此错误并修复它
blockchain - 超级账本结构使对等体不运行
在 Windows 上,在 Vagrant 内部,我试图make peer
在/opt/gopath/src/github.com/hyperledger/fabric
.
我收到以下错误:
macos - 垫片:运输正在关闭错误
与 jira 票证https://jira.hyperledger.org/browse/FAB-246中提到的完全相同的错误。
尽管其中一条评论说要采取最新的一切,但这对我没有帮助。
我的结构环境:使用docker-compose.yaml 在 docker toolbox for mac 中运行,如下所述。
我正在使用以下命令注册我的链码。
我通过运行以下命令将对等端口设为50250 。
hyperledger - Hyperledger rest api ID field value
Hyperledger rest API, what's the use of the "ID" field of the payload? Is it a correlation field to keep track of the rest call?
"id":60
{"jsonrpc":"2.0","result":{"status":"OK","message":"100"},"id":60}
go - 为什么我无法从存根的 GetState 函数中获取我的donationId 值
目前,我正在学习 hyperledger/fabric 并尝试编写链码。下面是我创建的调用函数和自定义函数。
但是,当我尝试使用 swagger UI 调用和检索“donationid”的值时,它是空的。我的代码有什么问题吗?提前致谢。 调用
询问