找到约 14 条结果

文章 智能合约 ABI 指南及获取方法

...blog/what-is-a...](https://www.cyfrin.io/blog/what-is-a-smart-contract-abi-and-how-to-get-it) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 使用P2P数据估计验证者去中心化程度 - 网络

... [soispoke](https://x.com/soispoke)、[EF DevOps 团队](https://x.com/EthPandaOps)、[MigaLabs](https://migalabs.io/) 和 [ProbeLab](https://probelab.io/) 的建议和贡献! ## 目录 - [引言](https://ethresear.ch/t/estimating-validator-decentralization-using-p2p-data/19920#introduction) - [...

文章 每周以太坊 2023/5/11

.../) 的笔记: * [Pectra-devnet-0](https://notes.ethereum.org/@ethpandaops/pectra-devnet-0#Client-implementation-tracker):下周初推出,一些客户端团队已完成实现 * **EIP7702 :在一笔交易里,设置 EOA 账户的代码**,在担心 EIP3074 的安全性后,提...

文章 金融特化,现金交易,浅析新公链Aptos与Move语言

...解决。 简单来说像这段rust代码一样 ```rust fn timelife_and_ownership()->String{ let x :String = "hello aptos".to_string();//x的生命周期开始,开辟内存 { let y :String = "hello move".to_string();//y的生命周期开始,开辟内存 }//y的生...

文章 利用零知识证明打击虚假信息

...(这个[来自美联社的列表](https://www.ap.org/about/news-values-and-principles/telling-the-story/visuals)包含了一些示例)。 我们强调未编辑照片及其签名是秘密见证的一部分,公众无法访问查看者只看到编辑后的照片、其元数据和零知识证明...

文章 如何在BNB链上创建BEP-20通证

...使用它来创建我们的BEP-20通证。 ``` // Define our contract and inherit the ERC-20 contract contract BSCCoin is ERC-20 { // When the contract is run create a BEP-20 Token // The token will be names "BSCCoin" // The token will have the symbol "BSCC" constructor(uint256 initi...

文章 Farcaster Hub 实现技术探究

...其 decentralized node 实现 hub。并且基于学到的知识以 quick and dirty 的方式实现了一个简单的原型,本文则是这段时间内学习成果的汇总。 之所以研究它,原因无它:正在构思一个 decentralized node 实现,而 farcaster 的技术栈与我...

文章 EigenLayer RewardsCoordinator 奖励协调器 介绍

...](#submitting-rewards-requests) * [分配和申领奖励](#distributing-and-claiming-rewards) * [系统配置](#system-configuration) * [奖励 Merkle 树结构](#rewards-merkle-tree-structure) * [链下计算](#off-chain-calculation) #### 重要的状态变量 * `DistributionRoot[] public...

文章 Across 协议 Diff 审计 - Arbitrum 自定义 GasToken 和独占期

...essage) external override { | ^ (Relevant source part starts here and spans across multiple lines). Note: Overridden function is here: --> contracts/chain-adapters/interfaces/AdapterInterface.sol:22:5: | 22 | function relayMessage(address target, bytes calldata message) externa...

文章 BTC Layer2 的 3 种方案汇总 [转载+翻译]

...llup承诺 [\[2\]](https://academy.binance.com/zh/articles/what-is-taproot-and-how-it-will-benefit-bitcoin) B² Network 采用如下四步,将比特币网络作为结算层,保障二层网络的安全。 * 零知识证明的验证程序转化为比特币脚本:将零知识证明的验...

文章 Aleo (ALEO):Aleo区块链用例

...ex_Zhao/aleos-zefi-application-technical-details-of-anonymous-transactions-and-lending-5a232725c9fc),Aleo 专有的隐私保护 DeFi 框架。在更大的背景下,ZeFi 指的是默认情况下是私有的点对点金融服务。这些包括: - 去中心化货币市场 - 永续期货交易...

文章 PCS: Binius explained - Chen Yanlong

..._page---user_mention--23c978031464---------------------------------------) and [Kimi Wu](https://medium.com/u/19d9bc2da99b?source=post_page---user_mention--23c978031464---------------------------------------) for reviewing. ![](https://img.learnblockchain.cn/2025/04/09/1ZnaBhWNC9a2RzYsMQNYHSA.jpeg)...

文章 如何使用过滤器与流

... logging.debug(f"接收到的数据: {data}") if data and 'data' in data: for item in data['data']: if 'filteredReceipts' in item and item['filteredReceipts']: all_receipts.extend(item['filteredReceipts']) ...

文章 比特币 Layer 2 之 Ark

...形式与特性](https://www.btcstudy.org/2024/08/30/on-sharing-utxo-forms-and-features/)》。) 每一个批次都有过期时间(理由将在下一节解释)。这种过期花费路径,是链上的根 UTXO 以及每一个内部 UTXO 在多签名装置以外的一种花费路径,它让...