当我尝试composer-rest-server -c acme-admin@test-bna时,我得到以下输出: Discovering the Returning Transactions..Added schemas for all types to Loopback throw er; // Unhandled 'error' event^
at Server.setupList
我安装并启动了我的业务网络。现在我想执行composer-rest-server -c admin@test-network,但我得到了以下输出: Discovering types from business network definitionAdded schemas for all types to Loopback throw er; // Unhandled 'error' event^
Error: listen EADDRIN
我在HyperLedger控制台中看到以下错误: Unhandled errorfor request GET /bootstrap.min.css.map: Error: Cannot GET /bootstrap.min.css.map
at raiseUrlNotFoundError(/usr/local/lib/node_mod
Connection fails: Error: Card not found: admin@bc612182{ Error: Card not found: admin@bc612182
at store.get.then.catchConnection fails: Error: Card not found: admin@bc612
我对UI freamework有点陌生,所以请告诉我,如果我构建了一个基于angular的普通应用程序,它使用composer rest api for UI (注意:不是Node.js应用程序),有没有办法消费事件因为根据文档,它说: Node.js应用程序可以通过使用composer-Client.BusinessNetworkConnection.onAPI调用来订阅来自业务网络的事件。事件在业务网络模型文件中定义,并由事务处理器功能文件中的指定事务发出。
重定向到博客或文档链接会