找到约 15 条结果

文章 Argus:迈向跨游戏之路的论文

...tps://podcasts.apple.com/my/podcast/scott-sunarto-crypto-gaming-argus-labs-and/id1587401478?i=1000620631867)中找到了答案。World Engine 是 Argus 创建的一个内部引擎,以便他们可以创建链上游戏,而不受当今现有技术选择的限制。该基础设施仅公开,以便...

文章 gymdefi hack

... the interesting point is in the migrate function: it is permissonless, and the minimal is 0. just like Router.swapTokensForExactTokens,when the minimal received tokens sets to 0, means we can use sandwitch attack to trigger it. let me check, how to make use of it? pool1: v1Address+WBNB poo...

文章 Web3新玩法:Sui区块链NFT创建与部署实战

..."...", subdir = "...", rev = "..." }`. # Revision can be a branch, a tag, and a commit hash. # MyRemotePackage = { git = "https://some.remote/host.git", subdir = "remote/path", rev = "main" } # For local dependencies use `local = path`. Path is relative to the package root # Local = { local = ...

文章 你是否知道我发明了虚拟机监控器和学生课程作业中的幻觉?

...m/asecuritysite-when-bob-met-alice/did-you-know-i-invented-the-hyper-visor-and-hallucinations-in-student-courseworks-45022e168903) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 无须许可的模块化DeFi应用引爆下一轮创新

...er、Lyft和AirBnB)都采用了模块化的设计理念。比如,Plaid and Stripe这个金融服务就集成了众多web应用,为用户提供原生支付功能。这极大降低了开发者的工作量,并缩短了上市周期,因为开发者无需从零开始开发法币支付基础架...

文章 Foundry 工具使用的全面指南

...户: ```shell anvil -a Number of dev accounts to generate and configure [default: 10] ``` **设置使用的 EVM 硬分叉版本** ```shell anvil --hardfork ``` **设置节点监听的端口号** ```shell anvil -p, --port ``` 例如,设置为端口8546...

文章 订单流、拍卖和中心化 II - 订单流拍卖

...,请见 [这里](https://collective.flashbots.net/t/order-flow-auctions-and-centralisation-ii-order-flow-auctions/284)_ ![OFA as protector meme](https://img.learnblockchain.cn/2025/03/05/OFA-b9f3180c13db11a947de5804252ef84e.png) _注意:我使用“ **提取者**”来指代搜索者和建造...

文章 iZUMi:如何利用 Uni V4 的限价单功能实现下一代「On-Chain Binance」

...p: Building Decentralized Exchange with Discretized Concentrated Liquidity and Limit Order $\,$ >本文首发于:https://foresightnews.pro/article/detail/35436

文章 Solidity实战系列 - (NFT - 质押 - 锁仓 - ERC1155 - 兑换)

... } if(_parent == _child) { revert ErrorMsg("Parent and child cannot be the same address"); } if(_parent == address(0x0) || _child == address(0x0)) { revert ErrorMsg("account isn't zero address"); } if(hasParent[_child] == t...

文章 Cosmos SDK——从选链到创链的跨越,稳步踏入区块链3.0

...basic, // non-dependant module elements, such as codec registration // and genesis verification. ModuleBasics = module.NewBasicManager( auth.AppModuleBasic{}, genutil.NewAppModuleBasic(genutiltypes.DefaultMessageValidator), bank.AppModuleBasic{}, capability.AppModuleBasic{}, sta...

文章 zkPorter:超越zkRollup的可组合性L2扩展方案

...码](https://github.com/ethereum/research/wiki/A-note-on-data-availability-and-erasure-coding) 机制可用于证明验证者的非删除行为。考虑到比特币网络的相对简单和低交易量,zkPorter 分片的验证者甚至可以在其分片内部创建一个运行在中本聪工作量...

文章 Solana如何改变游戏格局

...力体现在几款成功且有影响力的游戏上。例如,[Decentraland](https://decentraland.org/) 提供了一个虚拟世界,玩家可以将房地产作为 NFT 进行购买、销售和开发。[Tokens.com](http://tokens.com/) 在 Decentraland 中心区的房地产上花费了超过[$2百...

文章 介绍Breez:闪电般快速的比特币支付

...logy/in...](https://blog.breez.technology/introducing-strike-a-simple-fast-and-safe-bitcoin-card-750ffa67df80) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 在以太坊上安装 “炸弹”

...更多请求,请求该 MPT 节点的每个子节点。 ``` // Create and schedule a request for all the children nodes requests, err := s.children(request, node) if err != nil { return committed, i, err } if len(requests) == 0 && request.deps ==...

文章 闪电贷以及如何利用它进行攻击:ERC 3156 漫游指南

...n function flashBorrow() external { // send borrower 1 ether and call borrower's function `onFlashLoan()` bytes32 ret = FlashBorrower(msg.sender).onFlashLoan{value: 1 ether}(bal); // expect it back in the same transaction require(ret == keccak256("BorrowMon...