找到约 14 条结果

文章 IBC协议:2022年主要发展回顾

...hain.cn/2025/04/16/1XLTeLXiEnffYW9oV_eY5cw.jpeg) 对于 [Inter-Blockchain Communication (IBC) 协议](https://ibcprotocol.org/) 来说,2022 年是充满事件的一年。 从新的链集成到功能和改进,无可否认,IBC 今年巩固了其作为区块链互操作性黄金标准的地位...

文章 基于Rabin方法的可证明安全公钥加密

...\[1]。这是由强大的 Michael O Rabin 创建的 [[here](https://medium.com/asecuritysite-when-bob-met-alice/the-wonderful-mind-of-michael-o-rabin-669a7c49645d)]。 注意: **显然,难题是整数分解,而离散对数在量子破解方面是不安全的,但是,目前,它们在计算...

文章 存储中的数组

...0K&lang=en&optimize=false&runs=200&evmVersion=null&version=soljson-v0.8.24+commit.e11b9ed9.js) 中,以便你能对发生的事情有个直观的理解。 调用 setArray,并输入 **\[1,2,3,4,5,6\]** 现在调用 **getLength()**,它返回 6,即数组的长度。 现在调用 **addToArray*...

文章 区块链 - Blockbook API - Trezor

...ersion_ 字段将被省略。 请参阅 [blockbook-api.ts](https://github.com/trezor/blockbook/blob/master/docs/blockbook-api.ts) 文件中的所有引用类型(`typescript` 接口)。 #### REST API 支持以下方法: - [状态](#status) - [获取区块哈希](#get-block-hash) - [获取...

文章 Uniswap V3中的平方根价格

...量 sqrtPriceX96 价格的平方根存储在 [池合约](https://github.com/Uniswap/v3-core/blob/main/contracts/UniswapV3Pool.sol#L56-L74) 中的结构体 `slot0` 的字段变量 `sqrtPriceX96` 中,如下图所示。 ![slot0 代码截图](https://img.learnblockchain.cn/2025/03/21/slot0.png) ...

文章 move基本数据类型(一)

...────╯ ``` 💧  [HOH水分子公众号](https://mp.weixin.qq.com/s/d0brr-ao6cZ5t8Z5OO1Mog) 🌊  [HOH水分子X账号](https://x.com/0xHOH) 📹  [课程B站账号](https://space.bilibili.com/3493269495352098) 💻  Github仓库 https://github.com/move-cn/letsmove

文章 应用二进制接口编码(ABI编码)

...试”下拉菜单,获取某些信息。 ![https://static.wixstatic.com/media/61a666_57ac790548bd46f293823e0574f3e152~mv2.png](https://img.learnblockchain.cn/2025/02/26/61a666_57ac790548bd46f293823e0574f3e152~mv2.png) ```solidity contract ExampleContract { function meaningOfLifeAnd...

文章 Web3 新星:Monad 打造 NFT 全解

...htly build of Foundry. It is recommended to use the latest stable version. Visit https://book.getfoundry.sh/announcements for more information. To mute this warning set `FOUNDRY_DISABLE_NIGHTLY_WARNING` in your environment. Initializing /Users/qiaopengjun/Code/monad/MonadArt from https://githu...

文章 NeverFall 漏洞复现

# 1. 漏洞简介 https://twitter.com/BeosinAlert/status/1653619782317662211 ![1.png](https://img.learnblockchain.cn/attachments/2023/05/ZzqGQYSB6455f1c0f0d07.png) # 2. 相关地址或交易 https://explorer.phalcon.xyz/tx/bsc/0xccf513fa8a8ed762487a0dcfa54aa65c74285de1bc517bd68dbafa2813e4b7cb ...

文章 如何将PancakeSwap部署到以太坊类链上

... token icon with name as token address in lowercase mode to `public/images/coins` + Update support network from `ChainId.MAINNET` to `ChainId.BSCTESTNET` at `src/constants/index.ts` + Update coin addresses to your at `src/constants/index.ts` + Update `src/components/Menu/index.tsx`: From `p...

文章 [Reach教程翻译] 2.8 玩家交互、自主运行游戏

...我们会显示每一行。 [rps-8-interact/index.mjs](https://github.com/reach-sh/reach-lang/blob/master/examples/rps-8-interact/index.mjs#L1-L6) ```javascript 1 import { loadStdlib } from '@reach-sh/stdlib'; 2 import * as backend from './build/index.main.mjs'; 3 import { ask, ...

文章 什么是原子交换?

...移。到目前为止,由于跨链桥梁的黑客攻击,已经有超过26亿美元的损失,这就是为什么 Web3 生态系统正在迅速采用更优越的跨链解决方案的原因。 ## 由 Chainlink CCIP 提供动力的跨链通信 交易者和协议可以通过使用 Chainlink CCIP...

文章 什么是智能合约审计及如何选择合作伙伴

...。 Bug 赏金平台的一个主要例子是 [Immunefi](https://immunefi.com/),它是 Web3 Bug 赏金领域的行业领导者,以托管区块链领域一些最大的赏金和支付而闻名。 #### contest 审计 contest 邀请多个安全研究人员在设定的时间内分析协议的代码...

文章 重新思考PBS的市场结构

...利的选项。在 [最近的 (e)PBS 突破性会议](https://www.youtube.com/watch?v=63juNVzd1P4) 上提出的一个论点是,这种机制的存在将净化这个市场的供应方,即中继和构建者。对于中继来说,论点是,由于存在协议批准的机制,我们现在可以卸...