找到约 15 条结果

文章 [译]构建去中心化智能合约编程货币

...一个很好的例子。 在[此处](https://reactjs.org/docs/components-and-props.html)阅读有关React组件的更多信息。 ## 函数(Functions) 我们在`packages/buidler/contracts`中的`SmartContractWallet.sol`中创建一个 `isOwner()`的函数. 这个函数可以查询钱包是...

文章 该选择哪个 L2 技术栈:OP Stack 还是 Arbitrum Orbit

...扩展性](https://www.zeeve.io/blog/achieving-scalability-through-rollups-and-parachains)。 它们都有不同的战术方法。然而,它们共享相同的核心特征,包括 [Ethereum](https://www.zeeve.io/blockchain-protocols/deploy-ethereum-blockchain/) 结算和数据可用性。 ...

问题 vue 使用bip32 创建btc钱包的问题

...k. BREAKING CHANGE: Since webpack 5 WebAssembly is not enabled by default and flagged as experimental feature. You need to enable one of the WebAssembly experiments via 'experiments.asyncWebAssembly: true' (based on async modules) or 'experiments.syncWebAssembly: true' (like webpack 4, deprecated)...

文章 什么是 BSC(币安智能链)?BNB Chain 指南

...smart-chain/) 和 Binance Chain 合并为一个名为 BNB Chain(“Build and Build”)的产品。 看看官方项目团队怎么说: ![BNB_Chain_elements](https://img.learnblockchain.cn/2025/09/17/BNB20Chain20historyone.svg) [来源](https://www.binance.com/en/support/announcement/introduci...

文章 Sui Move 验证者质押staking_pool 分析

...rd_withdraw_amount) } ``` ### epoch驱动方法process_pending_stakes_and_withdraws 每当新的epoch来临的时候,都会处理一下pending,同时把最新的兑换率添加到exchange_rates中去 ``` public(package) fun process_pending_stakes_and_withdraws(pool: &mut StakingPool, c...

文章 Solidity Gas剩余量

...称为 `msg.gas` ([msg.gas](https://learnblockchain.cn/docs/solidity/units-and-global-variables.html#block-and-transaction-properties:~:text=%3A%20complete%20calldata-,msg.gas,-\(uint\)%3A%20remaining))。 ### 作者 本文由 Jesse Raymond 合著 ([LinkedIn](https://www.linkedin.com/in/jesse-...

文章 如何使用 QuickNode 在 IPFS 上创建和托管博客

...m/signup?utm_source=internal&utm_campaign=guides&utm_content=how-to-create-and-host-a-blog-with-ipfs)) ## 什么是 IPFS? InterPlanetary File System,更广为人知的名称是 IPFS,是一种协议,旨在创建一种去中心化的、点对点的方法来存储和共享分布式文...

文章 形式化验证 Gasper 共识机制的终局性

...得了更通用的形式。 ### 合理化与终局化(Justification and Finalization) 终局性概念仅与 *“检查点区块”*(也叫 “时段边界区块”,就是位于时段(epoch)起点处的区块)有关。见证消息中有一部分叫 *“合理化投票”*,验证...

文章 BOLT 4:洋葱路由协议

...化临时密钥](#blinding-ephemeral-keys) * [数据包构建](#packet-construction) * [数据包转发](#packet-forwarding) * [填充生成](#filler-generation) * [返回错误](#returning-errors) * [失败消息](#failure-messages) * [接收失败代码](#receiving-failure-codes) ...

文章 Based Rollup 与 Puffer UniFI

...irmations: Fast pre-confirmations are trivial with centralised sequencing, and achievable with an external PoS consensus. Fast pre-confirmations with L1 sequencing is an open problem with promising research avenues including EigenLayer, inclusion lists, and builder bonds. > > 预确认:使用中...

文章 在Solana中创建“映射”和“嵌套映射”

... const program = anchor.workspace.ExampleMap as Program; it("Initialize and set value", async () => { const key = new anchor.BN(42); const value = new anchor.BN(1337); const seeds = [key.toArrayLike(Buffer, "le", 8)]; let valueAccount = anchor.web3.PublicKey.findProgramAddressSyn...

文章 从头开始了解Merkle树的 LAYER 2

...node const leafValue = this.N(level, index); // get the levels and indexes of the nodes on the leaf's merkle path const merklePath = getMerklePathOfNode(level, index); // get the levels and indexes of the siblings of the nodes on the merkle path const merklePathSiblings ...

文章 Web3系列教程之入门篇---7. 一些需要注意的学习点

...住这一点。 ## [ABI](https://learnblockchain.cn/2018/08/09/understand-abi) ABI 代表应用二进制接口。在使用以太坊时,这是一个比较棘手的问题,但我们会尽力解释清楚。 在新手教程中,以及在教程中您将进一步遇到的,您将大量使用...

文章 Aptos合约开发之HelloWorld篇

...架,Aptos-cli。Aptos-cli的定义如下。 >The aptos tool is a command line interface (CLI) for debugging, development, and node operations. This document describes how to install the aptos CLI tool. See Use Aptos CLI for how to use the CLI. 官方文档: https://aptos.dev/cli-tools/apt...

文章 ZKStack 跨链架构内幕 — 第二部分:网关结算和递归证明

...金。 请记住,跨链代币转账遵循以下一般原则: - lock-and-mint:从代币的原始链桥接出去,也称为**存款** - burn-and-unlock:桥接回代币的原始链,也称为**提款** 即使传输日志始终通过 `fullRootHash` 提交,包含证明的格式也取决于...