找到约 13 条结果

文章 请求向导:像专家一样掌握速率限制的艺术

...调用和批量交易:[https://medium.com/block-magnates/batch-execution-and-multicall-contract-save-the-gas-with-users-204951ce9278](https://medium.com/block-magnates/batch-execution-and-multicall-contract-save-the-gas-with-users-204951ce9278) - Promise Land:[https://medium.com/@universalPhoton...

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

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

文章 Ondo Finance如何重新定义代币化以引领RWA市场

...[Citigroup](https://www.citigroup.com/global/insights/citigps/money-tokens-and-games)、[Boston Consulting Group](https://web-assets.bcg.com/1e/a2/5b5f2b7e42dfad2cb3113a291222/on-chain-asset-tokenization.pdf) 和 [Standard Chartered](https://www.sc.com/en/corporate-investment-banking/transaction-ban...

文章 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...

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

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

文章 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) * * * \*\*披露:本文提供的内容仅用于提供信息和娱乐目的。 本文不旨在提供任何形式的投资、财务或专业建议。...

文章 本要被破解但未发生的方法: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 ...

文章 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 ...

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

...创新平台的信息 目录 [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 的目标是朝着真正的民主在线系统发展,那么问题就成为如何防止重建基于财富的等级制度。我们如何能...

文章 金融科技公司和机构稳定币支付指南

...市值](https://libertystreeteconomics.newyorkfed.org/2025/04/stablecoins-and-crypto-shocks-an-update/)已超过 2320 亿美元,支付、交易和跨境转账的日益普及推动了快速增长。 特定的生态系统正在经历爆炸式增长; 例如,[Solana 的稳定币供应量](https://...

文章 如何使用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) ## 设置项目 你需要一个终端模...

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

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