找到约 14 条结果

文章 UUPSUpgradeable 漏洞分析

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

文章 如何启动一个DAO博客

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

文章 每周以太坊进展,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 实现一个简单的无需管理的自动开奖系统 —— 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...

文章 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/)_ 随着比特币价格攀升,我们意识到鼓励用户将资产从交易所里...

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

...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) ## 没有 “网络...

文章 执行层(EL)和共识层(CL)节点客户端

...钥](https://dashboard.alchemy.com/signup/?a=overviews%252Fexecution-layer-and-consensus-layer-node-clients) >- 原文链接: [alchemy.com/overviews/ex...](https://www.alchemy.com/overviews/execution-layer-and-consensus-layer-node-clients) >- 登链社区 AI 助手,为大家转译优秀...

文章 深入以太坊虚拟机 - 来自《精通以太坊》

...有符号大于比较 EQ //相等比较 ISZERO //简单的非运算 AND //按位与操作 OR //按位或操作 XOR //按位异或操作 NOT //按位非操作 BYTE //从完整的 256 位宽字中检索单个字节 ``` **环境操作码** :处理执行环境信息的...

文章 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...

文章 权益证明,私钥攻击与无法伪造的奢侈

...]](https://www.btcstudy.org/2021/09/10/proof-of-stake-private-keys-attacks-and-unforgeable-costliness-the-unsung-hero/#zhu1) 能够轻易地在相同高度创建出两条具有相当合法性的链,对于网络中的其他参与者来说,两条链中的任一条都不会看起来更“正确”...

文章 如何将 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...

文章 闪电网络中的洋葱路由:Sphinx 包裹的构造

.../www.btcstudy.org/2024/04/29/lightning-network-onion-routing-sphinx-packet-construction) , 如有侵权请联系管理员删除。

文章 关于拥有710k tps的索拉纳PoH共识算法的个人感想

...4000 hashes per second would generate an additional 160 kilobytes of data, and would require access to a GPU with 4000 cores and roughly 0.25-0.75 milliseconds of time to verify 举的例子是GPU拥有4000核心(GPU的核心与CPU的概念不一致, 甚至Nvidia与AMD对GPU核心定义也不一)...