找到约 15 条结果

文章 深入理解 Uniswap v3 智能合约 (二)

...所有交易对的头寸,主要包括以下几个方法: * [createAndInitializePoolIfNecessary](#createAndInitializePoolIfNecessary):创建并初始化合约 * [mint](#mint):创建头寸 * [increaseLiquidity](#increaseLiquidity):添加流动性 * [decreaseLiquidity](#decreaseLiquidit...

文章 区块链关注的是协议,而非货币

...监管环境](https://blockapps.net/blog/video-navigating-the-regulatory-landscape-for-finance-and-healthcare/) - [在将区块链集成到你的业务中之前要考虑的 4 个突出事项](https://learnblockchain.cn/article/16379/) [![多链和隐私:解决方案在哪里?](https://img.learn...

文章 支付的未来包括稳定币

...e 和 Liao, Gordon 和 Puth, David 和 Wan, Xin, On-Chain Foreign Exchange and Cross-Border Payments (2023年1月18日),可在SSRN获取:https://ssrn.com/abstract=4328948 或 http://dx.doi.org/10.2139/ssrn.4328948 [2 ↩](#fn-ref-2) 12 U.S.C. § 24 (提供国家银行协会的企业权力);...

文章 互联网资本市场 ICMs

...t Capital Markets, ICMs)** 与 “增加带宽、减少延迟”(Increase Bandwidth, Reduce Latency, IBRL) 和 “只在 Solana 上实现” (Only Possible on Solana, OPOS) 等口号一样,是 Solana 身份和雄心的核心表达。该术语最初由 Solana 基金会 CMO Akshay 在 2025 年的[...

文章 Primer:简介区块提议和 MEV-boost 处理过程

...它是一个巨大的飞跃。有了 MEV-Boost,使用即插即用(plug-and-play)设备的节点运行者(就像我自己使用的是 [@Rocket_Pool](https://twitter.com/Rocket_Pool))已经在体验 MEV 收益了。 第一个解决方案是将 MEV-Boost 的概念写入以太坊核心协...

文章 艺术品代币化的过程

...品的另一个显着优势是提高](https://blockapps.net/blog/blockapps-and-authentify-join-forces/)了其市场流动性。传统上,艺术品一直被认为是**非流动性资产**,购买和出售艺术品涉及高交易成本和漫长的过程。**代币化**通过在数字平台上轻松...

文章 即使进行了零知识证明(ZK)包装,数字身份也存在风险吗?

...证明](https://eu-digital-identity-wallet.github.io/eudi-doc-architecture-and-reference-framework/latest/discussion-topics/g-zero-knowledge-proof/#:~:text=A%20ZKP%20scheme%20can%20be,attestation%20includes%20the%20revealed%20attribute.%22)。 从表面上看,ZK 包装的数字身份的广泛...

文章 理解 Staking 中的安全风险:权益证明 (PoS) 风险指南

...资产至关重要。 目录 [Toggle](https://blockapps.net/blog/understanding-security-risks-in-staking-a-guide-to-proof-of-stake-pos-risks/#) ## 了解 PoS 中的 Staking 风险 加密货币中的 Staking 代表了区块链网络如何维护安全和处理交易的根本性转变。[根据最...

文章 2022哔哩哔哩 1024程序员节 T4 区块链详解

...ng(address => uint) public _authd; mapping(address => uint) public _loand; mapping(address => uint) public _flag; mapping(address => uint) public _depositd; uint256 private _totalSupply; string private _name; string private _symbol; address owner; addres...

文章 以太坊 - 钻石标准(EIP-2535)解析 - 第一部分 - Quicknode

...(https://www.quicknode.com/guides/smart-contract-development/the-diamond-standard-eip-2535-explained-part-2) 中,你将学习如何使用 Hardhat 创建和部署符合 EIP-2535 的 Diamond 智能合约。 #### 你将要做的事情 - 了解什么是 Diamond 标准 - 了解 Diamond 标准中的...

文章 Concrete v2.8:与TFHE-rs的互操作性及自动模块追踪

...fhers_x": "encrypted", "tfhers_y": "encrypted"}) inputset = [(tfhers_int(randint(128)), tfhers_int(randint(128))) for _ in range(100)] circuit = compiler.compile(inputset) ``` 此功能目前处于 **beta** 版,虽然我们不断改进它,但随着我们扩展其功能,预计 API 会发...

文章 手摸手教你完成HOH Move共学Task2-Move Coin

...ipient: address, ctx: &mut TxContext ) { coin::mint_and_transfer(treasury_cap, amount, recipient, ctx); } public fun burn( treasury_cap: &mut TreasuryCap, coin: Coin ) { coin::burn(treasury_cap, coin); } } ``` 为了满...

文章 不同的ZK-EVM类型

...fag6hcBgGJFz8qrb10rmSU-zUBvY3Q9_A) 公布了其 ZK-EVM。此外,[Privacy and Scaling Explorations](https://github.com/privacy-scaling-explorations/zkevm-circuits) 团队与 [Nicolas Liochon 及其同事](https://ethresear.ch/t/a-zk-evm-specification/11549) 的团队,也正在致力于将 EVM 转...

文章 挂起(pending)和排队(queued)交易的解释

...ode.com/signup?utm_source=internal&utm_campaign=guides&utm_content=pending-and-queued-transactions-explained) 并注册!创建免费以太坊端点后,复制你的 HTTP 提供程序端点: ![快速节点以太坊端点的截图](https://img.learnblockchain.cn/2025/02/28/0-c74dcf8c492328bc59...

文章 区块链101:Solana程序

... [在此](https://medium.com/@francomangone18/cryptography-101-encryption-and-digital-signatures-210960778765#:~:text=Keys%2C%20and%20the%20Discrete%20Logarithm%20Problem) 或 [在此](https://learnblockchain.cn/article/10822) 阅读更多相关内容。 > > 为了避免混淆,与实际私钥关...