问题标签 [hyperledger-composer]

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 投票
3 回答
3660 浏览

hyperledger-fabric - Windows 上的织物作曲家?

Windows 是否支持 fabric-composer? https://fabric-composer.github.io/tasks/prerequisites.html

如何获得 Slack 频道的邀请? https://fabric-composer.github.io/support/index.html

0 投票
1 回答
128 浏览

loopbackjs - 将 REST-API 与入门指南一起使用会返回 500 错误

按照https://fabric-composer.github.io/start/getting-started-rest-api.html的说明,测试生成的 api

生成以下错误

我看到引导脚本将点换成下划线,这可能在其他地方也需要吗?

供参考,这是我的环回包的节点依赖项

0 投票
3 回答
452 浏览

npm-install - 为什么我的 Ubuntu 设置中 Fabric Composer npm-install 失败?

我是 npm 和 hyperledger fabric-composer 的新手 问题:我的设置有什么问题?调查和解决此类错误的策略是什么?

我做了什么:

  1. 安装 Ubuntu Linux 14.04 LTS(64 位)
  2. 使用https://fabric-composer.github.io/tasks/prerequisites.html上提供的脚本安装先决条件

执行 npm install 原因(不知道这个信息是否足够):

有关详细的 npm-debug.log 文件,请参阅链接 https://gist.github.com/mjh-halder/9fe473b44f0a731c996bbc5754011013

0 投票
1 回答
261 浏览

hyperledger-composer - 无法基于正在运行的业务网络生成 Angular 应用程序

当尝试按照说明(https://fabric-composer.github.io/tasks/genapp.html)基于正在运行的业务网络生成 Angular 应用程序时,我收到 No bower.json present 错误,使用默认配置文件。它似乎生成了一个 node_modules 目录,但它是空的,但是没有创建 angular-app 目录。我能够通过指向文档第 2 步中概述的现有 BNA 文件来生成应用程序,但这并不理想。有什么想法吗?

0 投票
1 回答
74 浏览

hyperledger-composer - Fabric Composer Syntax Highlighter - 先决条件文档参考无效

在此处的开发先决条件中,建议使用“Atom Concerto Syntax Highlighter”。令我遗憾的是,我在可用的软件包中看不到它。在https://atom.io/packages它也没有。

有人可以帮我安装 Atom Fabric Composer Syntax Highlighter 吗?

伊加拉西卡

0 投票
1 回答
249 浏览

hyperledger-composer - 如何为多用户开发和生产环境安装 Fabric Composer

您可以为多用户开发和生产环境安装 Fabric Composer。似乎您可以在 CLI 上使用 --connectionProfileName, -p 选项,但我找不到它的定义位置。

0 投票
1 回答
2295 浏览

ibm-cloud - Fabric composer 与 Bluemix 区块链服务的集成

现在可以将 composer Fabric 业务网络、.bna 文件部署到 bluemix 区块链服务吗?如果是这样,是否有某人可以共享的连接配置文件示例?谢谢。

0 投票
1 回答
32 浏览

hyperledger-composer - 使用像 Sinopia 这样的我自己的私有 npm 是否合理,还是有更简单/更好的方法?

(问题正在记录以备将来使用)

我对 node js 不是很熟悉,并且不确定在使用 fabric composer 时是否应该使用私有 npm 存储库

0 投票
1 回答
31 浏览

hyperledger-composer - 我是否需要在我的存储库中同时创建/部署数字资产网络和数字资产模型,或者它们可以只是一个项目?

(问题正在记录以备将来使用)

我可以在 fabric-composer github 组织中看到两个存储库,一个sample-modelshttps://github.com/fabric-composer/sample-models)和另一个sample-networkshttps://github.com/fabric-composer/sample-networks)。模型和网络可以存储在同一个存储库中吗?

0 投票
1 回答
34 浏览

hyperledger-composer - 是否可以避免创建和部署项目,只通过 API 调用创建业务网络?

(问题正在记录以备将来使用)

有没有办法通过composer-clientcomposer-adminAPI 创建业务网络,而不是将其创建为自己的项目?