找到约 15 条结果

文章 关于区块链的常见误解已被消除

...om/gx/en/industries/assets/pwc-blockchain-opportunity-for-energy-producers-and-consumers.pdf),许可型区块链处理交易的速度比公共区块链快 1000 倍,且能耗显著降低。 ## 误解 4:区块链交易是匿名的 与普遍的看法相反,区块链交易并非完全匿名。...

文章 将中继激励转移到链上:费用中间件、费用补助和预算模块

...布](https://github.com/cosmos/ibc/blob/master/spec/core/ics-004-channel-and-packet-semantics/UPGRADES.md),中间件也可以在现有通道上实施。 ### 2\. 费用补助模块 [费用补助](https://blog.cosmos.network/secret-powers-what-are-the-authz-and-fee-grant-modules-c57d0e808794)是...

文章 Memecoin 机器人、工具和基础设施的艺术与科学:一项综合研究

...xAutoBot/introducing-0xswift-bot-the-fastest-token-deployer-for-uniswap-v2-and-beyond-72ec3f169ef](https://medium.com/@0xAutoBot/introducing-0xswift-bot-the-fastest-token-deployer-for-uniswap-v2-and-beyond-72ec3f169ef) - [Pepe Analytics: Are you ready?](https://learnblockchain.cn/article/12834) - ...

文章 每周以太坊 2024/08/31

...二进制树(binary tree)](https://notes.ethereum.org/@gballet/verkle-and-binary) 作为 Verkle 的替代方案,最后时刻替换相对容易 ## 中心化观察:威胁你的 ETH 价值 * 🚨 [Lido 达到 28.4%](https://dune.com/hildobby/eth2-staking),仍然太接近 [33.3% 阈值...

问题 这是Kishu的源码,请教一下哪里有销毁和持币分红功能啊

...with this method brings the risk * that someone may use both the old and the new allowance by unfortunate * transaction ordering. One possible solution to mitigate this race * condition is to first reduce the spender's allowance to 0 and set the * desired value afterwards: ...

文章 如何与以太坊智能合约交互?

...t SmartContract= require(“SmartContract”); // Retrieve the JSON ABI and address const SmartContractAbi = SmartContract.abi; const SmartContractAddress = "0x......" // Instantiate an object that "encapsulates" the smart contract const SmartContractObject = new web3.eth.Contract(SmartCont...

文章 Optimism 中文周刊 #38

...者 1000 万 OP 池](https://gov.optimism.io/t/retro-funding-4-learnings-and-reflections/9271),重点关注过去对超级链的贡献,并吸引了许多新参与者,尽管它在验证开源状态和合约归属方面面临挑战。社区反应不一,赞赏改进的基于指标的投票的...

文章 比特币与密码朋克的延续

> _作者:Jameson Lopp_ > > _来源: [https://blog.lopp.net/bitcoin-and-the-rise-of-the-cypherpunks/](https://blog.lopp.net/bitcoin-and-the-rise-of-the-cypherpunks/)_ ![1](https://img.learnblockchain.cn/2025/07/15/91545f955a264321aee18927a7683c16.jpg) 从比特币到区块链再到分布式账...

文章 SUI CLI最全命令详解4——Keytool之单签多签类 @SUI Move开发必知必会

...sting of the Base64 encoded of the BCS serialized transaction bytes itself and its intent. If intent is absent, default will be used ``` #### (2)用法 ```bash Usage: sui keytool sign [OPTIONS] --address --data Options: --address --data --json ...

文章 PeerDAS 指标规范

...rdas-dashboard.json) - [Kurtosis Grafana 仪表板](https://github.com/ethpandaops/ethereum-package/blob/main/static_files/grafana-config/dashboards/peerdas-dashboard.json) ### 规范 该项目通过以下具体步骤执行: 1. 监控和可视化 使用 Kurtosis 和 Grafana 设置并可视化...

文章 比特币与Layer2资产跨链技术

...2024/08/4hbWWoew66b0921f51ac1.jpg) 原文标题:《Adaptor Signatures and Its Application to Cross-Chain Atomic Swaps》 作者: mutourend & lynndell 原文链接:https://blog.bitlayer.org/Adaptor_Signatures_and_Its_Application_to_Cross-Chain_Atomic_Swaps/ # 1. 引言 随着比特币Lay...

文章 Cashu:开端中总蕴藏着魔力

> _作者:Cashu Developer_ > > _来源: [https://blog.cashu.space/and-in-all-beginnings-indwells-a-magic/](https://blog.cashu.space/and-in-all-beginnings-indwells-a-magic/)_ ![3d-cashu](https://img.learnblockchain.cn/2025/07/15/3d-cashu.png) \- 宇宙中的一个 3D Cashu 坚果 - 在 90 年...

文章 以太坊扩容 之 分片(Sharding)

... receipt 中的每个区块。我们定义一个有状态的方法 `fetch_candidate_head`: ```python unchecked_logs = [] current_checking_score = None def fetch_candidate_head(): # Try to return a log that has the score that we are checking for, # checking in order of oldest to m...

文章 Jito Bundles:使用 Rust 打包 Solana 交易

... JIT add-on](https://marketplace.quicknode.com/add-on/lil-jit-jito-bundles-and-transactions) - 基本熟悉 Solana 开发概念 - 一个 Solana 密钥对,其中包含少量 SOL(约 0.01 SOL),用于交易费用和小费 ## 了解 Jito Bundles Jito Bundles 是一项强大的功能,...

文章 OP_RETURN 和比特币的未来

...作者:Rich Apodaca_ > > _来源: [https://bitzuma.com/posts/op-return-and-the-future-of-bitcoin/](https://bitzuma.com/posts/op-return-and-the-future-of-bitcoin/)_ > > _原文出版于 2017 年。_ 比特币网络将交易打包到名为区块链的分布式数据库中。从网络内部视角...