找到约 11 条结果

文章 COSMOS的IBC规范ICS002-client

...nts to introduce Bob, a second module on a second machine who Alice knows (and who knows Alice), to Carol, a third module on a third machine, who Alice knows but Bob does not. Alice must utilise an existing channel to Bob to communicate the canonically-serialisable validity predicate for Carol, with...

文章 Aptos数据分析师指南:供应量与交易量(第三部分)

...用聚合器进行跟踪 由于 gas 燃烧,几乎每个交易都在此Handle上进行了 table item 的更改([ex](https://explorer.aptoslabs.com/txn/2717824709/changes?network=mainnet)) ![](https://img.learnblockchain.cn/2025/06/24/63637149_image.jpg) 几乎每个用户交易都更改了...

文章 探索加密货币质押:质押衍生品收益详细对比

...超过 [$206 亿美元](https://blog.1inch.io/liquid-staking-derivatives-and-their-place-in-defi/),标志着投资者在加密领域中获取被动收入的方式发生了重大转变。 Staking 经济展现出了卓越的弹性和增长,[2024 年第一季度的年化 Staking 奖励接近 150 ...

文章 点对点交易的优势

.../how-web3-transforms-business-models-by-enabling-peer-to-peer-interactions-and-removing-central-authorities)。 通过消除对中介机构的需求,Web3 允许用户**直接控制其数据和资产**。 这种所有权和控制权的转变是 Web3 生态系统的基本原则,因为它允许个...

文章 在 Anchor 中的跨程序调用(CPI)

...一个用于初始化存储一个 `u64` 的账户,另一个函数 `add_and_store` 接受两个 `u64` 变量,将它们相加并存储在由结构体 `BobData` 定义的账户中。 ```rust use anchor_lang::prelude::*; use std::mem::size_of; // 替换为你的 dec...

文章 区块链对溯源和真实性的影响

...[切换](https://blockapps.net/blog/the-impact-of-blockchain-on-provenance-and-authenticity/#) ## 区块链在艺术品和收藏品市场的革命 区块链技术通过为与来源和真实性相关的长期挑战提供创新解决方案,正在彻底改变艺术品和收藏品行业。这项**...

文章 香港政府发表《香港数字资产发展政策宣言 2.0》,提出「LEAP」框架

...实体经济融合 《政策宣言 2.0》通过“LEAP”框架(Legal and regulatory streamlining、Expanding the suite of tokenised products、Advancing use cases and cross-sectoral collaboration、People and partnership development)明确了香港在数字资产领域的战略方向,平...

文章 CoinPool:有趣又隐私的通用支付池

> _作者:Antoine Riard and Gleb Naumenk_ > > _来源: [https://discrete-blog.github.io/coinpool/](https://discrete-blog.github.io/coinpool/)_ > > _原文发表于 2020 年 6 月。_ 我们相信,普通的比特币用户最终也会用上许多的二层协议(闪电网络、金库、继承...

文章 实现加密隐私与监管合规

...载[完整论文](https://a16zcrypto.com/wp-content/uploads/2022/11/ZKPs-and-Regulatory-Compliant-Privacy.pdf),或在此处阅读文本[此处](https://a16zcrypto.com/privacy-protecting-regulatory-solutions-using-zero-knowledge-proofs-full-paper)。_ [web3](https://future.com/why-web3-matters/)...

文章 如何构建符合反洗钱和反恐融资合规要求的安全去中心化应用程序(dApp)

...ternal&utm_campaign=guides&utm_content=how-to-build-a-secure-dapp-with-aml-and-cft-compliance) 来评估钱包的风险配置,并使用 [Chainlink Functions](https://chain.link/functions) 将这些链下数据引入智能合约。 本指南将引导你构建一个符合 AML 和 CFT 的质押 dA...

文章 Solidity 学习:在Solidity中使用Revert()、Assert()和Require(),并且在EVM中使用新的Revert操作码

> * 原文:https://medium.com/blockchannel/the-use-of-revert-assert-and-require-in-solidity-and-the-new-revert-opcode-in-the-evm-1a3a7990e06e > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[darren](https://learnblockchain.cn/people/4859) > * 校对:[...