找到约 12 条结果

文章 区块链架构:其工作原理及安全性分析

...常应用的影响将继续增长。 >- 原文链接: [medium.com/@NodesAndNarr...](https://medium.com/@NodesAndNarratives/blockchain-architecture-how-it-works-and-why-it-is-secure-e22f0e72c24d) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请...

文章 什么是Solana智能钱包?

...log.crossmint.com/introducing-storykit-the-easiest-way-to-bring-ip-onchain-and-build-apps-on-story-protocol/?ref=helius)到[忠诚度计划](https://blog.crossmint.com/boba-guys-boosts-customer-spend-3-5x-with-onchain-loyalty-program/?ref=helius)再到[AI代理](https://blog.crossmint.com/introducin...

文章 状态膨胀和无状态性

*此文谨献给 Alexey Akhunov 和 Igor Mandrigin,感谢你们在无状态性概念上的贡献。* ## 一. 引言 本文的目的在于向大家介绍一种解决 “状态数据膨胀” 问题的技术路径 —— “无状态性(statelessness)”。“状态数据膨胀” 是所...

文章 区块链能革新财富管理行业吗?——摩根大通与阿波罗案例研究

...https://www.bnymellon.com/us/en/about-us/newsroom/press-release/bny-mellon-and-goldman-sachs-settle-first-hqlax-agency-securities-lending-transactions-130291.html)(2022 年 7 月 20 日) - DTCC:[开发了一个基于区块链(R3 Corda)的结算平台,名为 Project Ion Platform](https...

文章 Mina 文档 - 常见问题解答

...块。 ### 下面是一个可视化的Mina区块链: #### **SNARKs and Snark工作者** **如果我经营一个Snark工作者,我如何得到生产Snark的报酬?** 区块生产者(向区块链添加新区块的验证者)被要求从网络(或我们所说的Snarketplace)购买snark,...

文章 DEFI - 标题 - Umaprotocol

...,该区块的 [`timestamp`](https://ethereum.org/en/developers/docs/data-and-analytics/block-explorers/#blocks) 最接近 `deposit.quoteTimestamp` 但不大于(即 `block.timestamp` 最接近且 `“25” ### Token 常量 以下常量也存储在 `AcrossConfigStore` 合约中,但特定于以...

文章 零知识证明如何帮助 DeFi?

...)。 像 [zk-STARK](https://academy.binance.com/blockchain/zk-snarks-and-zk-starks-explained) 这样的密码学证明系统([很快](https://twitter.com/deversifi/status/1262673383520690176?s=21)就要[部署](https://twitter.com/starkwareltd/status/1258734607085813761?s=21)到以太坊主...

文章 Walrus 工作流程技术解析

...系统的高效稳定运行。 ## 处理恶意写入编码不一致(Handling Inconsistent Encoding from Malicious Writers) ### (一)不一致情况的发现 当客户端(写入者)恶意上传与 blob 正确编码不对应的切片时,节点可能无法从接收到的符号中...

文章 如何在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 文件的一部分 ``` // ...