找到约 15 条结果

文章 二次支付:入门指南

...peech-is-free-distribution-is-not-a-tax-on-the-purchase-of-human-attention-and-political-power/)。这些想法在过去几年里迅速流行开来,已经进行了一些小规模测试:台湾总统黑客马拉松([Taiwanese presidential hackathon](https://presidential-hackathon.taiwan.gov.tw/e...

文章 手把手教你从0到1构建UniswapV2:part2

...niswapV2 Whitepaper](https://uniswap.org/whitepaper.pdf) – worth reading and re-reading. 1. [Layout of State Variables in Storage](https://docs.soliditylang.org/en/latest/internals/layout_in_storage.html) 1. [Q (number format)](https://en.wikipedia.org/wiki/Q_(number_format)) 1. [Check Effec...

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

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

文章 从 4844 到 Danksharding:以太坊 DA 扩展的路径 - 网络

...rding-a-path-to-scaling-ethereum-da/18046#Tradeoff-between-subnet-sampling-and-peer-sampling)中看到的,分发阶段已经提供了其自身的一些有意义的安全保证,无需采样。 #### 对等采样 如 [PeerDAS 文章](https://learnblockchain.cn/article/17153) 所述,样本是通...

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

文章 zkSync 与 OP-Stack 的比较

...um.com/fourpillars/s...](https://medium.com/fourpillars/snapshot-on-zksync-and-a-comparison-with-op-stack-1a89d9836f5b) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 [译]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((这是...

文章 Sig 工程 - 第二部分 - AccountsDB 及其他方面的进展

... // PERF: SIMD eq check across pubkeys if (match_vec[j] and eq_fn(self.groups[group_index][j].key, key)) { return self.groups[group_index][j].value; } } } // PERF: SIMD eq check: if there's a free state, then the key...

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

...也是可选的,但很少在现实中中使用【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) ...

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