找到约 14 条结果

文章 区块链投票在无知的人中被高估,而在知情的人中被低估

...cation/221947496_Coercion-Resistant_Cryptographic_Voting_Implementing_Free_and_Secret_Electronic_Elections)。这些协议采用了一套类似的基本技术。这里达成了一致的“计票者”组,并假设大多数计票者是诚实的。计票者拥有彼此共享的私钥“分区”,...

文章 Solana全方位介绍——共识、钱包、生态、合约

... return Err(ProgramError::IncorrectProgramId); } // Increment and store the number of times the account has been greeted let mut greeting_account = GreetingAccount::try_from_slice(&account.data.borrow())?; greeting_account.counter += 1; greeting_account.serialize(&mut &mu...

文章 [译]Fabric 2.0 链码操作初探(对比Fabric 1.4)

...ple.com-cert.pem -C mychannel -n mycc -v 1 -c '{"Args":["name","kc"]}' -P "AND ('Org1MSP.peer','Org2MSP.peer')" ``` ![Fabric 2.0链码操作](https://img.learnblockchain.cn/2020/03/05_/541831102.png) 如果现在看看peer节点的日志,我们可以看到出了新区块#3((这是...

文章 疏浚闪电通道:一种系统性的方法

...也是可选的,但很少在现实中中使用【5】。 像 “flood and loot”【20】和 “大规模退出”【50】这样的攻击可以通过制造基础层的堵塞来爆破 L2 协议。对闪电网络的隐私性攻击包括余额侦测【12,21】、时序攻击【43】和跨层去...

文章 与Aperture Finance一起探索AI、DeFi 和意图

...交易的抢跑和尾随。 根据[Hildobby](https://dune.com/hildobby/sandwiches)来自DragonFly Ventures的数据显示,大约5%到10%的所有DEX交易量是在以太坊主网上被夹击的。 ![](https://img.learnblockchain.cn/2025/03/12/6f3b9e10-5870-4c83-8ecb-fc5a23cf3972_2560x1440.pn...

文章 BIP-327 MuSig2的四种应用:铭文、比特币质押、BitVM Co-sign、数字资产托管

...uSig2 in Four Applications: Inscription, Bitcoin Restaking, BitVM Co-sign, and Digital Asset Custody 原文链接:https://blog.bitlayer.org/BIP-327_MuSig2_in_Four_Applications/ 作者:Qin Wang (CSIRO), Cynic (Chakra), mutourend (Bitlayer), lynndell (Bitlayer)* 本文介绍了BIP-327 MuSig2...

文章 关于Lasso、Jolt和最近SNARK设计进展的技术常见问题解答

...art...](https://a16zcrypto.com/posts/article/a-technical-faq-on-lasso-jolt-and-recent-advancements-in-snark-design) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 为什么是 Move 之编程语言的生态构建

...b.com/move-language/move) Move 项目的新仓库 2. [awesome-move: Code and content from the Move community(opens in a new tab)](https://github.com/MystenLabs/awesome-move) 一个 Move 相关项目的资源集合,包括公链以及 Move 实现的库 3. [Soulbound (vitalik.ca)(opens in a new t...

文章 如何在 Solana 上完成交易

>- 原文链接:https://www.helius.dev/blog/how-to-land-transactions-on-solana >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584) 校对:[0xdwong](https://github.com/0xdwong) >- 本文永久链接:[learnblockchain.cn/article…](https://learnblockchain.cn/article/7947) ...

文章 以太坊的未来:从 Beacon Chain 到 Beam Chain

...//img.learnblockchain.cn/attachments/migrate/1739009425779) > (使用 Cap-and-slow-rotate 的 Orbit SSF 中的最终确认 | 来源: [Orbit SSF](https://ethresear.ch/t/orbit-ssf-solo-staking-friendly-validator-set-management-for-ssf/19928)) 这里的关键在于委员会成员的组成。Orbit S...

文章 Delegatecall: 详细且生动的指南

>- 原文链接:https://medium.com/rareskills/delegatecall-the-detailed-and-animated-guide-30621d6b2c81 >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584),校对:[翻译小组](https://learnblockchain.cn/people/412) >- 本文永久链接:[learnblockchain.cn/article…](http...

文章 剖析DeFi交易产品之UniswapV3:头寸管理合约

...化流动性池 创建并初始化流动性池对应的函数为 `createAndInitializePoolIfNecessary`,其代码实现是在所继承的抽象合约 **PoolInitializer** 里,实现代码如下: ```solidity function createAndInitializePoolIfNecessary( address token0, address toke...

文章 实用工具 - OpenZeppelin 文档

...- A [命令模板](https://docs.zk.email/email-tx-builder/architecture/command-templates) 验证 机制,以确保电子邮件命令与预期格式和参数匹配。 - A [零知识证明](https://docs.zk.email/architecture/zk-proofs#how-zk-email-uses-zero-knowledge-proofs) 验证 机制,以确...

文章 备战后量子:格密码学初学者指南

...dflare.com/post-quantum-for-all/ * https\://radar.cloudflare.com/adoption-and-usage#post-quantum-encryption-adoption 基于格的密码学是第一个取代椭圆曲线的范式。除了 PQ 安全性之外,就 CPU 时间而言,格通常会同样快,有时甚至更快。然而,这种公...