找到约 14 条结果

文章 Hack Replay - Fei Protocol

...his method relies on extcodesize, which returns 0 for contracts in // construction, since the code is only stored at the end of the // constructor execution. uint256 size; assembly { size := extcodesize(account) } return size > 0; } ``` 从`isContract`...

文章 好的初衷,糟糕的设计:钻石标准的不足

...s4[] functionSelectors; } /// @notice Gets all facet addresses and their four byte function selectors. /// @return facets_ Facet function facets() external view returns (Facet[] memory facets_); /// @notice Gets all the function selectors supported by a specific facet. ...

文章 5.MOVE从入门到实战-发布新模块

...``` ## 编译并发布模块 在沙盒环境发布模块 ```js $ move sandbox publish -v Found 1 modules Publishing a new module 00000000000000000000000000000002::Test (wrote 253 bytes) Wrote 253 bytes of module ID's and code ``` 查询发布的模块 ```js $ ls storage/0x0000000000000000...

文章 PeerDAS:一种使用经过实战检验的 P2P 组件的更简单 DAS 方法 - 网络

...。 | 名称 | 示例值 | 描述 | | --- | --- | --- | | `NUMBER_OF_ROWS_AND_COLUMNS` | `32` | | | `SAMPLES_PER_ROW_COLUMN` | `512` | | | `CUSTODY_REQUIREMENT` | `2` | 诚实节点保管和提供样本的最小行数和列数 | | `SAMPLES_PER_SLOT` | `75` | 节点每个 slot 查询的随机样...

文章 针对全同态加密的新型密钥恢复攻击

...LWE构建一种全面同态加密同样需要具备乘法同态特性,即AND门。为LWE建造AND门更具挑战性且针对每种方案构造具体,我们在此不作详述。关于更多细节,Zama的[深度报道文章↗](https://www.zama.ai/post/tfhe-deep-dive-part-1)是非常好的资料...

文章 生成NFT与AI,并部署NFT智能合约和前端应用程序

...) **本文最初发布于:** [https://www.buildbear.io/resources/guides-and-tutorials/Generate\_NFT\_with\_AI\_and\_Deploy\_the\_NFT\_smart\_contract](https://www.buildbear.io/resources/guides-and-tutorials/Generate_NFT_with_AI_and_Deploy_the_NFT_smart_contract) 学习如何部署NFT智能合约...

文章 NFT制作与OpenSea部署教程

... | [freecodecamp.org](https://www.freecodecamp.org/news/how-to-make-an-nft-and-render-on-opensea-marketplace/) ![](https://img.learnblockchain.cn/2021/04/12/16181943392699.jpg!/scale/50) 在这篇文章里,笔者将展示如何在没有软件公共技术背景下制作 NFT。然后,我们...

文章 Polter Finance 漏洞:Fork-and-Pray 失败

!["Polter Finance Exploit: Fork-and-Pray Failure - Three Sigma" banner](https://img.learnblockchain.cn/2025/03/12/22921403_image.png) ## **Polter Finance 简介** Polter Finance 是一个去中心化、非托管的协议,旨在借贷数字资产。它使用流动性池,用户可以存入...

文章 去中心化金融(DeFi):金融未来蓝图

....com/r/defi/comments/11r69c3/what_are_the_risks_associated_with_using_defi_and/)。 2. **用户出错的高风险**:DeFi 应用程序的复杂性以及用户管理自己的私钥的需求可能会导致用户出错的高风险,例如将资金发送到错误的地址或成为诈骗的受害者 [D...

文章 每周以太坊进展2021/12/24

...支持 Arbitrum * [DeversiFi](https://deversifi.com/blog/announcing-our-brand-new-integration-with-moonpay/) 通过与 MoonPay 整合开通法币通道 * [Loopring](https://medium.loopring.io/introducing-l2-counterfactual-wallet-and-fiat-on-ramps-a4b60edf15d6) Layer2 启动 iOS 钱包,支付后...

文章 * [关于升级、二进制文件和兼容性的注意事项](notes-on-upgrading-binaries-and-compatibility)

* [关于升级、二进制文件和兼容性的说明](#关于升级二进制文件和兼容性的说明) * [在Linux上安装](#在linux上安装) * [在macOS上安装](#在macos上安装) * [在Windows上安装](#在windows上安装) * [替代/自定义安装](#替代自定义安装) JoinMarket ...

文章 创建你自己的模因:创建和营销你自己的模因币

目录 [Toggle](https://blockapps.net/blog/creating-and-marketing-your-own-meme-coin/#) ## 理解 Meme 币 Meme 币已成为加密货币领域的热门趋势,允许用户创建和分享他们自己幽默且相关的数字代币。但是,Meme 币究竟是什么?你又该如何创建自己的...

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

...成员的[快速索引](https://solidity.readthedocs.io/en/develop/units-and-global-variables.html#address-related) balance用来查询账户余额,transfer()用来发送以太币(以wei为单位)。 如: ``` address x = 0x123; address myAddress = this; if (x.balance ...

文章 存档节点 - 你需要知道的一切

...区块链数据。 ![A diagram showing how peer-to-peer nodes connect and interact on a blockchain network.](https://img.learnblockchain.cn/2025/03/14/62405276_image.jpeg)A diagram showing how peer-to-peer nodes connect and interact on a blockchain network. ## 什么是以太坊归档节点?...