找到约 15 条结果

文章 矿工可提取价值 (MEV) 101:为什么、什么以及如何

...使用像抢跑(front-running)、尾随(back-running)和夹善(sandwiching)这样的技术,从区块中的交易中获取更多利润。 ## **让我们看看矿工可提取价值(MEV)是如何工作的:** 在区块链上,一个区块只有在验证者一致同意给定的交...

文章 Solidity 新手开发者需要注意的 5 个陷阱(以及如何避免它们)

...5-got...](https://coinsbench.com/top-5-gotchas-for-new-solidity-developers-and-how-to-avoid-them-c6a733d2f855) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 Sei - 重塑Web3的产品形态

.../DjQ9uvey64ca031932bf8.png) ``` Fig,3. comparison between “normal” and “intelligent” ``` ### 交易的并行化 交易并行化是 Solana、Aptos 等 Layer1 常用的提高吞吐量的方式。但交易并行化对于 Sei Network 而言却又另外一层含义。 Sei Network ...

文章 超越代币投票治理

...n-cash-131fdcd2412e) [融资](https://medium.com/bitcoin-abc/ifp-questions-and-answers-94b76dae2503) [提案](https://www.bitcoinabc.org/2020-02-15-miner-fund/)、[Zcash中的基础设施融资投票](https://news.bitcoin.com/zcash-to-distribute-20-of-mining-rewards/),以及更多。 正式化的...

文章 加密货币质押:你需要了解的必要PoS验证者要求

...(https://www.reddit.com/r/CryptoCurrency/comments/qsnu85/still_cant_understand_what_validators_do/),验证者必须: - 验证交易签名 - 确保发送者有足够的余额 - 通过积极参与维护网络安全 - 使用专门的验证软件处理区块 随着主要的加密货币采用 PoS...

文章 构建optimism私链

...rlier. * Replace "BLOCKHASH" with the blockhash you got from the cast command. * Replace TIMESTAMP with the timestamp you got from the cast command. Note that although all the other fields are strings, this field is a number! Don’t include the quotation marks. ``` 6、部署L1合约 - 网络...

文章 五分钟读懂CurveDAO和CRV治理代币

字数:609 原文标题:Curve Releases Blueprint for CurveDAO and CRV Governance Token 原文链接:[https://defirate.com/curvedao-crv/](https://defirate.com/curvedao-crv/) 作者:[Cooper Turley](https://defirate.com/author/cooper/) 译者:李意 翻译机构:DAOSquare ---- ...

文章 区块链101:理解以太坊存储

...-帕特里夏树*](https://ethereum.org/en/developers/docs/data-structures-and-encoding/patricia-merkle-trie/)。 ![](https://img.learnblockchain.cn/attachments/migrate/1734491227170) 什么? ## 找到合适的数据结构 我们需要的是一种允许某种*索引*的结构。默克...

文章 理解加密货币中的代币经济学:初始代币分配的重要性

...资产未来的旅程 目录 [切换](https://blockapps.net/blog/understanding-tokenomics-in-crypto-the-importance-of-initial-token-distribution/#) ## 了解初始代币分配 初始代币分配代表了一个基础阶段,在此阶段,加密项目确定如何将其代币分配给各个利益...

文章 发行一个ERC20标准代币以及实现空投和水龙头相关使用场景

... _addresses.length == _amounts.length, "Lengths of Addresses and Amounts NOT EQUAL" ); IERC20 token = IERC20(_token); // 声明IERC合约变量 uint _amountSum = getSum(_amounts); // 计算空投代币总量 // 检查:授权代币数量 > 空投代...

文章 现代加密应用程序的钱包

...mg.learnblockchain.cn/2025/06/05/84000421_image.jpg) 来源:[WebAuthn and Passkey, Key Management for Daily Crypto Users](https://learnblockchain.cn/article/16136) 密钥管理层包含三个关键的决策点: 1. **密钥生成**:核心在于,密钥生成方法定义了如何创...

文章 以太坊协议的可能未来 #4: The Verge

...kle Patricia tree](https://ethereum.org/en/developers/docs/data-structures-and-encoding/patricia-merkle-trie/) 替换为 Verkle trees,我们将来还需要再次替换树。Merkle trees 的自然替代方案是直接使用 [STARK](https://learnblockchain.cn/article/10975) 将 Merkle 分支应用...

文章 了解银本位质押:如何最大化你的加密货币回报

.../www.globallegalinsights.com/practice-areas/blockchain-cryptocurrency-laws-and-regulations/usa/),美国证券交易委员会(SEC)和商品期货交易委员会(CFTC)积极塑造数字资产投资格局,投资者需要掌握这个领域中的机遇和挑战。传统贵金属投资智慧...

文章 BeansProtocol

...rates, uint256[] calldata amounts) external; function claimAndWithdrawBeans( uint32[] calldata crates, uint256[] calldata amounts, Claim calldata claim ) external; function propose( FacetCut[] calldata _diamondCut, address _ini...

文章 区块链幕后:为何JSON-RPC驱动Web3

...[钱包](https://medium.com/@kunalpaliwal13/how-does-a-crypto-wallet-work-and-how-i-built-one-myself-68155b76c5c8)余额或调用[智能合约](https://learnblockchain.cn/article/15343)函数时,它并没有做什么花哨的事情。它只是发送一个带有方法 `eth_getBalance` 或 `eth_call...