找到约 13 条结果

文章 Basis,去中心化央行?

...定数字货币相关的文章,其中一篇文章 [What is a Stablecoin, and Why Does It Matter?](https://www.sfox.com/blog/what-is-a-stablecoin-and-why-does-it-matter/) 中提到的 [basis](http://www.basis.io/) 引起了我的兴趣。basis 试图提供一种基于算法协议且具备中央银...

文章 关于 solidity storage layout 的理解

...ublic pure returns(bytes32) { // 1) left pad with 0 both the key and the mapping declaation index storage before concatenating. // 2) concatenate the key with the mapping declaration index in storage. // 3) Calculate the keccak256 hash of that concatenation. That's the ...

文章 SUI Move官方示例合约实践——FT类:篮子代币(basket)

...ed by a basket of other tokens. /// Here, we use a basket that is 1:1 SUI and MANAGED, /// but this approach would work for a basket with arbitrary assets/ratios. /// E.g., [SDR](https://www.imf.org/en/About/Factsheets/Sheets/2016/08/01/14/51/Special-Drawing-Right-SDR) /// could be implemented t...

文章 DCF&DCT tokens: The Tragedy of the Forced Investment Incident(2)

...pool, 5% of tokens are automatically swapped for USDT within the same pool and then added as liquidity to the USDT-DCT pool. This action triggers a swap in the USDT-DCT pool, which can be manipulated, enabling attackers to execute sandwich attacks for profit. - Note that in this attack, "forced inv...

文章 房地产代币化:了解益处与风险

...正在重塑包括[奢侈品](https://web3espresso.substack.com/p/luxury-and-web3-a-match-made-in-heaven)、[艺术](https://web3espresso.substack.com/p/the-rise-of-web3-in-art-a-look-into)、[电影](https://web3espresso.substack.com/p/film3-web3-and-the-film-industry)和[电子商务](https://web3...

文章 什么是Web3商务?

...隐私:解决方案在哪里?](https://blockapps.net/blog/multichains-and-privacy/) - [聚会回顾:企业区块链、最新 STRATO 功能、小组讨论](https://blockapps.net/blog/meet-recap-enterprise-blockchain-latest-strato-features-panel-discussion/) - [\[视频] 拯救和扩展你的企...

文章 摘要 | 大狗精读 PBFT 论文(一)

...hms will be increasingly important in the future because malicious attacks and software errors are increasingly common and can cause faulty nodes to exhibit arbitrary behavior. Whereas previous algorithms assumed a synchronous system or were too slow to be used in practice, the algorithm described i...

文章 监管进展的初步迹象

...[Arjun Mehra](https://www.linkedin.com/in/arjun-mehra-75234017b/) 和 [Alexandre Chartois](https://www.linkedin.com/in/alexandre-chartois-7aba45207/) ## 美国逐渐靠近友好的加密货币银行法规 ##### **监管变革为机构加密货币采纳铺平道路** 华盛顿的潮流正在...

文章 solidity assembly的基础用法

... | 按位取反 (1010 > 0101) | | and(x, y) | 按位与 (1000 AND 1100 > 1000) | | or(x, y) | 按位或 (1000 AND 1100 > 1100) | | xor(x, y) | 按位异或 (1000 X...

文章 利用RPC对MEV中继进行解绑攻击

...ective.flashbots.net/t/post-mortem-april-3rd-2023-mev-boost-relay-incident-and-related-timing-issue) 以及 [Francesco D'Amato 和 Mike Neuder 的文章](https://ethresear.ch/t/equivocation-attacks-in-mev-boost-and-epbs/15338)。 ### 攻击序列 与其他解包攻击一样,RPC 解包攻击依...

文章 什么是非同质化代币(NFT),它们是如何运作的?

目录 [切换](https://blockapps.net/blog/what-are-nfts-and-how-do-they-work/#) ## 什么是NFT? Non-Fungible Tokens,或NFT,是存储在区块链上的独特的数字资产,通常是以太坊区块链。与比特币等可互换的加密货币不同,每个NFT都是独一无二的,不...

文章 Rust 泛型编程基石:AsRef 和 AsMut 的核心作用与实战应用

...义、作用,并通过实战代码展示其核心价值。 ## AsRef and AsMut 是什么? ## 有什么作用? `AsRef` 和 `AsMut` 是 Rust 标准库中非常重要的两个 **Trait(特性)**,它们在 Rust 的泛型编程和所有权系统中扮演着关键的“访问者”角...

文章 通过 GRAFT 和 PRUNE 观察 Gossipsub 网络的动态性 - 网络

...名为 Hermes 的工具([GitHub - probe-lab/hermes: A Gossipsub listener and tracer.](https://github.com/probe-lab/hermes/)),它充当 GossipSub 监听器和追踪器。Hermes 订阅所有相关的 pubsub 主题,并追踪所有协议交互。这里报告的结果来自一个 3.5 小时的追...