找到约 15 条结果

文章 到底什么是“社区”?第一部分(用BARD框架来解析)

...了解你的受众,但这两者并不相同。 * 特别感谢 [_poopmandefi_](https://x.com/@poopmandefi) _,_ [_0xjunkim_](https://x.com/@0xjunkim) _,_ [_devrelius_](https://x.com/@devrelius) [_, 0xBrans_](https://x.com/@0xBrans) _,_ [_100y\_eth_](https://x.com/@100y_eth) _对本文提供的宝...

文章 Web3:我应该使用Infura / Alchemy还是运行一个节点?

...,请查看这个 [页面](https://ethereum.org/en/developers/docs/nodes-and-clients/nodes-as-a-service/#popular-node-services) **使用上述服务提供者的优点** 1. 易于使用;只需通过其自身的 SDK 或其他 Web3 JS 库即插即用 2. 即时可用 3. 提供备份选项(...

文章 具有DDH假设的ZKP

...6f5.jpg) ## **代码** 代码如下所示: ``` import random import libnum import sys bitsize=128 if (len(sys.argv)>1): bitsize=int(sys.argv[1]) p=libnum.generate_prime(bitsize) s=random.getrandbits(bitsize) g=2 a=random.getrandbits(bitsize) b=random.getra...

文章 加密桥接变得简单

... transaction(确认交易)”(如果需要,单击“Switch network and confirm(切换网络并确认)”)。你的钱包将打开一个带有详细信息的弹出窗口。 ![批准并确认 **桥接** 交易。](https://img.learnblockchain.cn/2025/09/10/91580958_image.png) 批准并...

文章 8.5 亿 OP 用于追溯性公共产品资助的演进 - Optimism

...你可以在[治理论坛](https://gov.optimism.io/t/upcoming-retro-rounds-and-their-design/7861)上找到更多关于下一次迭代的 Retroactive Public Goods Funding 背后的设计决策,并分享你的想法和印象。 凭借 2024 年的四个确定轮次,Retro Funding 为激励贡献提...

文章 通过互操作性加速亚洲稳定币发展

...025/06/05/13316788_image.jpg) 来源: [How stablecoins will eat payments, and what happens next - a16z crypto](https://learnblockchain.cn/article/13191/) 然而,就目前而言,稳定币的主要用例一直是交易的结算代币。 截至2025年3月,超过33%的 USDT(Tether)供应由...

文章 激励 OP Stack 故障证明系统中的诚实行为和参与 - Optimism

...ism.io/blog/incenti...](https://www.optimism.io/blog/incentivizing-honesty-and-participation-in-the-op-stack-s-fault-proof-system) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 Devcon 2024研讨会:ET仿真

...拍卖相关。其他选项:naive_hist_obs_of_dist, hist_obs_of_dist, random_evenly_10_50, optimal_heuristic_bidding(最后一个仅适用于 FPA) 'EIP-1559_max_tickets': 4, # 仅与 EIP-1559 相关,每个 slot 要购买的最大票数。 'EIP-1559_adjust_factor': 8, # 定义价格...

文章 什么是以太坊交易?

...de 指南 [这里](https://www.quicknode.com/guides/knowledge-base/pending-and-queued-transactions-explained)。 **交易架构** 以太坊的交易格式最初有一个标准,但随着时间的推移已经发展出允许其他交易格式。一笔交易对象中的指令集如下所示: - fr...

文章 每周以太坊进展 2022/11/5

...ps://collective.flashbots.net/t/flashbots-relay-bulk-data-exports-payloads-and-builder-submissions/700) * [Inclusion.watch](https://www.inclusion.watch/): 79% 的 Tornado 交易在一分钟内被包含在一个区块中 ## 给质押者 * Pintail: [验证者返回的分析](https://pintail...

文章 Michael.W基于Foundry精读Openzeppelin第64期——UUPSUpgradeable.sol

...yProxy { _authorizeUpgrade(newImplementation); _upgradeToAndCallUUPSWithRollbackTest( newImplementation, "", false ); } function upgradeToAndCall(address newImplementation, bytes memory data) external payable override only...

文章 Metamask Snaps:在沙盒中嬉戏

... // 注册 snap 交互的消息处理程序 this.#messenger.registerActionHandler( `${controllerName}:handleRpcRequest`, async (snapId: string, options: SnapRpcHookArgs) => this.handleRpcRequest(snapId, options), ); // 更多用于 executeSnap、terminateSnap 等的处理程序 // ... // ...

文章 Solana的机构化浪潮:从 Memecoin 乐园到华尔街的新宠?

...solana-validators-a-community-validators-primer-on-the-world-of-validators-and-fee-economics-d6fbc7dfa06f) 的说法,运行 Solana 验证者服务器的年成本约为 4,500 美元。 每次 epoch(大约每 2-3 天)的投票成本估计为 2-3 SOL,因此每年的总支出可能在 45,000 美...

文章 Ethereum Pectra 硬分叉介紹

...分析文章](https://ethresear.ch/t/on-blob-markets-base-fee-adjustments-and-optimizations/21024)。 ## Miscellaneous EIP ### EIP-7549: Move committee index outside Attestation **_EIP-7549 調整驗證者投票的內容,讓選票更方便被聚合起來,降低 p2p 網路的壓力_** 驗證...

文章 web3 入门学习资源及招聘渠道汇总

... - [MIT Blockchain Course](https://ocw.mit.edu/courses/15-s12-blockchain-and-money-fall-2018/video_galleries/video-lectures/) - MIT 提供的关于区块链的课程。 - [Continuum](https://continuum.xyz/) - 通过学习 Web3 基础获得 NFT 奖励的学习平台。 - [Dapp University](https:...