找到约 15 条结果

文章 在Web3中避免加密诈骗并保护你的资金安全:第一部分

...ntelegraph.com/news/angel-wallet-drainer-is-back-with-300-malicious-d-apps-and-counting-block-aid) 已经盗取超过 $ **1 亿**的资金。 然而,网络钓鱼攻击有许多形式,通常模仿合法服务或机会。 ‍ ## 其他网络钓鱼攻击示例 ‍ ### 假的 Zoom 链...

文章 Web3.0黑话合集:区块链/Token等专业术语

...。 DeX:Decentralized Exchange,去中心化交易所。 Diamond hands:钻石手,长期持有代币/NFT的人。 DID:Decentralized Identity,去中心化身份。 discord:社群常用的信息传播平台。 dm:direct message,私信。 DYOR:Do Your Own Research,...

文章 深入了解 Solidity - 堆栈

...kexchange.com/questions/52808/is-there-a-difference-between-the-call-stack-and-the-normal-stack)。 在以太坊和Solidity社区的网上,我们经常发现 "调用堆栈 (call stack)"这个术语。虽然这个术语在EVM内部指的是相同的概念和数据结构,但不同之处在...

文章 SLIP-0039:助记码的Shamir秘密共享

...共享 类型:标准 状态:已完成 作者:Pavol Rusnak Andrew Kozlik Ondrej Vejpustek Tomas Susanka Marek Palatinus Jochen Hoenicke 创建时间:2017-12-18 ``` ### 目录 * [摘要](#abstract) * [符号](#notation) * [动机](#motivatio...

文章 以太坊二层网络当前状态

...in.tech](https://www.buildblockchain.tech/newsletter/issues/no-99-validium-and-the-layer-2-two-by-two)。 你可以根据这四种汇总技术路线来对比它们是链上数据存储(ZRU、ORU)还是链下数据存储(Plasma、Validium),以及它们是通过零知识有效性证明(...

文章 6.MOVE从入门到实战-简单的ERC20

...NCY AptosStdlib INCLUDING DEPENDENCY MoveStdlib BUILDING myCoin $ move sandbox publish -v Found 1 modules Publishing a new module 0000000000000000000000000000000F::MyCoin (wrote 566 bytes) Wrote 566 bytes of module ID's and code $ move sandbox run sources/Main....

文章 Ethernaut 题库闯关 #9 — King

...ternal override { vm.startPrank(player, player); // Create and deploy a contract that become the new King but will not accept any incoming Ether Exploiter exploiter = new Exploiter{value: level.prize() + 1}(payable(address(level))); // assert that we are the new king!...

文章 零知识证明 - 理解FFT的蝶形运算

...看算法导论(Introduction-to-Algorithms)的第30章(Polynomials and the FFT)。算法导论,讲东西,来龙去脉讲的比较清楚,逻辑性比较强,也比较细致。该章节从多项式的表示开始,多项式可以用两种表示方法:系数表示和点值表示。 ...

文章 Optimism 中文周刊 #24

...详细进度报告](https://gov.optimism.io/t/progress-report-optimism-gov-and-rpgf-into-university-courses/8657)。它强调了大陆大学成功实施了全面的区块链教育模块,涵盖了两个学期的 DeFi、NFT 和 Web3 商业模式等主题。该计划包括来自乐观代表的客座...

文章 智能账户和账户抽象如何协同工作:Web3 用户体验的革命

....blockmagnates.com/h...](https://blog.blockmagnates.com/how-smart-accounts-and-account-abstraction-work-together-the-web3-user-experience-revolution-01300e3246fd) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 Rust语言 - 接口设计的建议之显而易见(Obvious)

...事实 例子六: ```rust struct Grounded; struct Launched; // and so on enum Color { White, Black, } struct Kilograms(u32); struct Rocket { stage: std::marker::PhantomData, } impl Default for Rocket { fn default() -> Self { Self { stage: Default::def...

文章 Aptos 状态同步的演进:通往每秒超过10万笔交易、延迟不足一秒的道路…

...用的 [优化方法](https://www.geeksforgeeks.org/computer-organization-and-architecture-pipelining-set-1-execution-stages-and-throughput/)。这允许在将交易 **T²** 执行的同时,将交易 **T¹** 和状态增量 **Dᵀ¹ᵥ** 同时持久化到存储中。 3. **节点监控与信誉...

文章 隆重推出 Safe7579

...e 正在开发 [Module Store](https://blog.rhinestone.wtf/the-module-store-and-whats-under-the-hood-2e703f4339d4),这是一个模块分发点,适用于任何构建智能账户原生产品的开发者。[ZK Email 的早期演示](https://learnblockchain.cn/article/14649) 开发了一个钩入其...

文章 数据可用性检查

...章](https://github.com/ethereum/research/wiki/A-note-on-data-availability-and-erasure-coding)对这个问题进行了非常好的说明。) ### 解决方案:用纠删码进行数据可用性检查 要解决这个难题,就要确保轻客户端可以知道数据是否真的可用。因为...

文章 [译]Ethereum 2.0阶段0 -- 信标链官方文档一

...` | | `DOMAIN_BEACON_ATTESTER` | `DomainType('0x01000000')` | | `DOMAIN_RANDAO` | `DomainType('0x02000000')` | | `DOMAIN_DEPOSIT` | `DomainType('0x03000000')` | | `DOMAIN_VOLUNTARY_EXIT` | `DomainType('0x04000000')` | | `DOMAIN_SELECTION_PROOF` | `DomainType('0x05000000')` | | `DOMAIN_AGGREGAT...