找到约 15 条结果

文章 计算去中心化物联网(DePINs)的理由

...的用户体验,能够按需访问和支付资源。作为参考, [Grandview Research](https://www.grandviewresearch.com/industry-analysis/cloud-computing-industry) [预测](https://www.grandviewresearch.com/industry-analysis/cloud-computing-industry) 全球云计算市场规模预计将在2030...

文章 FCHAIN验证者和质押合约审计

...概述](#system-overview) - [安全模型和信任假设](#security-model-and-trust-assumptions) - [特权角色](#privileged-roles) - [正在开发的ICM合约](#icm-contracts-under-development) - [严重性关键](#critical-severity) - [锁定的许可证可以转移](#locked-in-licenses-...

文章 在 EVM 中公开信标链根-EIP4788

...oot)        );        // Fetch state root and assert the result        bytes32 result = beaconReader.getBeaconStateRoot(slot);        assertEq(result, mockStateRoot, "Beacon state root mismatch");    } } ``` ### ...

文章 理解区块链 Rollups 的指南:零知识 Rollups 与乐观 Rollups

...(https://www.cyfrin.io/blog/what-are-blockchain-rollups-a-full-guide-to-zk-and-optimistic-rollups) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 如何在Arbitrum Nova上创建1万个NFT集合

... 首先,我们将使用以下 [link](https://docs.ipfs.tech/install/command-line/#install-official-binary-distributions) 安装 IPFS。你可以通过多种方式访问 IPFS;但是,我们将通过 [Kubo binary](https://docs.ipfs.tech/how-to/command-line-quick-start/#take-your-node-online) 安...

文章 【译】完全理解以太坊智能合约

...了解的是**[智能合约](https://learnblockchain.cn/2018/01/04/understanding-smart-contracts/)**是以太坊网络上的一种**特殊帐户**。 我们有**用户帐户**,还可以拥有**智能合约帐户**。 用户帐户有: * **地址**(有点像我们的银行帐号 - 比特币...

文章 突破区块链不可能三角(一) — 扩容,扩展,与无限扩展

...文[“VAPOR: a Value-Centric Blockchain that is Scale-out, Decentralized, and Flexible by Design”](https://fc19.ifca.ai/preproceedings/125-preproceedings.pdf)在刚刚结束的Financial Crypto 2019上正式发表,因此,我觉得现在我比较有底气来写一写关于不可能三角的问...

文章 Solana - Solana上的DApp - Syndica

...www.autoevolution.com/news/hivemapper-turns-you-into-a-sort-of-google-maps-and-pays-you-in-crypto-to-drive-around-205703.html?ref=blog.syndica.io) **Metaplex** [Metaplex](https://www.metaplex.com/?ref=blog.syndica.io):Metaplex 使艺术家和创作者能够轻松地推出自己的 NFT 店面,...

文章 使用 Web3 函数构建低延迟预言机

...function getLivePrice() public view returns (uint256) { // Extract and verify price using redstone connector // 使用 redstone connector 提取并验证价格 return getOracleNumericValueFromTxMsg(bytes32("ETH")); } function _computeDeviation( uint256 newPri...

文章 Substrate 官方教程增强版

...教程的前端 api 例子: ```typescript import program from "commander"; import * as fs from "fs"; import { ApiPromise, WsProvider, Keyring } from "@polkadot/api"; import { blake2AsHex } from "@polkadot/util-crypto"; const wsProvider = new WsProvider("ws://127.0.0.1:9944"); module...

文章 以太坊核心开发者会议更新 007⛓

...`ExecutionPayload`的相关信息,特别是 `timestamp` (时间戳), `random` (乱数) and `feeRecipient` (相当于以前的 `coinbase`) 的值。在接收到这个调用时,执行层将更新它的链头,根据需要进行同步,以及,如果有需要的话,开始用 `payloadAttributes...

文章 使用比特币测试网的实用建议

...扭曲攻击](https://www.btcstudy.org/2024/10/16/what-is-time-warp-attack-and-how-does-it-work-in-general/)”;testnet4 正是为解决这些问题而推出的。 目前,testnet3 的区块链体积已膨胀得非常厉害,因此,如果你尝试下文所述的 “在本地同步测试网...

文章 智能互联网 IOI

...济增加 15-20 万亿美元 [[PwC](https://www.pwc.com/gx/en/issues/data-and-analytics/publications/artificial-intelligence-study.html), [World Bank](https://www.weforum.org/agenda/2023/07/generative-ai-could-add-trillions-to-global-economy/)]。IOI 作为一个更先进和集成的系统,可能...

文章 管理 Defi 财库的新思维模式

...前保留给员工的股份) 共同构成公司的**已发行股票 (outstanding shares)** 。 这些已发行股票是**授权股** (对总发行量的一个自我设定的软上限) 的一个子集。重要的是,已授权但没有发行的股票是不算入公司的资产负债表的。怎...

文章 2024年汇聚互操作性解决方案的现状

...理解,我的文章 [“Dr. Dankshard or How I learned to stop worrying and love rollups“](https://mirror.xyz/alexhook.eth/g8FifgWnh6w9fIXX4DJrZXFf3nsr0dPgARrdFtzbHNs?ref=ghost-2077.arvensis.systems) 是一个很好的介绍。 ## Merhaba! ![](https://img.learnblockchain.cn/2025/03/07/rollups1...