找到约 14 条结果

文章 深入Solidity数据存储位置 - 存储

...中,Steve Marx](https://programtheblockchain.com/posts/2018/03/09/understanding-ethereum-smart-contract-storage/)将智能合约的存储描述为 "*一个天文数字的大数组,最初充满了零,数组中的条目(索引)就是合约的存储槽。"* 。 这在现实世界中会是...

文章 airdrop hunting(3/3)

...quire(b = a); return c; } /** * @dev Divides two numbers and returns the remainder (unsigned integer modulo), * reverts when dividing by zero. */ function mod(uint256 a, uint256 b) internal pure returns (uint256) { require(b != 0); return a % b; } } contra...

文章 如何使用 Next.js 构建 Solana 投资组合查看器

... 框架。 - [**Helius 的 DAS API**](https://docs.helius.dev/compression-and-das-api/digital-asset-standard-das-api): 一个全面的 API,用于访问 Solana 代币数据。 - [**Vercel**](https://vercel.com/helius): 用于托管 Next.js 应用程序的平台。 - [**Tailwind CSS**](https://ta...

文章 关于blob mempool的未来

...sear.ch/t/on-the-future-of-the-blob-mempool/22613/6#p-54994-h-31-main-outstanding-questions-8) #### 1. 今天的 blobpool blob 内存池,在本文的剩余部分中我们将其称为 “blobpool”,是尚未包含在区块中的待处理 blob 交易的集合。每个节点都维护 blobpool ...

文章 区块链解密:哈希、区块和去中心化初学者指南

...(在跨链桥中) 如果你更喜欢可视化学习,你可以在 **andersbrownworth.com/blockchain** 上进行交互式探索——这是一个哈希链接和区块无效化的绝佳可视化。 ## ✅ 总结 - **哈希函数** 从任何输入生成唯一的、固定长度的输出 - 一个...

文章 全面指南:使用 React、Anchor、Rust 和 Phantom 进行全栈 Solana 开发

>- 原文链接:https://dev.to/edge-and-node/the-complete-guide-to-full-stack-solana-development-with-react-anchor-rust-and-phantom-3291 >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584) >- 本文永久链接:[learnblockchain.cn/article…](https://learnblockchain.cn/article/8...

文章 三层质押(3TS)- 解绑证明者、包含者和执行提议者 - 权益证明

...nabé](https://x.com/barnabemonnot), [Caspar](https://x.com/casparschwa), [Anders](https://x.com/weboftrees), [Justin](https://x.com/drakefjustin) 和 [Connor](https://x.com/ConorMcMenamin9) 的讨论, 想法, 反馈和评论!** **免责声明**: 这篇文章的目的是引发关于以太坊未来 ...

文章 如何通过Chainlink外部适配器将特斯拉汽车API连接到智能合约上

...API 如[车辆数据API所示](https://www.teslaapi.io/vehicles/state-and-settings#vehicle-data),[特斯拉官方移动应用](https://play.google.com/store/apps/details?id=com.teslamotors.tesla&hl=en-US)可以让特斯拉车主获得车辆位置、里程表读数、车辆电池充电状态等...

文章 理解加密货币中的代币经济学:关键验证者节点要求

...https://messari.io/report/evaluating-validator-decentralization-geographic-and-infrastructure-distribution-in-proof-of-stake-networks),这些网络的有效性在很大程度上取决于验证者节点在不同基础设施和地理位置的分布和运行。 **验证者节点** 是现代区块链...

文章 智能合约语言 Solidity 教程系列1 - 类型介绍

...字节数组(Fixed-size byte arrays) * 有理数和整型常量(Rational and Integer Literals) * 字符串常量(String literals) * 十六进制常量(Hexadecimal literals) * 枚举(Enums) * [函数类型](https://learnblockchain.cn/2017/12/12/solidity_func/)(Function Types) * [地址...

文章 什么是DeFi?

.../www.quicknode.com/guides/knowledge-base/an-introduction-to-crypto-wallets-and-how-to-keep-them-secure)指南。 ## 如何进入DeFi 幸运的是,有很多资源可以帮助你学习DeFi协议。通常,加密货币项目都有一个网页,用于提供额外的资源和文档;这应该是...

文章 Concrete ML v1.7:Transformer 模型微调与 DNA 祖源应用

...ml...](https://zama.ai/post/concrete-ml-v1-7-transformer-model-fine-tuning-and-dna-ancestry-applications) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 EIP-4844 的 Proof of Equivalence 機制介紹

...anksharding(一)** ](https://medium.com/taipei-ethereum-meetup/rollup-and-the-boost-from-proto-danksharding-85d2fe0566b6?source=post_page-----854224c43c83---------------------------------------) ## 為什麼會需要煩惱交易的真實性? 在 EIP-4844 之後,Rollup 可以選擇將...

文章 干货:Dune Analytics 初学者完全指南

... SELECT "price" FROM prices.usd WHERE "symbol" = 'WETH' AND "minute" < now() - interval '1 hours' ORDER BY "minute" DESC LIMIT 1 ) from ethereum.transactions where "to" = '\x90B3832e2F2aDe2FE382a911805B6933C056D6ed' or "to" = '\x3545192b340F50d77403D...