问题标签 [lotionjs]

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 投票
0 回答
69 浏览

tendermint - LotionJS 同行发现 | 地址 [...] 不包含 ID

我试图用 docker-compose 启动一个网络。在那里,我会将 IP 地址和端口号传递给 LotionJS。如果我启动 docker 容器,我会收到一个错误: Address (x.x.x.x:xxx) does not contain ID.

但在 LotionJS 自述文件中注明

peers: [], // 要连接的初始tendermint 节点的“:”数组。如果未指定,则执行自动对等发现。`

所以我现在的问题:

  • 我需要身份证吗?
  • 如果是,我该如何设置对等点的 ID?
  • 此外,自动对等发现似乎不起作用?
0 投票
1 回答
161 浏览

node.js - lotion.js:应用程序中的错误,计算到目前为止发生的事务数(TypeError:app.listen 不是函数)

在运行此代码(我在 lotion js 官方网站上找到)时,我收到此错误