找到约 14 条结果

文章 什么是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?

...)。 像 [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 正确编码不对应的切片时,节点可能无法从接收到的符号中...

文章 DEFI - 标题 - Umaprotocol

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

文章 如何在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...