找到约 14 条结果

文章 Sui Move 实现一个简单的流动性资金池 —— Simple Swap

...mount: u64, recipient: address, ctx: &mut TxContext) { coin::mint_and_transfer(treasury_cap, amount, recipient, ctx); } } ``` ## 2.2 Swap ### 2.2.1 LP $\mathit {LP}$ 权益代币只是一个凭证,内部并不需要存储什么额外的东西,所以可以当做`Coin`的...

文章 使用 Infura 和 StarkNet 铸造 NFT

... StarkNet 在今年年初合作](https://consensys.net/blog/news/consensys-and-starkware-partner-to-bring-zk-rollups-to-infura-and-metamask/),通过将这种安全和高性能的技术集成到 Infura 中并使其与 MetaMask 兼容,将其带入 Web3 社区。 Infura 提供标准 JSON-RPC 端...

文章 零知识AI:私有、无需信任AI的未来

...ium.com/@dave-patten/next-gen-ai-security-self-healing-systems-red-teaming-and-secure-coding-in-the-ai-era-5ad0708d5ca6) >- 原文链接: [coinsbench.com/zero-know...](https://coinsbench.com/zero-knowledge-ai-the-future-of-private-trustless-ai-ae80c99f7fb5) >- 登链社区 AI 助手,为大家...

文章 Staking vs Yield Farming:主要区别解析

...。我们还设立了[削减与保险基金](https://daic.capital/slashing-and-insurance-fund-policy)来保护你**的**资产免受风险。这种保护让你可以毫不担心地去追求有趣**的**方面之一,即[质押](https://daic.capital/staking)。 **今天就加入我们,释放你...

文章 区块链性能问题及限制

...tps://hackernoon.com](https://hackernoon.com/blockchain-performance-issues-and-limitations-78qss3co5) 于2019年7月22日 - MixBytes 是谁? [MixBytes](https://mixbytes.io/) 是一支专家级区块链审计和安全研究团队,专注于为 EVM 兼容和 Substrate 基础的项目提供全...

文章 互操作性报告(2023年10月)

.../forum.osmosis.zone/t/pipette-bridging-liquidity-for-tia-modular-ecosystem-and-the-interchain/499) - [XPLA 是一个用 Cosmos-SDK 构建的游戏链,它宣布与 Layerzero 集成,以实现与 Ethereum 生态系统的互操作性。这标志着 Layerzero 连接 Cosmos 和 Ethereum 的首个...

文章 Libra-Move 示例代码解读

...osit_value) }; // TEMPORARY The events system is being overhauled and this will be replaced by something // more principled in the future emit_event(&mut move(payee_account_ref).received_events_count, b"72656365697665645F6576656E74735F636F756E74", move(received_event)); ...

文章 从零开始用 Rust 和 Alloy 构建钱包核心(一):离线功能与统一接口设计

... "signer-keystore", ] } [dev-dependencies] tempfile = "3.20.0" rand = "0.8.5" ``` ### `src/lib.rs` 文件 ```rust pub mod chains; pub mod core; pub mod error; pub use chains::evm::EvmAdapter; pub use core::interface::WalletAdapter; pub use error::AegisError; ``` ###...

文章 为比特币极端主义辩护

...og/2020/07/blockchain-not-bitcoin-represents-next-step-financial-evolution-and)。世界的未来不会是单一主流的加密货币,甚至不是少数几种,而是许多加密货币——胜出的将是具有强大领导力并能迅速适应用户扩展需求的那些。在这一切中,比...

文章 什么是去中心化金融(DeFi)? - Pintu学院

...坦福大学出版社。 _Defi pulse: The defi leaderboard: Stats, charts and guides_. DeFi Pulse – The Decentralized Finance Leaderboard. (n.d.). https://defipulse.com/. 作者:Nadya Rahmaesya >- 原文链接: [pintu.co.id/en/academy/p...](https://pintu.co.id/en/academy/post/what-is-decent...

文章 MultipliFi:弥合 TradFi 的严谨性和 DeFi 的创新性

....com/m...](https://blog.blockmagnates.com/multiplifi-bridging-tradfi-rigor-and-defi-innovation-the-financial-landscape-is-undergoing-a-baefaa1aba65) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 Eth2 进展更新 (截至2021/4/24)

... ( 数据来自[Metal Albert](https://hackmd.io/@benjaminion/wnie2_200501#And-finally…)。点击看大图)* 有人很快过来责备我[乌鸦嘴](https://twitter.com/benjaminion_xyz/status/1383765895965593607),但发现[这个漏洞是出现在最多人使用的 Prysm 客户端上](https://g...

文章 EDE、Jimbos、CS Token 安全实践:预言机后门、滑点漏洞与闪电贷攻击

.../blog.blockmagnates.com/ede-jimbos-cs-token-oracle-backdoors-slippage-gaps-and-flash-loan-boosted-burns-4fa0fb97f228) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 模糊测试与不变性测试 - ImmuneBytes

...[blog.immunebytes.com/202...](https://blog.immunebytes.com/2025/03/24/fuzz-and-invariant-testing) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~