找到约 15 条结果

文章 Dsuite:革新下一代区块链实用性

...和[**去中心化**](https://insights.ncog.earth/decentralized-calendars-and-emails/)的时代,Dsuite 给出了答案。 它将基础区块链原则与功能性、可扩展的解决方案相结合。 行业可以采用以功能为中心标准。 用户需要解决实际问题的方案。 新方...

文章 比特币发生过硬分叉吗?

... [之前的一篇文章](https://blog.lopp.net/running-bitcoin-core-v0-7-and-earlier/) 中进行过深入探讨。 [链接:运行 v0.7 及更早版本的 Bitcoin Core](https://blog.lopp.net/running-bitcoin-core-v0-7-and-earlier/) 这是一个非常特殊的分叉情况。人们一开始无意让...

文章 通过逆向和调试深入EVM #1 - 理解汇编

> * 原文链接: https://trustchain.medium.com/reversing-and-debugging-evm-smart-contracts-392fdadef32d > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/people/412) 校对:[Tiny 熊](https://learnblockchain.cn...

文章 Viem React 教程:如何转账、铸币和查看链状态

...户连接,最后输出地址。 这里有很多代码,但重点是 handleClick() 函数。 ```typescript // walletButton.tsx "use client"; import { useState } from "react"; import { ConnectWalletClient, ConnectPublicClient } from "./client"; export default function WalletButton() { ...

文章 比特币地址的格式和经济性比较

...022/10/15/...](https://www.btcstudy.org/2022/10/15/bitcoin-address-formats-and-performance-comparison) , 如有侵权请联系管理员删除。

文章 利用 WebGPU 加速 ZK 证明:技术与挑战 - ZKSECURITY

...用 GPU 的更突出的框架之一,它是一个强大的抽象,可与 Android 和 iOS 上的 GPU 以及大多数其他平台(Linux、Windows、MacOS 等)一起使用。 顾名思义,它默认适用于主流浏览器(Chrome、Edge、Brave,[Safari 在 iOS 18.2 中启用了它](https://n...

文章 放宽未来几年对Prover的硬件要求

...t/formalizing-decentralization-goals-in-the-context-of-larger-l1-gaslimits-and-2020s-era-tech/23942) – 简而言之:即使在大多数节点可以放松并仅验证数据可用性和执行证明的世界中,我们也要确保这些证明的生产不会成为网络的单一瓶颈,因此我们...

文章 Monad区块链技术架构

...m.com/@SkillovuU/monad-a-revolutionary-evm-blockchain-with-unmatched-speed-and-security-c5f596a4f9b0) via Monad ### Monad BFT 共识简介 > Monad BFT 通过[部分同步条件](https://www.techtarget.com/searchapparchitecture/tip/Synchronous-vs-asynchronous-communication-The-differences)在 Byant...

文章 五分钟读懂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 ---- ...

文章 加密货币质押:2024年最佳实时奖励追踪器

...方法通常无法提供准确及时的信息。例如,像 [CoinTracker and CoinLedger struggle to meet specific requirements](https://www.reddit.com/r/ethstaker/comments/11i6dt9/ethereum_staking_rewards_trackers/) 这样流行的加密货币税务平台,难以满足跟踪以太坊质押奖励...

文章 AI代理如何在任何代码库中发现深层逻辑漏洞

....py graph add-custom secondswap "Model the management of vesting positions and transfers" ``` 在初始审计之后,图存储学习到的函数行为和不变量,因此你可以要求代理用新的视角重新访问切片: ``` `./hound.py agent investigate "Check that all invariants w...

文章 (十九)WILD Coin 模块设计与实现解析

...d - donation_amount; // Withdraw the donation amount from the vault and add it to the donation balance let donation_coin = withdraw_sui_from_vault_reward(vault, donation_amount, ctx); balance::join(&mut vault.donation_balance, coin::into_balance(donation_coin)); // Withdraw t...

文章 如何在 2025 年桥接至 Blast:最快和最便宜的选择

...LAST](https://cointelegraph.com/crypto-bonus/bonus-page/claim-blast-tokens-and-earn-points-through-bridging-and-dapp-interactions/)。 总共有 [100 亿](https://blog.blast.io/phase-2-users/) 个 BLAST 将在第二阶段分发,奖励计划将持续到 2025 年 6 月。如果你错过了第一阶...

文章 【译】How decentralized is Bluesky really?

...实现内容寻址,而 Bluesky 做到了。 ## Bluesky's architecture and centralization ### On blogs, search engines, and Google Reader 当你构建一种理论上任何人都可以参与的架构,但参与的门槛高到只有拥有最多资源的人才能参与时,你实际上还...

文章 集合论基础

...}。 * **有理数 ( Q)**:所有有理数的集合,用 {pq∣p and q are integers, q≠0} 表示。尽管它们在数轴上密集排列,但仍然可以枚举它们。如果你想查看解释有理数**为什么** 是可数无限的证明,你应该阅读[康托尔的对角化论证](htt...