找到约 15 条结果

文章 2025年6月区块链安全与教育新闻简报

...信号 ](https://www.quillaudits.com/blog/web3-security/guide-to-lending-and-borrowing-protocols?) DeFi 安全峰会浮现出**当今面临的最大威胁**,从社交工程到智能合约缺陷。 [深入了解这些见解 >](https://learnblockchain.cn/article/16172) **web3 系统中的 Web2 错...

文章 逢低买入:它是什么以及如何操作? - Pintu Academy

...:它是什么?你该如何操作? [![Image Buy the Dip: What Is It and How Do You Do It?](https://img.learnblockchain.cn/2025/08/18/Buy-The-Dip.png)](https://img.learnblockchain.cn/2025/08/18/Buy-The-Dip.png) 加密货币市场是一个相对较新的资产市场,尤其是在印度尼西...

文章 三、Move 函数

...函数返回值 } fun do_nothing(): () {} // 返回() fun get_name_and_age(): (vector, u8) { (b"Alice", 25) } ``` 调用函数时,需要使用解构赋值来获取各个返回值,如果只需要部分返回值,可以使用`_`忽略其他值 ```rust let (name, age) = get_n...

文章 论文评审 - 决策树预测和准确性的零知识证明

...`15.6` 秒。 ## 论文引用 Jiaheng Zhang, Zhiyong Fang, Yupeng Zhang, and Dawn Song. 2020. Zero Knowledge Proofs for Decision Tree Predictions and Accuracy. 在2020年ACM SIGSAC计算机与通信安全会议论文集中(CCS '20). 计算机协会,纽约,NY,美国,2039–2053. https:/...

文章 比特币与 “邓巴极限”

...者:Hugo Nguyen_ > > _来源: [https://hugonguyen.medium.com/bitcoin-and-the-dunbar-limit-5c820c4e5632](https://hugonguyen.medium.com/bitcoin-and-the-dunbar-limit-5c820c4e5632)_ ![img](https://img.learnblockchain.cn/2025/07/15/E_5jpy_.png) \- 图片来自 [JelenaMrkovic](https://commons.wikime...

文章 在EigenLayer上扩展可编程信任,利用拉格朗日状态委员会和大数据协处理器

...无权限的安全区域](https://medium.com/@lagrangelabs/lagrange-labs-and-eigenlayer-announce-a-strategic-partnership-28bb7d669f98),用于跨链桥接和消息协议,结合了 EigenLayer 的重质押以及 Lagrange 的状态委员会基础设施。Lagrange 的状态委员会作为优秀的 ZK...

文章 区块链中的数学-VRF基于RSA公钥体制的实现

...机性(trusted uniqueness", "trusted collision resistance", "full pseudorandomness"),关于些安全性要求,上一节均有所介绍。 VRF使用RSA签名,在输入alpha上计算证明P。RSA签名验证用于验证证明的正确性。VRF哈希输出R,只需使用所选哈希算法...

文章 任意调用 & Slitherin 新检测器发布

...lls/#:~:text=Solidity%20offers%20low%2Dlevel%20call,delegatecall()%20%2C%20and%20address.) 调用来窃取。 以下是我们的审计笔记,你将从中了解我们是如何提出这种检测器的想法,以及它实际上是什么。请务必仔细 [study](https://docs.chain.link/ccip/tutoria...

文章 金融工程在桥接中为何重要?第二集

...致滑点较小([slippage](https://dexenetwork.medium.com/what-is-slippage-and-why-does-it-matter-uniswap-example-43e32d712651))。 ![](https://img.learnblockchain.cn/2025/04/11/23098002_image.jpg) 然而,如果转移进入和退出目的地变得失衡,AMM 桥接将需要依赖套利者来重...

问题 熊哥你好,调用uniswap路由合约addLiquidityETH方法

...itial state. Note: The called function should be payable if you send value and the value you send should be less than your current balance. Debug the transaction to get more information. ![image.png](https://img.learnblockchain.cn/attachments/2023/04/sGxztyxU64425431a19f5.png)

文章 Michael.W基于Foundry精读Openzeppelin第65期——TransparentUpgradeableProxy.sol

...rs' // tool to acquire two function signatures with different arguments and same selector let selectorsA = new Map() let selectorsB = new Map() for (let i = 0; ; i++) { const functionSignatureA = `proxy${i}(uint256)` const functionSignatureB = `implementation${i}()` const select...

文章 Solana - 什么是Solana动作和区块链链接(Blinks)? - Quicknode

...e.com/shrKKKP7O1Uw3ZcUB?prefill_Guide+Name=What%20are%20Solana%20Actions%20and%20Blockchain%20Links%20(Blinks)%3F) 如果你有任何反馈或新主题的请求。我们期待你的声音。 >- 原文链接: [quicknode.com/guides/sol...](https://learnblockchain.cn/article/11196-development/transa...

文章 审计员和开发者必备的智能合约审计工具

...发布于 [BuildBear Tutorials](https://www.buildbear.io/resources/guides-and-tutorials/Auditor_tools)。 由于智能合约的漏洞,2023年损失超过10亿美元。Web3 安全对于区块链的采用至关重要。使用适当的安全工具对于识别智能合约中的漏洞是必不可少...

文章 主网准备 - OpenZeppelin 文档

...安全](https://docs.openzeppelin.com/learn/preparing-for-mainnet#auditing-and-security) - [验证源代码](https://docs.openzeppelin.com/learn/preparing-for-mainnet#verify-source-code) - [安全地管理密钥](https://docs.openzeppelin.com/learn/preparing-for-mainnet#key-management) - [处理...

文章 如何在同样的地址上部署不同的合约

... nonce 值总结 前面介绍的过程可以总结为图 [1](https://aandds.com/blog/eth-different-contracts-same-address.html#org000000d) 所示。 ![eth_different_contracts_same_address.gif](https://img.learnblockchain.cn/attachments/migrate/1730691421655) Figure 1: 利用重置 no...