问题标签 [hyperledger-sawtooth]

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.

0 投票
1 回答
185 浏览

hyperledger-fabric - Hyperledger Fabric 和 Hyperledger Sawtooth 中的证书颁发机构

Hyperledger Sawtooth 是否有任何组件可以执行类似于 Fabric CA 在 Hyperledger Fabric 中所做的操作?

如果没有,我可以使用任何这样的外部组件吗?

0 投票
1 回答
445 浏览

hyperledger-sawtooth - 链头尚未设置。全部允许

使用本指南安装 Hyperledger 锯齿:

https://sawtooth.hyperledger.org/docs/core/releases/latest/sysadmin_guide/installation.html

比:

比:

REST-API 也可以。

我完全按照指南中的说明完成了所有步骤。大人也帮不了我。超级账本锯齿验证器节点权限问题

创世纪已附加?!

0 投票
1 回答
154 浏览

docker - 无法在 Hyperledger Sawtooth 中启动验证器节点。Docker 无法验证证书

我正在尝试docker-compose up在我的 Ubuntu 机器上的 Hyperledger Sawtooth 设置中启动验证器节点的命令。

我在我公司的代理后面运行这个命令。

当我使用命令docker-compose up时,我得到以下输出:

它说服务器验证失败并在步骤(6/15)停止。

我该如何解决?

0 投票
1 回答
240 浏览

hyperledger - What is the block time of Hyperledger Sawtooth PoET?

As the title says, does it have a fixed block time or is it just defined by the random waiting period of the nodes? Is there an estimation how long this could be by default?

0 投票
0 回答
738 浏览

docker - Rust 安装失败。命令 'rustup-init -y' 抛出错误。

我在公司代理后面,我正在尝试在 Ubuntu 机器上安装 Hyperledger Sawtooth。

该设置的一部分是安装失败的 rust。

它使用以下命令,该命令取自“Dockerfile”文件作为命令的一部分docker-compose up

curl --insecure https://sh.rustup.rs -sSf > /usr/bin/rustup-init && chmod +x /usr/bin/rustup-init && rustup-init -y

这给了我一个错误:

显然,该命令rustup-init -y失败,因为我在公司代理后面,并且无法连接 URL https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init

我在哪里进行修改(添加 -k 标志)以关闭 curl 的证书验证选项,以便我获得不安全的连接并且我的安装成功?

我尝试修改 rustup-init.sh 文件,但没有用。

0 投票
1 回答
83 浏览

intel - 在超级账本锯齿中,英特尔的 PoET 有什么替代品吗?

我发现除了 PoET 之外的 hyperledger 锯齿也适用于RAFT。我想知道是否还有其他与 HyperLedger Sawtooth 兼容的共识算法?

0 投票
1 回答
148 浏览

http-status-code-404 - Hyperledger Sawtooth Marketplace Rest API 404 错误

我正在尝试在全新安装的 Ubuntu v18 上构建和测试以下程序:

https://github.com/hyperledger/sawtooth-marketplace

安装后,当我尝试导航到“Marketplace-Rest-API”(localhost:8040)和“Sawtooth-Blockchain-Rest-API”(localhost:8043)时,出现 404“resource not found”错误

我不确定为什么这些不起作用。localhost:8041 和 localhost:8042 的接口运行良好。似乎其余 API 的导航方式与这两个类似,所以我不确定为什么它们会起作用而其他 API 不会。

编辑:看来我可以到达端口,因为终端中有响应:

任何帮助将非常感激!

0 投票
1 回答
52 浏览

hyperledger - 如何使用 Hyperledger Sawtooth 中的控制台查找用户地址?

  • 如何在超级账本锯齿中找到用户地址?
  • 如何在锯齿验证器节点上注册用户?
  • 以太坊中有没有类似账户的东西?
0 投票
1 回答
135 浏览

hyperledger-sawtooth - 无法在 Hyperledger 锯齿组(以太坊)中创建帐户

我正在尝试在锯齿网络上部署智能合约。使用命令创建帐户时:它正在超时。

错误:提交帐户创建事务时出现问题:事务已提交,但客户端在提交之前超时。

我们可以增加超时时间或者错误的可能解决方案是什么?

0 投票
2 回答
494 浏览

hyperledger-fabric - Hyperledger锯齿核心和Hyperledger锯齿军刀有什么区别?

我是区块链技术的新手。我们已经竞标了超级账本的潜在项目。所以我正在阅读超级账本 Sawtooth 的文档。在文档中,我找到了 Sawtooth core 和 Sawtooth Sabre。从文档中,通俗地说,我可以看出 Sawtooth 核心为您提供了平台,而 Sawtooth Saber 是一种制作智能​​合约的方式。

我的问题是:

  1. 我的理解对吗?
  2. 我可以使用智能合约,即带锯齿核心的锯齿军刀吗?(任何文档,任何参考,请提供)
  3. 你能指出一些很好的学习材料吗?
  4. Is Sawtooth 是正确的选择,而不是织物。