找到约 14 条结果

文章 每周以太坊进展,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 ...

文章 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) 能够轻易地在相同高度创建出两条具有相当合法性的链,对于网络中的其他参与者来说,两条链中的任一条都不会看起来更“正确”...

文章 Uniswap V4 的架构和编程技巧及现代合约编程概述

..., capped at 1_000_000. If the highest bit is 1, the pool has a dynamic fee and must be exactly equal to 0x800000 uint24 fee; /// @notice Ticks that involve positions must be a multiple of tick spacing int24 tickSpacing; /// @notice The hooks of the pool IHooks hooks; } `...

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

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

文章 Solana 上 DePIN 的现状

...it-takes) https://docs.xnet.company https://dune.com/xnetcorp/xnet-token-and-network https://explorer.xnet.company/hotspots https://messari.io/report/xnet-state-of-the-network-q1-2025 https://theheliumscope.io/ (地理空间热点分析) https://www.multicoin.capital/blog/helium-network-data-...

文章 ZK数学详解:同态

...识证明中非常有用! ### 参考文献 * [UCL: Homomorphisms and Isomorphisms ](https://www.ucl.ac.uk/~ucahmto/0007/_book/4-8-homomorphisms-and-isomorphisms.html) * [Rare Skills ZK Book ](https://learnblockchain.cn/article/11385) * [Billiant: Homomorphism](https://brill...

文章 执行层(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 助手,为大家转译优秀...

文章 图解 Ark 协议:单方面退出

...己的 VTXO 之后,依然尝试单方面退出)。 ![unilateral-exit-and-claim](https://img.learnblockchain.cn/2025/09/20/unilateral-exit-and-claim.svg) \- 案例:完整的退出和领取流程 - ### 自动化的钱包管理 用户不需要手动管理单方面退出流程。设计良好...

文章 加密货币拒付:为什么加密货币现在不支持拒付以及未来如何支持

...监管环境](https://blockapps.net/blog/video-navigating-the-regulatory-landscape-for-finance-and-healthcare/) * [福布斯采访 BlockApps 企业区块链平台顾问](https://blockapps.net/blog/forbes-interview-with-blockapps-advisor-on-enterprise-blockchain-platforms/) * [web3 商业时代...

文章 SUI Move官方示例合约实践——游戏类:海洋英雄游戏(sea hero)

...st #[allow(unused_function)] /// Get a treasury cap for the coin and give it to the admin // TODO: this leverages Move module initializers fun init(ctx: &mut TxContext) { transfer::transfer( SeaHeroAdmin { id: object::new(ctx), ...

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

文章 Vitalik: ZK-EVM 封装到以太坊 L1 会怎样?

...我们预计 [轻客户端](https://ethereum.org/en/developers/docs/nodes-and-clients/light-clients/) 会变得越来越强大,很快就会 **使用 ZK-SNARKs 完全验证 L1 EVM 执行** 。到那时, **以太坊网络将有效地拥有内置的 ZK-EVM** 。因此,一个问题就出现了:...

文章 关于拥有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核心定义也不一)...