Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究 Azure 区块链服务上的 POC。在进行快速入门时,我在部署“Hello Blockchain!”时观察到了这一点。智能合约,挖出的区块号是34136,既然我部署了新的联盟网络,为什么区块号这么大?我希望块号为 1 或说 2。
当您部署 Workbench 时,您是自带区块链端点还是让 Workbench 为您创建一个?
如果您没有自带区块链终结点,Workbench 将创建一个 Azure 区块链服务实例作为底层区块链联盟资源。按照配置,区块链将至少每 5 分钟生成一次区块,即使没有部署合约/交易。