找到约 14 条结果

文章 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...

文章 手把手带你构建Sui的索引器及RPC服务 @SUI Move开发必知必会

...tion `20240623141512_init` The following migration(s) have been created and applied from new schema changes: migrations/ └─ 20240623141512_init/ └─ migration.sql Your database is now in sync with your schema. ✔ Generated Prisma Client (v5.15.1) to ./node_modules/.pnpm/@...

文章 以太坊使用 EOF 的理由

...zkEVM](https://ethereum.org/developers/docs/scaling/zk-rollups/#zk-rollups-and-evm-compatibility) 是 L2 的圣杯,正是这样一种应用。 在另一个虚拟机内对 EVM 进行完全模拟,即便有可能,也在性能上带来了可观的开销。 字节码转译,即直接翻译为...

文章 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 实现了其成为终端用户在跨链移动资金时寻找的最佳桥...

文章 Solana 上加密货币投资组合管理工具的市场研究和市场进入计划

...将达到4.9万亿美元,复合年增长率为17.24%。 [https://www.grandviewresearch.com/press-release/global-cryptocurrency-market](https://www.grandviewresearch.com/press-release/global-cryptocurrency-market)。 每天都有数百万美元的加密货币被交易。 据Coingecko报告,仅Sol...

文章 以太坊虚拟机(EVM)是什么?

...kle Patricia Trie](https://ethereum.org/en/developers/docs/data-structures-and-encoding/patricia-merkle-trie/) 中,并保存以太坊的真实状态。 在交易执行中,EVM 通过解释 [Opcodes](https://www.ethervm.io/)(低级机器指令)中的指令来执行任务(例如,调用...

文章 Loot Survivor 介绍:最新的全链游戏,基于……

...//twitter.com/cryptobish69) [@lordOfAFew](https://twitter.com/lordOfAFew) and [@LootRealms](https://twitter.com/LootRealms) 为游戏的设计做出了贡献。 Loot Realms 最近透露了一些参与 Survivor 的开发者,快速浏览他们的 Twitter 背景可以发现,他们来自 Dojo ...

文章 通往去中心化纳斯达克的道路 - Anza

...这为应用程序提供了一个强大的工具来控制排序 [(Robinson and White 2024)](https://learnblockchain.cn/article/13165)。 ![](https://img.learnblockchain.cn/2025/05/28/xEqMxi27xvV51XAoSBL6bVMb4.png) ##### 实现 - 共识 我们希望从我们的共识实现中获得以下几个属...

文章 Ethernaut 题库闯关 #22 — Dex 2

...fake token based on the SwappableTokenTwo contract // Mint 10k tokens and send them to the player (msg.sender) SwappableTokenTwo fakeToken1 = new SwappableTokenTwo(address(level), "Fake Token 1", "FKT1", 10_000); SwappableTokenTwo fakeToken2 = new SwappableTokenTwo(address(level), "Fa...

文章 区块链与AI相遇:链上AI代理、DeFi与Web3集成

...chai...](https://coinsbench.com/blockchain-meets-ai-onchain-ai-agents-defi-and-web3-integrations-0a4a1f5543e5) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 Anoma架构概述

...,特别是[异构Paxos](https://anoma.network/blog/heterogeneous-paxos-and-multi-chain-atomic-commits)。在异构链的状态之间共享共识的能力特别有趣,因为Anoma通过**分形实例**进行扩展。 ## 分形扩展 在Anoma生态系统的较成熟阶段,有多个主权链(...

文章 如何监控所有 ETH 转账交易

...m/wp-content/uploads/2023/10/access-your-Moralis-admin-area-go-to-Settings-and-copy-the-default-API-key-or-create-a-new-one-1024x426.jpeg) 现在您有了 API 密钥,您可以初始化 Moralis。为此,请在下面添加以下代码行`require (“dotenv”).config();`: ```js Morali...

文章 Rust 错误处理详解:掌握 anyhow、thiserror 和 snafu

..." version = "0.1.0" edition = "2021" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.97" serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.140" thiserror = "2.0.11" ``...

文章 Solana 节点 — Solana RPC、验证者与 RPC 提供者入门指南

...ttps://www.helius.dev/blog/solana-nodes-a-primer-on-solana-rpcs-validators-and-rpc-providers) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~