我按照在自己的 Crate 中编写 Pallet教程进行操作。我按照教程仔细检查了所有内容,但当我cargo build --release时,我收到 66 条错误消息。大多数错误消息与以下 2 条类似(更多详细信息请见下文): cannot find type `Pallet` in crate/scopethe trait bound `Runtime: frame_system::pa
2021-07-05
想根据他们的指南 [1] 一步一步创建我的第一个 Substrate 链:https://substrate.dev/docs/en/tutorials/create-your-first-substrate-chain/运行此命令:cargo build --release但出现此错误: Compiling sc-chain-spec v3.0.0The following warning
2021-06-08
当我按照步骤公开合同托盘 API 时显示错误。https://substrate.dev/docs/en/tutorials/add-a-pallet-to-your-runtime/#install-the-node-template我完全按照步骤操作,并修复了与 ContractExecResult::Success 关联的另一个错误。现在我对这 2 个错误感到困扰。我相信它与其语法有关,或者
按照向运行时添加模块的步骤,我正在尝试为Dothereum Runtime实现Dothereum Runtime实现Parity Substratepaint-evm特性。根据我之前的工作:如何为 Substrate 运行时实现 EVM 特征?我为 Dothereum 运行时实现了 EVM 特征:// Implement the EVM Trait for the Dothereum Runtim