找到约 14 条结果

文章 什么是区块链游戏?

...ation-hub/permissionless-composability#:~:text=DEFINITION,permissionless%20and%20censorship%2Dresistant%20infrastructure)。 ![区块链游戏提供开放的游戏内经济,对数字物品和货币拥有主权所有权。](https://img.learnblockchain.cn/2025/07/18/blockchain-games_crypto-game-eco...

文章 以太坊路线图展望:FOCIL 和多提议者方案的案例

.../posts/art...](https://a16zcrypto.com/posts/article/ethereum-roadmap-focil-and-multi-proposers) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 UPI与加密货币:超级App产品生态系统与货币化目标

...: [messyproblems.substack.c...](https://messyproblems.substack.com/p/upi-and-crypto-super-app-product) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 揭秘模块化智能账户安全

...店”,类似于现有的应用程序或扩展商店,例如在 iOS、Android、Vscode 或 Raycast 上。这将需要开发人员或团队构建一个或一组模块,其他开发人员可以使用这些模块来为其产品提供支持,或者用户可以直接在其账户上安装这些模块...

文章 GenLayer:用于主观数据的 AI 共识

...构概览 这一切的核心是 [GenVM](https://docs.genlayer.com/understand-genlayer-protocol/core-concepts/genvm)(GenLayer 虚拟机),智能合约在其上发挥作用的“舞台”。一个**基于 WASM** 的 [虚拟机](https://learnblockchain.cn/article/20490) 专门设计用于在去...

文章 理解 delegatecall 及其安全使用方法

.../dev.to/mudgen/how-diamond-storage-works-90e)。我还建议阅读 [Understanding Diamonds on Ethereum](https://dev.to/mudgen/understanding-diamonds-on-ethereum-1fb)。 ##### 应用存储 应用存储类似于继承存储,但它解决了名称冲突的问题,名称冲突在这种情况下...

文章 如何通过区块链游戏实现货币化

...场通常会抽取 [30% 的分成](https://hackernoon.com/how-steam-apple-and-google-use-their-monopoly-in-the-gaming-industry-1k2q3yic)。 ![一张图表概述了区块链游戏中固有的开放经济机制。](https://img.learnblockchain.cn/2025/07/18/99655839_image.jpg) 区块链游戏本质...

文章 Portal Fantasy深度解析

...可以在浏览器上玩,未来还将在移动设备(网络、iOS 和 Android)和 Steam 上推出。该团队计划在 2023 年下半年推出英雄 PvE 和 PvP 模式,并在 2024 年推出建筑师模式。 2023 年 5 月 30 日,该团队举办了[首次 NFT 铸造活动](https://mediu...

文章 2022年学术资助计划结果

...ithub.com/ferencberes/ethp2psim/blob/main/ethp2psim_summary.pdf) | István András Seres,博士生;Domokos Kelen,博士生;Ferenc Béres,博士生;András A. Benczúr,博士 | 用于评估以太坊中隐私增强路由算法的模拟器。 | | [REVOKE:共识层缓解验证者勒索...

文章 加密货币质押:2024年质押奖励全面对比

...://www.reddit.com/r/ethstaker/comments/13dnpsh/choosing_between_rocketpool_and_solo_staking_how/) 强调,成功的验证者每天的证明奖励达到 97-100%。选择验证者时,请优先考虑: - 历史表现指标 - 佣金率 - 正常运行时间可靠性 - 社区声誉 - 技术基础设...

文章 SUI Move官方示例合约实践——DeFi类:共享托管(shared_escrow)

...bj, escrow.creator); } /// The `creator` can cancel the escrow and get back the escrowed item public entry fun cancel( escrow: &mut EscrowedObj, ctx: &TxContext ) { assert!(&tx_context::sender(ctx) == &escrow.creator, EWrongOwner); assert!(op...

文章 Web3.0安全开发实践|钻石代理合约最佳安全实践

...:** https\://eips.ethereum.org/EIPS/eip-2535#Facets,%20State%20Variables%20and%20Diamond%20Storage **2.EPI-1967:** https\://eips.ethereum.org/EIPS/eip-1967     **3.Diamond proxy reference implementation:** https\://github.com/mudgen/Diamond     **4.OpenZeppelin implementation:** https...

文章 以太坊节点类型详解(以及它们为何会影响你的调试)

...带来硬件购买、维护和电费。 >- 原文链接: [medium.com/@andrey_obruc...](https://medium.com/@andrey_obruchkov/ethereum-node-types-explained-and-why-they-can-make-or-break-your-debugging-fc8d89b724cc) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不...

文章 使用 hac-spec 编写可证无硬伤的 BIP 及其实现

...2023/06/12/...](https://www.btcstudy.org/2023/06/12/probably-bug-free-bips-and-implementations-using-hac-spec) , 如有侵权请联系管理员删除。