按照本教程,我在我的 PC 上本地运行了一个 Substrate 节点。https://substrate.dev/docs/en/tutorials/create-your-first-substrate-chain/interact。可以在两个端口上查看:
Local: http://localhost:8000/substrate-front-end-template
On Your Network: http://192.168.56.1:8000/substrate-front-end-template
所以我认为连接不是问题。
无论如何,我通过以下命令将@polkadot/api 绑定到我的节点:
yarn add @polkadot/api
.
现在,每当我运行我的节点时,我都会在浏览器中遇到错误:
Error Connecting to Substrate
Error: FATAL: Unable to initialize the API: createType(StorageKey):: Derived TypedArray constructor created an array which was too small
任何人都可以帮忙吗?