找到约 15 条结果

文章 理解以太坊合约数据读取过程 | 函数式与区块链(二)

...nsform binary data to types which the Solidity programming language understands. > 小 Tips: > > ABI 是与 EVM 上的合约进行交互的标准方法,`.abi`文件中包含了函数接口描述与事件描述,呈现方式为`json`。 > > Hello World 合约的 ABI 如下: > > ```...

文章 对链游的一点儿技术性思考

...链游戏**(weakly on-chain games)。 Axie Infinity, Crabada, The Sandbox 都可以归为此类。 通过链下扩展,用户可以以低廉的成本使用几乎无限的计算资源。游戏的核心逻辑最终以智能合约的形式部署在链上。我们将这一系列游戏称为**...

文章 探讨 UniswapX - Intents 会是桥接的未来吗?

...化汇总](https://li.fi/knowledge-hub/why-li-fi-is-excited-about-eclipse-and-the-modular-future/)。 LI.FI 的产品组合具有先进的白标 B2B 解决方案,不仅允许同链/跨链兑换功能,还允许任意合约调用,以实施高级跨链策略,例如收益聚合、[LP-zapping]...

文章 Layer1 短期内应创新, 长期内应减少创新

...题](https://github.com/ethereum/wiki/wiki/Sharding-FAQs#what-is-the-train-and-hotel-problem))可以通过 [跨分片耦合](https://ethresear.ch/t/cross-shard-contract-yanking/1450) 附加,但这需要多轮跨分片交互,导致显著延迟。我们可以通过 [同步执行方案](https://e...

文章 Pectra 主网确定将在 5 月 7 日激活,看看有哪些更新

...器客户端。_ | 名称 | 版本 | 链接 | | --- | --- | --- | | Grandine | 1.1.0 | [下载](https://github.com/grandinetech/grandine/releases/tag/1.1.0) | | Lighthouse | 7.0.0 | [下载](https://github.com/sigp/lighthouse/releases/tag/v7.0.0) | | Lodestar | 1.29.0 | [下载](https://githu...

文章 Aptos Move 模块的发布与交互:完整指南

...6fbf765f433360fad098a0c5a910aaf8758c68611b898b8 doesn't exist, creating it and funding it with 100000000 Octas Account 0xfc990a9602f8874456fbf765f433360fad098a0c5a910aaf8758c68611b898b8 funded successfully --- Aptos CLI is now set up for account 0xfc990a9602f8874456fbf765f433360fad098a0c5a910aa...

文章 [科普] 什么是MEV:区块链的隐形税

...](https://cointelegraph.com/nonfungible-tokens-for-beginners/what-are-nfts-and-why-are-they-revolutionizing-the-art-world)MEV、清算、Uncle-Bandit 和 Time-Bandit攻击是常见的MEV例子。 ### NFT MEV 搜索者可以在NFT市场上使用MEV提取策略。一个著名的NFT MEV的例子...

文章 Flashbots透明度报告 — 2021年9月至12月

...s/articles/2021-09-23/crypto-trading-how-flashbots-work-to-front-run-ether-and-other-coin-purchases)中被报道。 ### 资源 我们发布了一个[博客](https://writings.flashbots.net/)网站,在这里我们汇集了所有的书面内容。这将使我们的社区更容易找到我们所写...

文章 精读《Rust编程之道》:吃透语言精要,彻底搞懂所有权与借用

...绑定。 ```rust fn main() { let a = 1; // a = 2; // immutable and error let mut b = 2; b = 3; // mutable } ``` 通过 mut 关键字,可以声明可变的位置表达式,即可变绑定。 可变绑定可以正常修改和赋值。 从语义上来说 let 默认声...

文章 可信设置如何运作?

...以降低[共通模式故障](https://en.wikipedia.org/wiki/Common_cause_and_special_cause_\(statistics\)#Common_mode_failure_in_engineering)的风险。每位参与者只需进行一轮交互的仪式(如 tau 的幂)远远好于多轮仪式,这既可以支持更多的参与者,又更容易...

文章 Eth2 进展更新 (截至2022/2/11)

...kA1A/BkkdHWXTY#Important-takeaways-for-validators-infrastructure-providers-and-tooling-developers)部分。总而言之,不要只根据正常运行情况来确定你的硬件规格;为非最终敲定的事件预备更多的资源。 加入 Kintsugi 或在上面部署和测试你的应用绝...

文章 零知识简介:零知识领域导览,第一部分

...使用[zkEVMs↗](https://www.cryptologie.net/article/564/what-are-zkvms-and-whats-the-difference-with-a-zkevm/)和zkRollups来帮助解决这些问题。zkEVM 是将零知识证明与以太坊虚拟机结合的产物。它本质上使用ZKPs来证明zkEVM中发生了一笔交易。 更具体地说...

文章 什么是MEV Boost?

...V 提示。 ![A description of the relationship between builders, relays, and validators in MEV Boost.](https://img.learnblockchain.cn/2025/05/14/66826612_image.png)对 MEV Boost 中构建者、中继和验证者之间关系的描述。 \[来源:Flashbots] ## **MEV-Boost 有什么好处?** **...

文章 Ola 2024 年终回顾:为比特币 Layer 2 奠定基础,走进聚光灯……

...tepaper-v2/blob/master/Ola%20-%20A%20ZKVM-based%2C%20High-performance%2C%20and%20Privacy-focused%20Layer2%20platform.pdf) \| [GitHub](https://github.com/Sin7Y) \| [LinkedIn](https://www.linkedin.com/company/olavm-technology-ltd/) \| [YouTube](https://www.youtube.com/@Ola_Sin7y) \| [HackMD](https://h...

文章 如何在不被 REKT 的情况下优化你的Gas消耗

...](https://medium.com/certik/the-blockchain-trilemma-decentralized-scalable-and-secure-e9d8c41a87b3)一样,智能合约开发的过程也受到三个分离且时常相互冲突的目标的指导: ![](https://img.learnblockchain.cn/2025/04/05/20765098_image.jpg) - **最小化Gas消耗。** ...