找到约 15 条结果

文章 我们对加密货币(2025年)感到兴奋的几件事

...中心化自主公司](https://blog.ethereum.org/2014/05/06/daos-dacs-das-and-more-an-incomplete-terminology-guide) 混淆)。这样的聊天机器人可以通过发布吸引人的内容,无论是[娱乐性](https://a16zcrypto.com/posts/podcast/ai-bots-memecoins/)还是信息性,来建立追...

文章 Vyper编程语言指南:特性、安全性与应用场景

...了三个 [核心原则](https://docs.vyperlang.org/en/stable/#principles-and-goals):安全性、简单性和可审计性。 与 Solidity 不同,Vyper 有意限制某些编程特性,以减少潜在漏洞,增强代码安全性并促进审计。这一目标是确保安全、高效的智能...

文章 从PStake解读BTCFI的窘境与未来

...3/why-we-are-building-on-babylon/) > > [*pSTAKE | Bitcoin Liquid Staking and Yields*](https://pstake.finance/?lang=cn) > > [*pSTAKE Finance: The Orange Road Ahead x Bitcoin Yields*](https://blog.pstake.finance/2024/06/25/pstake-finance-the-orange-road-ahead-x-bitcoin-yields/) > > [*比特币...

文章 深入浅出Rust:泛型、Trait与生命周期的硬核指南

...ortantExcerpt { fn level(&self) -> i32 { 3 } fn snnounce_and_return_part(&self, announcement: &str) -> &str { println!("Attention please: {}", announcement); self.part } } fn main() { let novel = String::from("Call me Ishmael. Some years ago ...") let fir...

文章 zkEVM 如何帮助在 zkRollup 上构建通用型 DApp

...cr.org/2020/315) 中得到优化。这可以为 zk 不友好的原语 (即 AND、XOR 等按位运算) 节省很多开销。[自定义小工具](https://kobi.one/2021/05/20/plonk-custom-gates.html)可以让你高效地进行高阶约束。[TurboPlonk](https://docs.zkproof.org/pages/standards/accepted...

文章 捕捉以太坊黑暗森林中的通用型抢跑机器人

...g/pdf/1902.05164.pdf),如[清算](https://zengo.com/defi-research-understanding-compound-liquidators/)、[购买稀有 NFT(非同质化代币)](https://hackernoon.com/how-we-made-100k-trading-cryptokitties-2d69aebe715b),或简单的用户错误。【一个交易或一组交易的可抽取价...

文章 闪电网络:技术与用户体验(三):路由

...tps://www.btcstudy.org/2024/02/07/lightning-network-technology-improvement-and-users-experience-part-2/#LN-Penalty-%E5%8F%8A%E5%85%B6%E6%94%B9%E8%BF%9B) 在上一篇文章中,我们了解了如何借助比特币的脚本和交易特性,实现双方可以无限次更新状态的共有资金(...

文章 什么是FM-AMM,CoW AMM背后的理论,以及它是如何抵御MEV攻击的?

...易作为 AMM 设计响应_](https://arxiv.org/abs/2307.02074),作者:[Andrea Canidio](https://arxiv.org/search/cs?searchtype=author&query=Canidio%2C+A) & [Robin Fritsch](https://arxiv.org/search/cs?searchtype=author&query=Fritsch%2C+R)。 在这篇论文中,我发现功能最大化 AMM 确...

文章 Solana - 如何使用SPL元数据Token扩展创建Solana NFT - Quicknode

...Keypair, SystemProgram, Transaction, LAMPORTS_PER_SOL, sendAndConfirmTransaction, TransactionSignature, SignatureStatus, TransactionConfirmationStatus } from '@solana/web3.js'; import { TOKEN_2022_PROGRAM_ID, createInitializeMintInstruction, mintTo, create...

文章 DAI并不是1美元

...信息与隐私](https://help.twitter.com/en/twitter-for-websites-ads-info-and-privacy) 随着DeFi的不断发展,DAI/USD之间的挂钩也会显得越来越不重要。 有一天,DAI将从一篮外部参考点产生其自己的独立价格源,而不是使用联邦储备的价格源作为代...

文章 通过Li.Finance跨链兑换来探索Arbitrum

...信息和隐私](https://help.twitter.com/en/twitter-for-websites-ads-info-and-privacy) [708](https://twitter.com/intent/like?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1478546621096996870%7Ctwgr%5Eabd80d46c8afa4dc150d6caa2fa28cd8c2f42f1f%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fcdn.embedly.co...

文章 GnosisSafe - 合约结构分析

...0000000000000000000000f48f2b2d2a534e402487b3ee7c18c33aec0fe5e4 //fallbackHandler [a0]: 0000000000000000000000000000000000000000000000000000000000000000 //paymentToken [100]: 0000000000000000000000000000000000000000000000000000000000000000 //payment [120]: 00000000000000000000000000000000000000...

文章 以太坊核心开发者会议更新014 ⛓

...更高效、更便宜的方法来执行此操作。 ### EIP-3860: Limit and meter initcode (对 initcode 的大小设限并引入 gas 计量) 这个 EIP 添加了 `initcode` 的大小上限,并基于其长度引入 gas 计量。其大小上限为 EVM 添加了一个不变量,这使得它...

文章 深入 Uniswap v4 源码 - V4Router

...口,而由继承它的合约来实现具体的交易入口。 #### _handleAction V4Router 合约主要实现了 `BaseActionsRouter._handleAction` 方法,用于处理不同类型的交易操作: ```solidity function _handleAction(uint256 action, bytes calldata params) internal overrid...

文章 黑客分析:Nomad Bridge,2022年8月

...[MakerDAO 的博客](https://blog.makerdao.com/what-are-blockchain-bridges-and-why-are-they-important-for-defi/) 在 Nomad 的案例中,一个名为 `Replica` 的合约负责在 Merkle 树结构中验证消息,该合约部署于所有受支持链上。协议中的其他合约依赖于此来...