找到约 12 条结果

文章 群体的智慧:社区驱动的安全性

...xAngler) _,_ [_Hexens_](https://twitter.com/hexensio) _的_ [_Konstantin Andriotis_](https://twitter.com/im_kosta) _以及_ [_Runtime Verification_](https://twitter.com/rv_inc) _的_ [_Bogdan Stanciu_](https://twitter.com/bog_dan) _进行审核和提供了极大的反馈,促进了本文的撰写...

文章 详解现实世界资产(RWAs)

...tion/articles/2023/september/21/bringing-capital-markets-onchain-with-dtcc-and-chainlink)将资本市场引入区块链。 - 澳大利亚领先的银行ANZ Bank,资产管理规模超过1万亿美元,[利用Chainlink CCIP](https://chain.link/resources/cross-chain-tokenized-asset-settlement)演...

文章 开发者笔记

...#generating-documentation) - [开发提示和技巧](#development-tips-and-tricks) - [编译以进行调试](#compiling-for-debugging) - [在调试中显示源文件](#show-sources-in-debugging) - [`debug.log`](#debuglog) - [Signet、测试网和回归测试模式...

文章 DAO治理中的DeFi攻击

.../attacker-can-combine-flashloan-with-delegated-voting-to-decide-a-proposal-and-withdraw-their-tokens-while-the-proposal-is-still-in-locked-state-cyfrin-none-cyfrin-dexe-markdown),该功能允许用户将其投票委托给其他用户。我们的攻击使用了 2 个合约 Master & Slave: - Mast...

文章 创建一个像Opensea一样的NFT市场

...SWR构建DApp](https://dev.to/yakult/tutorial-build-dapp-with-web3-react-and-swr-1fb0) 让我们开始构建吧。 ## 任务1: 创建项目及设置 ### 任务1.1: 项目包含三部分: - **一个NFT智能合约**和一个简单的网页来显示NFT。我们将使用链上SVG作为NF...

文章 ChainLink 预言机学习

...计算共同生成 ### 使用步骤 1. 用户合约 构造请求 RequestRandomwords, 给预言机合约 VRFCoordinator 发送随机数请求RequestRandomWords, 并生成随机数及proof, 2. 预言机会监听EventLog, 预言机获取种子,生成随机数以及相关的proof 写回链上 ...

文章 以太坊 - 账户抽象和ERC-4337 - 第二部分 - Quicknode

### 概述 在我们的 [Account Abstraction and ERC-4337 - Part 1](https://learnblockchain.cn/article/11504) 指南中,我们为理解 EIP-4337 奠定了基础。在本后续指南中,我们将进行实践,深入探讨使用 [Stackup](https://app.stackup.sh/) 创建和部署与 ERC-4337 兼...

文章 以太七日谈 • 2022/5/11

...读这篇文章。 来源:https://www.coindesk.com/learn/what-are-eip-and-erc-and-how-are-they-connected/ **➤ ENS 五周年** 5 月 4 日是 ENS 在以太坊上线五周年的日子,ENS 发推对过去的成就进行了回顾: 去年是 ENS 的受欢迎程度和使用率都出现...

文章 以太坊 - 如何创建和部署一个Token绑定账户(ERC-6551) - Quicknode

...m/signup?utm_source=internal&utm_campaign=guides&utm_content=how-to-create-and-deploy-an-erc-6551-nft)。创建一个免费账户,然后单击“创建一个端点”。选择 **Ethereum Sepolia** 链并创建你的端点。 ![QuickNode Endpoint](https://img.learnblockchain.cn/2025/03/02/endpoint...

文章 如何调试最常见的Solidity智能合约错误

...`](https://learnblockchain.cn/docs/solidity/control-structures.html#error-handling-assert-require-revert-and-exceptions)。 **2. Gas耗尽** **错误**:当你没有足够的 ETH/Gwei 来支付运行交易的 gas 费用时,会发生这种错误。 **3. 无效 JUMP 错误**:是另一种类型...

文章 ETH 之 EVM

...置 +--------------------+ ↓ +--------------------+ | Operand Stack | ← 最多1024层,执行用的临时栈 +--------------------+ ↓ +--------------------+ | Memory (RAM-like) | ← 执行时的临时内存(可扩展) +--------------------+ ...

文章 Aptos CLI使用指南与REPL设计建议 | Move dApp 极速入门(六)

...1579E3FC00784B49AFA3A771F06389EBC65F8FF3A4E9A7D doesn't exist, creating it and funding it with 10000 coins Aptos is now set up for account 50A49D913AA6381C01579E3FC00784B49AFA3A771F06389EBC65F8FF3A4E9A7D! Run `aptos help` for more information about commands { "Result": "Success" } ``` #...