找到约 15 条结果

文章 如何在UBUNTU虚拟机上编译EOS完成环境搭建?

... in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. ``` ### 4.5 【错误4】编译提示RAM空间不足 **输入:** > duncanwa...

文章 零知识证明的硬件加速

...,而这些订单可在[16 周内](https://www.xilinx.com/products/boards-and-kits/alveo/u55c.html#buy-from-xilinx)送达。这使得以 FPGA 为中心的操作在其产品上有更紧密的反馈循环,并可通过购买和部署更多 FPGA 来扩展其操作。 我们还预期因类似的原...

文章 以太坊的争论:我们对 Roll-ups 有多乐观?

...实际上是在存储数据](https://filecoin.io/blog/posts/zero-knowledge-and-the-filecoin-network/#:~:text=Zero%20knowledge%20is%20a%20game,knowledge%20for%20the%20Filecoin%20network.)。在 [像 Dark Forest 这样的 ZK 启用游戏中](https://zkga.me/),ZK 技术使玩家能够以低廉且快...

文章 使用Claude AI创建一个EVM MCP服务器

... } } // 运行 main 函数 main().catch(error => { console.error('❌ Unhandled error:', error) // 未处理的错误 process.exit(1) }) ``` ### 链配置:`chains.ts` 此文件定义区块链配置,并基于 QuickNode 的多链格式构建 RPC URL。 chains.ts 文件的一部分 ``` // ...

文章 如何使用流和过滤器获取Telegram警报

...关于重组的信息 [here](https://www.quicknode.com/docs/streams/reorg-handling)。页面完成后,点击 **Next**,你将需要配置你的 Stream 目的地。 然后,在 **Stream destination** 页面上,将目的地设置为 **Webhook** 并配置为与以下详细信息一致。如果...

文章 EIP-1167:带初始化的最小代理标准(克隆模式)

...ction-to-smart-contracts.html?highlight=delegatecall#delegatecall-callcode-and-libraries)。 执行 delegatecall 后,最小代理会返回调用的结果,如果成功则返回结果,如果出现错误则回滚。 delegatecall 部分的操作码如下。 ```evm-bytecode // 对实现合约执...

文章 用 Loom SDK 搭建的以太坊侧链上运行 DApp

...nect to client', msg) console.warn('Please verify if loom command is running') }) } initWeb3() { ... } } ``` client 的创建需要的信息,和我们在 上一篇[loom 上部署合约](https://learnblockchain.cn/2019/04/29/use-loom/)中 `truffle.js...

文章 CREATE3 操作码——一种创新方式,用于部署智能合约并保持部署地址…

...com/@barchitect/create3-opcode-an-innovative-way-to-deploy-smart-contracts-and-keep-deployed-address-is-c59cb3a46228) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 门罗币如何实现离线签

...export function createMeneroMnemonic(len:any){ const buffer = crypto.randomBytes(32); const hexStr = buffer.toString('hex'); const out = []; for(let i=0; i< hexStr.length/8;i++){ const word = endianSwap(hexStr.slice(8 * i, 8 * i +8)); const x = parseInt(word, ...

文章 增强区块链抗审查能力 - 高级机制和数学模型

...t^{(k)} - cfail(o_i^{(k)}) & \text{if } o_i^{(k)} \notin O^{*(k)}_i \text{ and } o_i^{(k)} \in \text{Reverted Operations} \\ 0 & \text{otherwise} \end{cases} $$ ### 进一步的数学分析 确定最佳阶段数 $K$ 和 Solver 在阶段之间的分布对于最大化系统效率和公平性至关...

文章 访问控制 - OpenZeppelin文档

...tract deployer the default admin role: it will be able // to grant and revoke any roles // 授予合约部署者默认的管理角色:它将能够授予和撤销任何角色 _grantRole(DEFAULT_ADMIN_ROLE, msg.sender); } function mint(address to, uint256 amount) pub...

文章 深入理解Rust中的内存管理:栈、堆与静态内存详解

...use graphics::math::{add, mul_scalar, Vec2d}; use piston_window::*; use rand::prelude::*; use std::alloc::{GlobalAlloc, Layout, System}; use std::time::Instant; use std::cell::Cell; #[global_allocator] static ALLOCATOR: ReportingAllocator = ReportingAllocator; struct ReportingAllocator...

文章 以太坊侧链与Layer 2:有什么区别?

...he Right RaaS Partner\\ \\ Explore the industry’s leading RaaS providers and factors to consider when choosing a RaaS.](https://www.alchemy.com/overviews/compare-raas-providers) [![Featured content card overlay](https://img.learnblockchain.cn/2025/04/16/card-overlay.svg)\\ \\ Layer 2\\ \\ What is ...

文章 Solidity调用图:构建、遍历和分析代码

...我们探讨几个练习。 #### 练习 1 ```javascript contract Grandparent { function myFunc() public virtual {} } contract Parent1 is Grandparent { function p1() public { myFunc(); } } contract Parent2 is Grandparent { function p2() public { my...

文章 NFT生态系统的快速概述

... 一个购买和销售《神之未封》、Cryptovoxels和Crypto Space Commander NFT的市场。 **艺术市场** - [SuperRare](https://superrare.co/) \- 最古老和最 dominant 的NFT艺术市场之一。艺术家必须申请才能开始在SuperRare上销售,并且有很长的等待名单...