找到约 15 条结果

文章 多元宇宙金融

...新的verse(宇宙)(例如,“Powell 在 2026 年之前被解雇 AND 2026 年之前发生经济衰退” 是一个verse(宇宙)) 今天的宇宙,也就是常规金融系统存在的宇宙,对应于包含整个样本空间的事件。 如果子 verse(宇宙)是父 verse(宇...

文章 Optimism 中文周刊 #57

...](https://gov.uniswap.org/t/governance-proposal-uniswap-unleashed-unichain-and-uniswap-v4-liquidity-incentives/25250) 通过了一项激励计划提案,旨在推动 Uniswap v4 的采用,该计划将从[Unichain](https://www.superchain.eco/chains/unichain) 开始。在“Uniswap Unleashed”提...

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

...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 (提供国家银行协会的企业权力);...

文章 AMM 激励措施:Velodrome 和 Aerodrome

...-amm-incentives#:~:text=The%20goal%20of%20any%20incentive,in%20liquidity%20and%20market%20share.) 提供了 AMM 为吸引流动性和交易量而采取的激励机制概述。基于这一基础,本文深入探讨了 Velodrome 和 Aerodrome Finance 所采用的创新激励设计。 本文作为 Ve...

文章 艺术品代币化的过程

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

文章 深入理解Rust中的结构体:逻辑与数据结合的实战示例

...n also have logic. In this exercise we have // defined the Package struct and we want to test some logic attached to it. // Make the code compile and the tests pass! // // Execute `rustlings hint structs3` or use the `hint` watch subcommand for a // hint. // I AM NOT DONE #[derive(Debug)]...

文章 PeerDAS 与 2025 年的 48 Blob 目标

[原文|PeerDAS and a 48 blob target in 2025](https://blog.oplabs.co/peerdas-and-a-48-blob-target-in-2025/) *这篇文章拉开了 PeerDAS 系列文章的序幕。在接下来的几周里,我们将陆续发布关于每一个主要的共识层(CL)/执行层(EL)客户端组合性能深...

文章 编写第一个 Anchor 程序 - 第 1 部分

...tx = await pg.program.methods .sayHello() .transaction(); // Send and confirm the transaction and log the tx URL const txid = await web3.sendAndConfirmTransaction(pg.connection, tx, [pg.wallet.keypair]) console.log('Transaction Complete: ',`https://explorer.solana.com/tx/${txid}?cluster=d...

文章 Sui Cli及常用命令

...定要仔细检查文档上的先决条件 * Git CLI * CMake * Rust and Cargo * C++ build tools * LLVM compiler 其中与CMake相关的还有VS studio的工具链,我由于之前将他卸载导致CMake相关指令运行出错导致编译失败 并且,在开始我未注意到我未...

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

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

文章 不同的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 转...

文章 即使进行了零知识证明(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 包装的数字身份的广泛...

文章 区块链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) 阅读更多相关内容。 > > 为了避免混淆,与实际私钥关...

文章 手摸手教你完成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); } } ``` 为了满...

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

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