找到约 14 条结果

文章 The Graph监听合约事件:从部署到查询

...@latest npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm warn deprecated rimraf@2.7.1: Rimraf versio...

文章 基础篇-引用与借用

... &s; // 没问题 let r3 = &mut s; // 错误 println!("{}, {}, and {}", r1, r2, r3); ``` 错误信息: ``` $ cargo run Compiling variables v0.1.0 (/projects/variables) error[E0502]: cannot borrow `s` as mutable because it is also borrowed as immutable --> src/main.rs:6:14 ...

文章 EVM Paymaster & Bundler 前五大供应商的性能基准测试

... ![](https://img.learnblockchain.cn/2025/07/05/mework_Navigate_Rollups_L1s_and_L2s_050fed92d4.png) ### 概述 (TL;DR) - **我们**分析了前五大EVM Paymaster & Bundler解决方案(Gelato Relay、Pimlico、ZeroDev UltraRelay、Alchemy和ThirdWeb)的性能指标 - **测试**揭示了延迟...

文章 DAO的法律考量

...基础知识](https://blockapps.net/blog/the-fundamentals-of-the-metaverse-and-web3/) - [去中心化系统实现的网络安全未来](https://blockapps.net/blog/the-future-of-cybersecurity-with-decentralized-systems/) - [通证化及其对商业的影响](https://blockapps.net/blog/tokenization-an...

文章 UUPSUpgradeable 漏洞分析

...pgrade方法,用于授权一个新地址。同时提供了一个upgradeToAndCall方法,用于升级后马上进行初始化操作。 ```js function upgradeTo(address newImplementation) external virtual { //第一步检查msg.sender的权限 _authorizeUpgrade(newInplementation); ...

文章 每周以太坊进展,2020/07/19

...论坛](http://ask-about-geth.xyz/) * [KV witness](https://medium.com/@mandrigin/kv-witness-8985168537f9):另类的区块见证数据提议 ## Eth2 * [一份对 Eth2 经济模型的检视](https://medium.com/@thomasborgers/ethereum-2-0-economic-review-1fc4a9b8c2d9) * [Afri 更新了 Eth2 ...

文章 Sui Move 实现一个简单的票务系统

...kage_services_ids: vector, income: Balance, } ``` ## 2.5 Service and PackageServices - Service 单项服务,只需要服务名称和其价格: ```move public struct Service has store, drop { service_name: String, price: u64, } ``` - PackageServices 服务套...

文章 如何启动一个DAO博客

...考虑了 [DAO 的优缺点](https://www.web3.university/article/the-pros-and-cons-of-building-a-dao),并准备好将你的知识付诸实践。此外,虽然从技术上讲你可以在各种区块链上构建 DAO,但我们将使用以太坊网络进行此分析,因为截至撰写本文时,...

文章 Web3开发的Remix Desktop与VSCode开发者指南

...为增强开发体验提供了稳定性和效率。 现在,BuildBear Sandbox通过简单的本地区块链设置,将智能合约的部署提升到了一个新的水平,解决公共测试网面临的挑战,提供无限的代币和强大的测试套件。本文深入探讨如何利用Remix和...

文章 多维度评判硬件钱包的安全性和可信度

... _来源: [https://foundationdevices.com/2020/05/evaluating-the-security-and-trustability-of-hardware-wallets/](https://foundationdevices.com/2020/05/evaluating-the-security-and-trustability-of-hardware-wallets/)_ 随着比特币价格攀升,我们意识到鼓励用户将资产从交易所里...

文章 Sui Move 实现一个简单的无需管理的自动开奖系统 —— Self-service lottery

...w: SELF_SERVICE_LOTTERY, ctx: &mut TxContext) { // generate Publisher and transfer it package::claim_and_keep(otw, ctx); // generate LotterySystem and share it transfer::share_object(LotterySystem { id: object::new(ctx), lotteries: table::new(ctx), ls_i...

文章 定义和讨论 “比特币的安全性”

...SHI256\]_ > > _来源: [https://medium.com/block-digest-mempool/defining-and-discussing-bitcoin-security-38f35cc80c18](https://medium.com/block-digest-mempool/defining-and-discussing-bitcoin-security-38f35cc80c18)_ ![img](https://img.learnblockchain.cn/2025/07/14/My6LQ.jpeg) ## 没有 “网络...

文章 如何将 Sepolia 添加到 MetaMask

...Base Sepolia ETH from a Faucet\\ \\ Building on Base? Get free Sepolia ETH and start testing your dApp!](https://www.alchemy.com/overviews/get-base-sepolia-eth) [![Featured content card overlay](https://img.learnblockchain.cn/2025/04/16/card-overlay.svg)\\ \\ Testnets\\ \\ How to Migrate from Goerli...

文章 Aptos Token Object V2 | Move dApp 极速入门(贰拾肆)

> **作者介绍:** > > I’m Aladeen, fresh graduate student and novi blockchain developer. I love meeting people across the globe and make new connections. I’m looking for people that have interest in coding and problem solving to join me for a wonderful journey so if you’re interested fee...