找到约 14 条结果

文章 从孤岛到协同:Web3中数据管道的重要性

...数据湖的功能,它可以被视为数据管道本身。此外,Space and Time 被归类为去中心化数据库,但它提供 RestAPI 和流媒体等 API 网关服务,以及 ETL 服务。使用上图时请考虑这些限制。 **3.2.1 捕获/处理** 为了让普通用户或 dApp 能...

文章 计息代币第二部分

...有。 ```rust hljs // 2) Create the mint account with correct space and rent let lamports = Rent::get()?.minimum_balance(mint_size); system_program::create_account( CpiContext::new( ctx.accounts.system_program.to_account_info(), CreateAccount { ...

文章 创建和部署你的第一个智能合约

...接: [medium.com/buildbear/cre...](https://medium.com/buildbear/creating-and-deploying-your-first-smart-contract-466b4d4784e2) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 最佳加密货币交易所指南

...:~:text=A%20cryptocurrency%20exchange%20is%20an,Bitcoin%2C%20Ethereum%2C%20and%20other%20cryptocurrencies) 至关重要。在本指南中,我们将探讨可用的**最佳加密货币交易所**、优秀交易所的关键功能、比较**中心化交易所与去中心化交易所**、突出顶级...

文章 Supertransaction API:将你的交付速度提高 10 倍,并提供开箱即用的神奇链上用户体验

...提供支持: - Gemini - Trust Wallet - Magic Newton - Animoca Brands - AskGina - Wayfinder - Kinexys by. JP. Morgan - Overherd 数字说明了一切: - 70M+ 笔交易 - 30 亿美元以上的交易额 - 4.5M+ 个已部署账户 - 99.9% 的正常运行时间 这不是实验...

文章 非同质物的同质化:NFT 的金融化

.../www2.deloitte.com/content/dam/Deloitte/lu/Documents/financial-services/artandfinance/lu-art-and-finance-report-2019.pdf?fileGuid=6WCXcDwRHytHWVwQ),全球艺术品抵押贷款额在 2019 年高达 **210 至 240 亿**美元。 NFT 也可以用来提供数字艺术品、收藏品、虚拟土地...

文章 10.轻松入门Sui Move: 动态字段

...s: vector, } public struct Notebook has key,store { id: UID, brand: String, model: String, } public struct MobilePhone has key,store { id: UID, brand: String, model: String, number: u64, } public struct GameConsole has key,store { id: UID, brand: St...

文章 Web3 新玩法:用 Sui Move 打造 NFT 抽奖游戏

... use sui::coin::{Self, Coin}; use sui::event::emit; use sui::random::{Random, new_generator}; use faucet_coin::faucet_coin::FAUCET_COIN; const EGameInProgress: u64 = 0; const EGameAlreadyCompleted: u64 = 1; const EInvalidAmount: u64 = 2; const EGameMismatch: u...

文章 DEFI - Rho Markets事件

...r MEV bot have profited from your price oracle misconfiguration. We understand that the funds belong to users and are willing to fully return. But first we would like you to admit that it was not an exploit or a hack, but a misconfiguration on your end. Also, please provide what are you going to do ...

文章 从EVM 迁移到 SVM : 评估 Solana 程序安全时需关注的关键概念

...na Security](https://learnblockchain.cn/article/20211) - [Solana Auditing and Security Resources](https://learnblockchain.cn/article/20216) - [Solana Attack Vectors](https://github.com/ImmuneBytes-Security-Audit/Blockchain-Attack-Vectors/tree/main/Solana%20Attack%20Vectors) - [(Not So) Smart Cont...

文章 GasHawk 如何利用交易模拟为用户带来更多价值

...还将 [Tenderly 的 Simulation API](https://docs.tenderly.co/simulations-and-forks/simulation-api) 集成到他们的核心服务中。 > **“**_Tenderly API 的集成非常简单易行,它为我们的服务增加了这种价值,这真的让我印象深刻_**”** _,_Pfeffer 说。 Simulat...

文章 主分支cross-input-aggregation/half-aggregation.mediawiki的交叉输入聚合

...ttps://github.com/ElementsProject/cross-input-aggregation#half-aggregation-and-adaptor-signatures)。 通常,CISA 建议使用交互式**完整**签名聚合而不是非交互式**一半聚合**,因为创建有效交易已经需要合作,并且完整签名聚合效率更高。 但是,**一...

文章 Across V3:首个基于意图的互操作性协议介绍

...medium.com/across-protocol/announcing-across-protocol-the-fastest-cheapest-and-most-secure-l2-to-l1-bridge-b64c66700e59) 上线,V2 于 [2022年6月](https://learnblockchain.cn/article/14103) 上线,在这几年里,Across 实现了其成为终端用户在跨链移动资金时寻找的最佳桥...

文章 钻石标准介绍,EIP-2535 钻石

...的示例](https://eips.ethereum.org/EIPS/eip-2535#facets-state-variables-and-diamond-storage)。 有关钻石存储的更多信息和其他代码示例,请参见这篇博客文章:[钻石存储是如何工作的](https://dev.to/mudgen/how-diamond-storage-works-90e)。我还推荐阅读[理解...