找到约 13 条结果

文章 如何使用Syve的API追踪DEX钱包交易表现

...追踪 API](https://marketplace.quicknode.com/add-on/syve-dex-price-data-and-wallet-tracking-api?utm_source=internal&utm_campaign=guides) 构建一个以太坊钱包性能分析应用。此应用程序允许用户输入钱包地址,并分析每个交易代币的交易表现指标,例如盈亏。...

文章 如何使用Cadence在Flow上创建和部署智能合约

...m/signup?utm_source=internal&utm_campaign=guides&utm_content=how-to-create-and-deploy-a-smart-contract-with-cadence-on-flow) 注册一个免费账户。 ![QuickNode 端点](https://img.learnblockchain.cn/2025/03/03/2-f540c4ccfb670c19ba9dd4d3a20355ba.png) ## 设置项目 你需要一个终端模...

文章 加密货币质押风险缓解的关键策略

...络中就有 [414 个验证者被罚没](https://consensys.io/blog/understanding-slashing-in-ethereum-staking-its-importance-and-consequences)(不到活跃验证者的 0.04%)。这些事件强调了理解和减轻质押风险的关键重要性。**智能合约漏洞**、**验证者不当行为**...

文章 如何创建和部署 ERC-1155 NFT

...ps://airtable.com/shrKKKP7O1Uw3ZcUB?prefill_Guide+Name=How%20to%20Create%20and%20Deploy%20an%20ERC-1155%20NFT)! ## 概述 ERC1155 已成为创建 NFT 的黄金标准;每个主要市场都将新代币列为 ERC1155 标准。在本指南中,我们将了解 ERC1155 代币标准以及如何创...

文章 Solidity: 内存模型和切片操作

...since calldata is a different buffer it's simple to just update the offset and length to the calldata, but when the buffer is in memory then the length of the new sliced buffer will overwrite the original buffer. ### `memory`布局 ``` [32 bytes for length][32-byte word 0][32-byte w...

文章 本要被破解但未发生的方法:Koblitz 和 Miller

...先教科书的作者: - Koblitz, N. (1994). A course in number theory and cryptography (Vol. 114). Springer Science & Business Media. - Koblitz, N. I. (2012). Introduction to elliptic curves and modular forms (Vol. 97). Springer Science & Business Media. 这就是 Neal: ### Victor S Miller ...

文章 Loot Survivor 与链上街机的兴起

...in.cn/2025/06/05/Fc2f0f06d-910a-4b0b-9fb2-0e610f7fd720_1260x442.png) Nibs and Sir Nobs #3 — by [Thomas Radio](https://twitter.com/Thetrueastwest) * * * \*\*披露:本文提供的内容仅用于提供信息和娱乐目的。 本文不旨在提供任何形式的投资、财务或专业建议。...

文章 理解代币经济学:加密货币中代币解锁日期的重要性

...创新平台的信息 目录 [Toggle](https://blockapps.net/blog/understanding-tokenomics-the-significance-of-token-unlock-dates-in-cryptocurrency/#) ## 理解通证解锁 通证解锁是加密货币生命周期中的一个关键里程碑,当之前被限制的通证变得可以交易时。根...

文章 为Web3治理设计奖励系统

...捐款](https://www.latimes.com/local/lanow/la-me-ln-college-admissions-scandal-legal-ways-20190318-story.html) 奖励富裕和有背景的人士。 如果 web3 的目标是朝着真正的民主在线系统发展,那么问题就成为如何防止重建基于财富的等级制度。我们如何能...

文章 Solidity 开发者必知的 Rust 语法基础

...("The age is either 2 or 3"), 4..=6 => msg!("The age is between 4 and 6"), _ => msg!("The age is something else"), } Ok(()) } ``` match 支持单值匹配、多值匹配(用 | 分隔)、范围匹配(..= 表示包含边界)和通配符 _。 --- ## **For ...

文章 关于以太坊账户的理解

> 原文:https://dev.to/q9/finally-understanding-ethereum-accounts-1kpe > 作者:[Afr Schoe](https://dev.to/q9) *以太坊是一个公共的区块链网络,可以通过各种不同类型的账户访问。与比特币类似,底层密码学用的是SECP256K1椭圆曲线。但这是什么...

文章 区块链大数据分析:导入 xatu 数据集

... [Announcing CryptoHouse: Free Blockchain Analytics powered by ClickHouse and Goldsky](https://clickhouse.com/blog/announcing-cryptohouse-free-blockchain-analytics)。 本文并没有从自建节点开始,正如标题所述,我们使用了 ethpandaops 使用 cryo 导出的数据集,具体可...

文章 Polocolo介绍:一种利用查找表的PLONK零知识友好型哈希函数(第一部分)

...提案已经涌现,成为先进的 ZK 友好哈希函数。 ### Sponge Construction(海绵结构) 设计 ZK 友好哈希函数的常用方法是首先构造一个置换(一个双射函数 Fpt→Fpt\\mathbb{F}\_p^t \\rightarrow \\mathbb{F}\_p^tFpt​→Fpt​, 其中 ttt 表示置换的大...