找到约 15 条结果

文章 LND 闪电客户端与 CLN 客户端有何区别?

....cloud/blog/bitcoin-lightning-network/what-are-the-differences-between-lnd-and-cln/](https://voltage.cloud/blog/bitcoin-lightning-network/what-are-the-differences-between-lnd-and-cln/)_ 闪电网络协议在叫做 “BOLT(闪电网络技术基础)” 的规范文档里有正式说明。所有...

文章 Aptos - Aptos Raw Tx Breakdown

...26d01154a3145e10212b5e7c7bae ``` 这个交易是通过节 [3.1](https://aandds.com/blog/aptos-tx.html#org0000006) 中的代码构造,采用二进制格式(即调用 RPC [/v1/transactions](https://fullnode.testnet.aptoslabs.com/v1/spec#/operations/submit_transaction) 时指定 HTTP Header `Cont...

文章 去中心化系统在网络安全领域的未来

...[\[1\]](https://www.tripwire.com/state-of-security/web-3-future-internet-and-its-cybersecurity-features-and-challenges) 2. **减少单点故障**:去中心化系统的设计使其无需依赖中央机构即可运行。这意味着即使单个节点或参与者发生故障,整个网络也可以...

文章 对可扩展性和共识变更的思考

...jamesob_ > > _来源: [https://delvingbitcoin.org/t/thoughts-on-scaling-and-consensus-changes-2023/32](https://delvingbitcoin.org/t/thoughts-on-scaling-and-consensus-changes-2023/32)_ 今年 6 月,AJ 发表了一篇 [关于扩展的博客文章](https://www.erisian.com.au/wordpress/2023/06/21/p...

文章 无需gas代币和ERC20-Permit还任重而道远

... ID的列表](https://medium.com/@piyopiyo/list-of-ethereums-major-network-and-chain-ids-2bc58e928508)。 ### 2. Permit 哈希结构 现在我们可以创建一个Permit的签名: ``` bytes32 hashStruct = keccak256( abi.encode( keccak256("Permit(address owner,address spende...

文章 什么是 “闪电网络 offer(BOLT12)”?

...提下实现 [LNURL](https://thebitcoinmanual.com/articles/what-is-ln-url-and-how-does-it-work/) 提供的部分功能。BOLT12 offer 可以编码触达某个节点、请求闪电网络发票所需的数据,要么是节点 id,要么是一条 [盲化路径](https://github.com/lightning/bolts/blob...

文章 如何在 Arbitrum Nova 上部署智能合约

...it ethers.getSigners(); // A helper to get the contracts instance and deploy it locally const SimpleStorage = await ethers.getContractFactory("SimpleStorage"); simpleStorage = await SimpleStorage.deploy(); }); it("should set and get value correctly", async () => { ...

文章 比特币 - Revault 交易

...) unvault_witness_script = or(1@thresh(len(stakeholders), stakeholders), 9@and(thresh(len(managers), managers), and(thresh(len(cosigners), cosigners), older(X)))) ``` ``` cpfp_descriptor = wsh(cpfp_witness_script) cpfp_witness_script = thresh(1, pubkey1, pubkey2, ..., pubkeyM) # The pubkeys being t...

文章 名词解释:Web3 账户相关概念大梳理

...move any need at all for users to also have EOAs (as status quo SC wallets and EIP-3074 both require) 可以看出以太坊对于账户抽象的期望是改变目前大多数人都在使用 EOA 的现状,希望用户转向 SCW,并且把生态对 EOA 的依赖完全去除。除了里面提到...

文章 基于Rollup常见问题解答

...r-stack/) - [https://medium.com/@espressosys/sequencer-decentralization-and-liveness-e5af7f4b25ca](https://medium.com/@espressosys/sequencer-decentralization-and-liveness-e5af7f4b25ca) - [https://www.cryptofrens.info/p/settlement-layers-ethereum-rollups](https://www.cryptofrens.info/p/settleme...

文章 Aptos合约开发之单元测试和函数调用

...过的事情。 >Move has two different types of programs: **Modules** and **Scripts**. Modules are libraries that define struct types along with functions that operate on these types. Scripts are executable entrypoints similar to a main function in a conventional language. ---引自《Move Boo...

文章 隐私保护的监管解决方案

...文。下载 [PDF](https://a16zcrypto.com/wp-content/uploads/2022/11/ZKPs-and-Regulatory-Compliant-Privacy.pdf),或在此处阅读简短的摘要博客文章 [here](https://a16zcrypto.com/achieving-crypto-privacy-and-regulatory-compliance) 。_ ## 介绍 在可编程区块链提供的所有...

文章 Infura 推出简化定价的计划,免费访问以太坊存档数据和所有网络 API

... | $1000/mo | | Multiple Blockchain Mainnet and Testnets | All core tier benefits, plus: | All developer tier benefits, plus: | All team tier benefits, plus: | | 100,000 Requests/Day | 200,000 Requests/Day | 1,000,000 Requests/Day ...

文章 AI Agent框架指南 [2]:实现类似DeepSeek R1的推理模型

...Your task is to analyze user content in a way similar to internal thoughts and provide answers based on your analysis. You need to understand the user's intention, grasp the core of the question, and parse the content step by step. You need to output all your thoughts, and also, your mathematical ab...

文章 Huff 解放:高级优化和 DeFi 用例 — 第 3 部分

...) { 0x000000000000000000000000ffffffffffffffffffffffffffffffffffffffff and } ``` ### 🔄 核心 Swap 逻辑 ``` ##define macro SWAP_INIT() = takes(0) returns(6) { 0x04 calldataload ADDRESS_MASK() caller [SWAP_EVENT] 0x20 0x00 0x24 calldataload } ##define macro COMPUTE_AMO...