找到约 15 条结果

文章 SUI Move官方示例合约实践——游戏类:基于drand随机数的刮刮卡游戏(drand_based_scratch_card)

# SUI Move官方示例合约实践——游戏类:基于drand随机数的刮刮卡游戏(drand_based_scratch_card) *rzexin 2024.02.15* ## 1 合约说明 ### 1.1 功能介绍 - 本合约是基于`drand`随机数的 **刮刮卡** 游戏合约。[drand](https://drand.love/)是分布...

文章 Mantle节点、Batcher、Proposer和工具的增量审计

...elin.com/ma...](https://blog.openzeppelin.com/mantle-node-batcher-proposer-and-tooling-incremental-audit) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 一文读懂Play to Earn

...ink关于NFT和区块链游戏的网页](https://chain.link/use-cases/nfts-and-blockchain-games)。 若想获得关于Chainlink开发工作的最新消息,请访问chain.link,订阅Chainlink新闻,并在Twitter、YouTube和[Reddit](https://www.reddit.com/r/Chainlink/)上关注Chainlink。 ...

文章 前沿|区块链热点项目技术复盘-0601

...n/attachments/2023/06/pJvSocvb64781251f3988.png) 架构标准 Schema Standard是Relation Protocol中社交数据存储的标准,它定义了所有建立在Relation协议上的社交数据格式。Schema Standard定义了Relation Protocol的Base Schema,所有建立在Relation Protocol上的RD...

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

...IgA.png) ## **新功能和改进 ✨** **费用中间件** [Interchain Standard (ICS) 29](https://github.com/cosmos/ibc/tree/main/spec/app/ics-029-fee-payment) 的实现,被称为费用中间件,引入了一种链上机制来资助 Relayer。此功能的目的是激励 Relayer,以便 IBC 以...

文章 Holešky Pectra 事件事后分析

...ps://github.com/ethereum/pm/issues/1323) 之后,基于概述的策略,PandaOps 发起了另一项协调工作,以实现网络的最终确定性,计划持续到 3 月 12 日。一项[分析](https://docs.google.com/spreadsheets/d/1nndNt-XC4JzqsjmCRuiXBGCGMFomCHx_e_DZzFqvhGM/edit?gid=373616122...

文章 掌握 AMM:自动化做市商的完整指南

...uidity%20pools) * [https://snapinnovations.com/amm-vs-order-book-understanding-the-core-of-modern-crypto-trading/#:~:text=Unlike traditional trading systems%2C AMMs,liquidity might otherwise be scarce](https://snapinnovations.com/amm-vs-order-book-understanding-the-core-of-modern-crypto-trading/#...

文章 Uniswap V4 深度解析

... assembly { balanceDelta := or(shl(128, _amount0), and(0x00000000000000000000000000000000ffffffffffffffffffffffffffffffff, _amount1)) } } ``` 这一值根据下图,将需调整的`amount0`与`amount1`填入int256数据类型中。 ![](https://img.learnblockchai...

文章 Certora技术白皮书

...告](https://www.certora.com/reports/lido-dual-governance-security-audit-and-formal-verification-report) 和 [规范](https://github.com/andrew-certora/dual-governance/blob/4dd7044724b043033238def925bc4be32cb0474a/certora/specs/Escrow_solvency_ETH.spec#L56)。 ### **转账操控攻击** 这些漏...

文章 Web3新速度:Monad与BuyEarth DApp重塑虚拟世界

...atible Layer 1 blockchain, redefining the balance between decentralization and scalability for Web3 applications. **Monad 是一个高性能的以太坊兼容L1区块链,为Web3应用重新定义了去中心化与可扩展性的平衡。** 想象一个区块链每秒处理10,000+笔交易,...

文章 设计高性能 zkVM

...包括 [Paranova](https://zkresear.ch/t/parallelizing-nova-visualizations-and-mental-models-behind-paranova/198) 和 [Cyclefold](https://eprint.iacr.org/2023/1192),但我们的结论仍然是,基于 FRI 的系统为构建我们正在构建的大规模分布式证明架构提供了更有效的机...

文章 比特币铭文(Inscriptions)和 Ordinals - 从p2p 到艺术与身份

...bstack.co...](https://l2ivresearch.substack.com/p/from-peer-to-peer-to-art-and-identity) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 EIP-4844 Proto-Danksharding 为何使用 KZG ,它如何工作的?

.../@tommy_chan/eip-4844-proto-danksharding-using-kzg-commitment-what-it-does-and-how-does-it-really-work-35201987b24c) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 HTLC跨链

...15543d4cfbfb80f69284 PreImage Bytes: 0x726f6f74726f6f74 Alice's Address and Private Key OUTPUT: Successfully Withdrew Eth, Preimage Hex Is: 0x726f6f74726f6f74 Convert Preimage Hex To String: rootroot --------------------Query Alice's Balance on Ethereum-------------------- INPUT: Alice's ...

文章 ERC4337 -- 网络通信

...x_fee_per_gas: uint256 max_priority_fee_per_gas: uint256 paymaster_and_data: bytes signature: bytes ``` ##### `VerifiedUserOperation` ```python class VerifiedUserOperation(Container): user_operation: UserOp entry_point: Address verified_at_block_hash: uint256 ``` >- 原文...