找到约 12 条结果

文章 EthCC[7]学习笔记:以太坊Rollup中心化路线图的真相

...CC).%20In%20this%20note%2C%20Christine%20shares%20her%20main%20takeaways%20and%20learnings%20from%20EthCC%5B7%5D.) - [Email](mailto:email@email.com?Subject=Read:%20Learnings%20from%20EthCC%5B7%5D%3A%20The%20Truth%20About%20Ethereum's%20Rollup-Centric%20Roadmap%20&body=Learnings%20from%20EthCC%5B7%5D...

问题 在BSC链上合约方法调用时出现错误,提示:uint256[]不匹配——尝试toWei,toInt,toBytes等都无法解决,请教应该怎么弄?

... function with name `batchRegister`, positional argument(s) of type `(, )` and keyword argument(s) of type `{}`. Found 1 function(s) with the name `batchRegister`: ['batchRegister(uint256[],uint256[])'] Function invocation failed due to no matching argument types. 4、尝试过的办法: bat...

文章 隆重推出:下一代增强型 WebSockets

...适用于[企业计划及以上](https://www.helius.dev/docs/billing/plans-and-rate-limits#pricing-plans)。Solana**的**标准WebSockets可用于免费和付费计划。 ### 端点 - 主网:`wss://atlas-mainnet.helius-rpc.com/?api-key=` - 开发网:`wss://atlas-devnet.helius-rpc.com/?api-key=...

文章 统一影响力:创建影响力评估和测量工具…

...域之外**。 ![Each Category had it's own "Definition of the category" and "Definition of impact for it"](https://img.learnblockchain.cn/2025/10/11/HqDQbzs-dZahaW6eEGaKF.png) Each Category had it's own "Definition of the category" and "Definition of impact for it" 2. 然后,徽章持有者将...

文章 聊聊接入Arbitrum的正确姿势

...龙头每次可以领取到好几种币,包括 1 ETH, 1 wETH, 500 DAI, and 5 NFTs。不过,对推特账号有要求,要求至少有 1 条推文、15 个 followers、注册 1 个月以上。我自己的推特账号目前也才只有 5 个 followers,不满足条件。 第三个水龙头是 ...

文章 以太坊DEX的交易与套利:获取汇率(第1部分)

> * 原文:[Trading and Arbitrage on Ethereum DEX: Get the rates (part 1)](https://ethereumdev.io/trading-and-arbitrage-on-ethereum-dex-get-the-rates-part-1/) 作者: https://ethereumdev.io/author/peter/ > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:...

文章 如何为智能合约钱包设置基础设施

...显著的改进](https://blog.tenderly.co/how-to-use-account-abstraction-and-simulations-in-smart-wallets/)。 基于账户抽象系统的智能合约钱包无需对以太坊进行任何更改,而是引入了一些新组件,指定了使用它们时的操作和流程。 因此,如果你准备...

文章 深入了解MPT树

... // 如果整个key都匹配,则只更新对应的value // and only update the value. if matchlen == len(n.Key) { // 递归调用 insert,继续处理子节点。 dirty, nn, err := t.insert(n.Val, append(prefix, key[:matchlen]...), key[matchlen:], value...

文章 Sui Move初体验(2) -- 创建 NFT 剑

... sword) == 42 && strength( & sword) == 7, 1); // create a dummy address and transfer the sword let dummy_address = @0xCAFE; transfer::transfer(sword, dummy_address); } ``` 现在让我们进入新测试函数的具体内容。首先是生成几个地址,代表测试环境中的用...

文章 Optimism 对比 Polygon:哪个以太坊二层网络适合你?

...引力。其 [面向企业](https://polygon.technology/blog/google-cloud-and-polygon-labs-join-forces-to-provide-developer-tools-and-enterprise-infrastructure-to-accelerate-growth-across-polygon-protocols) 的工具使其成为集成区块链的品牌的理想选择,但开发人员必须权衡其...

文章 深入理解Plasma(一)Plasma 框架

...建了一系列[智能合约](https://learnblockchain.cn/2018/01/04/understanding-smart-contracts/)作为主链和子链 Game Chain 通信的媒介。这些智能合约中不仅规定了子链中的一些基本的状态转换规则(例如如何惩罚作恶的节点),也记录了子链中的状...

文章 Intento是什么?跨链自动化深度探索

...LP rewards, dynamically shift funds to higher-yielding pools based on APY, and rebalance positions to mitigate impermanent loss. - **高级交易策略:** 该平台支持基于特定价格条件(而不是手动择时)执行 DCA 和限价单。它还使用户能够在一段时间内进行大...