找到约 14 条结果

文章 BIP 119 以及如何变更比特币的共识规则

...gs_ > > _来源: [https://bitcoinmagazine.com/technical/exploring-bip119-and-changes-made-to-bitcoin](https://bitcoinmagazine.com/technical/exploring-bip119-and-changes-made-to-bitcoin)_ 在过去几周中,有一股力量在推动以 “BIP 119” 或说 “CTV” 为名的比特币升级提议...

文章 怎样通过 Etherscan 验证智能合约

...chain.cn/attachments/2022/09/dDr0xmT563159a848de0d.png) 点击“Verify and Publish”这个蓝色的链接,下面这个页面会出现。 ![1-4.png](https://img.learnblockchain.cn/attachments/2022/09/o9FebGXw63159ab2e542d.png) 在第一个输入栏中输入你的合约地址,如果...

文章 [译]Chainlink去中心化预言机桥接区块链与现实世界

...021db21e1B2A077c5a37B3C7E75D15b7e); }... /* * Create a request and send it to default Oracle contract */ function createRequest( bytes32 _jobId, string _url, string _path, int256 _times ) public onlyOwner returns (bytes32 requestId) { ...

文章 以太坊的交易(transaction),消息(message)和调用(call)

...中。 对消息(message)的描述为: > Data (as a set of bytes) and Value (specified as Ether) that is passed between two Accounts, either through the deterministic operation of an Autonomous Object or the cryptographically secure signature of the Transaction. > 在两个账户之间传...

文章 我通证化了我的时间,并把它变成可交易的资产

...并把它变成可交易的资产 原文标题:[I Tokenized my time, and made it an asset you can buy & trade.](https://medium.com/@jschiarizzi/i-tokenized-my-time-and-made-it-an-asset-you-can-buy-trade-4457708a2520) 作者: Joseph Schiarizzi 译者:Jason 校对:Samuel 翻译...

文章 BOLT 3:比特币交易和脚本格式

...t) * [`to_local_anchor` 和 `to_remote_anchor`](#to_local_anchor-and-to_remote_anchor-output-option_anchor_outputs) * [发起的 HTLC 输出](#offered-htlc-outputs) * [接收的 HTLC 输出](#received-htlc-outputs) * [修剪后的输出](#trimmed-outputs) * ...

文章 以太坊开发进展周报

...:** 目标是在 2026 年年中推出。 #### 🌐 [Stateless Ethereum and SIC Calls](https://stateless.fyi/development/sic-calls/history.html\#call-38-july-14-2025) 在最近的 SIC(无状态 Ethereum 实施会议)中,开发人员专注于改进 “无状态 Ethereum” 的方法,这是...

文章 ENS域名如何由测试注册器迁移到正式注册器[ 2020 年 5 月 4 日有效]

...网文档地址 [https://docs.ens.domains/dapp-developer-guide/registering-and-renewing-names](https://links.jianshu.com/go?to=https%3A%2F%2Fdocs.ens.domains%2Fdapp-developer-guide%2Fregistering-and-renewing-names)

文章 与ZKSNARKS和密码学原语一起工作终极指南 - 从可信设置到工作流自动化

...ercises---non-quadratic-constraints) - [Groth16 和 PLONK 协议](#groth16-and-plonk-protocols) - [证明生成,计算见证,验证和测试](#proof-generation-computing-witness-verification-and-testing) ## 概述 ZKSNARKS 是一种强大的加密工具,可实现零知识证明,这是一...

文章 深入Defi系列之LayerZero

... _burn(msg.sender, _amount); // encode the payload with the receiver and amount to send bytes memory payload = abi.encode(msg.sender, _amount); // send LayerZero message endpoint.send{value:msg.value}(_lzChainId, dstAdd, payload, payable(msg.sender), address(0x0), bytes("")); } ...

文章 NEST预言机-获取链上价格

...生效区块号 | #### 获取价格(最新) ```c function updateAndCheckPriceNow(address tokenAddress) public payable returns(uint256 ethAmount, uint256 erc20Amount, uint256 blockNum) { require(checkUseNestPrice(address(msg.sender))); mapping(uint256 => PriceInfo) storage ...

文章 理解以太坊的Layer 2扩容解决方案:状态通道、Plasma 和 Truebit | 作者:Josh Stark | L4 博客 | Medium

...近发布了项目进展的更新[在这里](https://blog.omisego.network/construction-of-a-plasma-chain-0x1-614f6ebd1612)。 ### **III. Truebit** [Truebit](http://truebit.io/) 是一种帮助以太坊进行 _重_ 或 _复杂_ 计算的技术。这使得它不同于状态通道和 Plasma,这两...

文章 闪电网络中的 “多路径支付”

...ghtning-network-faq/multipart-payments-on-lightning-network-break-down-amp-and-mmp/](https://voltage.cloud/blog/lightning-network-faq/multipart-payments-on-lightning-network-break-down-amp-and-mmp/)_ 在本文中,我们会讲解闪电网络中的 “多路径支付(multipart payments)”,...

文章 成功进行加密货币Staking的综合多重签名钱包设置指南

...重签名钱包](https://ecos.am/en/blog/multisig-wallets-security-setup-and-best-practices),高于 2022 年的 15%。考虑到实施多重签名安全措施已被证明可以 [将盗窃风险降低多达 70%](https://ecos.am/en/blog/multisig-wallets-security-setup-and-best-practices),这种激...