找到约 13 条结果

文章 ZK Stack 解构:深入了解 zkSync 的以太坊扩展愿景

...何额外的信任假设。 - Hyperchains 将能够 [permissionlessly join and exit the ecosystem(无需许可地加入和退出生态系统)](https://era.zksync.io/docs/reference/concepts/hyperscaling.html#sovereignty)。这允许堆栈有机地增长,而无需第一方(例如,MatterLabs...

文章 🚀 Cardano CIP-1694 升级及 Trust Wallet 集成

... amount: await wallet.getStake(walletAddress) }); await wallet.signAndSend(tx); console.log(`Delegated to DRep ${drepId}`); } ``` ### 🧠 绘制相似之处:Plutus (Cardano) vs Huff (Ethereum) ![](https://img.learnblockchain.cn/2025/06/28/1MRLf1uCJ3Tav5Y6CDD7s9w.png) ### 🧬 Huff ...

文章 密码学 - 暸解 Plonk

...k-snarks-7a0187f399f1)。 這篇文章的思路及計算沿用 [PLONK by Hand 這系列文章](https://research.metastate.dev/plonk-by-hand-part-1/),以畢氏定理產生零知識證明,畢氏定理就是直角三角形邊長的公式,其方程式為 a² + b² = c²。以下我們用邊長(...

文章 嵌入式加密资产抵押贷款——由 Morpho x Gelato 提供支持

...或应用程序中。今天开始在 **Arbitrum, Optimism, Polygon, Base, and Scroll** 上提供 beta 版本。**即将登陆 Katana。** ### 介绍嵌入式加密资产抵押贷款 今天,我们与 Morpho 合作,推出了一种新的方式,让交易所、钱包、托管机构和金融...

文章 深入理解EVM - Part 2 - 内存

...ength) PUSH1 0x05 // Swap the top 2 items on the stack in this case 0x05 and 0x80 SWAP1 // push 0x20 = 32 in decimal (array item size) PUSH1 0x20 // Duplicate the 3rd item on the stack in this case 0x05 to the top of the stack DUP3 // 0x05 * 0x20 = 5 * 32 in decmial = 160 on top of the stack...

文章 damn-vulnerable-defi Selfie题解

...est/Levels/selfie/README.md ``` You start with no DVT tokens in balance, and the pool has 1.5 million. Your objective: take them all. ``` # 合约分析 ## `DamnValuableTokenSnapshot.sol` 这份合约继承了`OpenZeppelin ERC20Snapshot`,这是oz治理代币标准的实现,我在这篇...

文章 以太坊的坎昆硬分叉后下一个升级应该是怎样的?

...这是一个引入它的好机会。 我们对 [EIP-6206: EOF - JUMPF and non-returning functions](https://eips.ethereum.org/EIPS/eip-6206) 的确定性较低。虽然它允许在 EOF 函数中进行尾调用优化,但我们仍需要看到语言分析其有用性。如果我们没有这个,...

文章 加密货币质押:了解被动收入差异

...0 指数公司提供的股息收益率分别为 0.71% 和 0.56%,但 Algorand 等加密货币可以提供高达 84.19% 的质押奖励。 然而,至关重要的是要理解,质押与其他被动收入方法有很大不同。与传统储蓄账户或 **[流动性池](https://www.reddit.com/r/Cry...

文章 Mina Protocol - 轻量而强大

...:[Mina Protocol](https://minaprotocol.com/blog/mina-token-distribution-and-supply) - Mina 生态已累计筹集到 1.4 亿美元融资,最近一次是在 2022 年 3 月并筹集到 9200 万美元。Mina 的支持者是一些最著名的加密风投基金,如 FTX Ventures、三箭资本、Pa...

文章 Solana上的MEV(矿工提取可价值)

...命周期](https://learnblockchain.cn/article/13486#transaction-execution-and-ordering) 中讨论的,Solana 的本地交易调度程序并不是先到先得的。因此,我们在实践中看到许多优化,以提高加入的机会。 ![MEV 搜索](https://img.learnblockchain.cn/2025/03/30/sea...

文章 深入理解 Solidity - 关于合约代码

...分有关的字节码用粗体字标出。 > **Note:** the creation and bytecode of this contract was compiled using > `solc` version 0.8.15 with the optimiser on and the number of runs set to 1,000. > # Creation Code 0x **608060405234801561001057600080fd5b506040516106293803806106298339...

文章 Rollups 和 Validium 的“文献综述”

... 是一组共享 1) [链工厂](https://stack.optimism.io/docs/understand/explainer/#upgrade-the-bedrock-bridge-to-be-a-chain-factory) (用于创建新的 L2 链)和 2)一个共同的 [L1 ↔ L2 跨链桥 1](https://stack.optimism.io/docs/understand/explainer/#one-shared-upgrade-path-...

文章 Succinct和RISC Zero上的证明生成

...ow.xyz/p/...](https://research.hazeflow.xyz/p/proof-generation-on-succinct-and) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~