找到约 14 条结果

文章 ERC-1155 - OpenZeppelin 文档

...ken/ERC1155#ERC1155-_mintBatch-address-uint256---uint256---bytes-)。 ### Constructing an ERC-1155 Token Contract 我们将使用 ERC-1155 来跟踪我们游戏中的多个物品,每个物品都有自己独特的属性。我们将所有物品铸造给合约的部署者,我们稍后可以将这...

文章 探索零知识证明系列5-构建非交互式零知识证明

...`P`(但还悬而未决,没有被证明!`BPP` 可以理解为 `P` + `Randomness`)。 *注:如果 Prover 与 Verifier 只做一次交互,在这样的 NIZK 系统中,我们很容易能构造一个 Decision Procedure —— Verify(x, Sim(x)),来证明和证伪定理,因此只能证...

问题 Error! Unable to generate Contract ByteCode and ABI (Expected library(ies) but one or more was not provided)

...老是提示如下错误: Error! Unable to generate Contract ByteCode and ABI **(Expected library(ies) but one or more was not provided)** 有大神知道怎么解决吗? ![1.png](https://img.learnblockchain.cn/attachments/2021/05/gWwKd77s60b52fb7ad4a5.png) 请问怎么解决的呢?...

问题 hardhat发送交易遇到function selector was not recognized and there's no fallback function报错。

...正确的绿色输出,再接几个`function selector was not recognized and there's no fallback function`报错。请问可能是什么原因呢? 之前用的是win10,现在用的mac,但合约报错应该跟电脑型号没关系吧? 另外输出的绿色结果里,显示了`WARNING:...

文章 Foresight X OpenBuild HK Hacker House registration now opens.

...pens. You should def check it out because we have prepared amazing hacking and learning opportunities for you this time: Tailored prize categories for advanced, noob and learning hackers totaling \$15k USD, with potential \$250k USD investment from Foresight X accelerator and partners. Accomm...

文章 ZK Mesh:2025年4月回顾

...r, Jianqiao Mo, Joey Ah-kiow, Benedikt Bünz, Ramesh Karri, Siddharth Garg and Brandon Reagen * [线性时间的累加方案](https://eprint.iacr.org/2025/753) | Benedikt Bünz, Alessandro Chiesa, Giacomo Fenzi, William Wang * [GIGA 协议:在区块链中解锁无需信任的并行计算](https:...

文章 闪电网络:技术与用户体验(二):通道与支付

...tps://www.btcstudy.org/2024/02/07/lightning-network-technology-improvement-and-users-experience-part-2/#note1)。一种形象的理解方式是把它当成某种金属块:每一块都是相互独立的,但它们可以一起熔铸;熔铸之后可以切分成不同的块;然而一旦被熔铸...

问题 golang怎么解析solana的pool信息

...bservation account key ObservationKey ag_solanago.PublicKey // mint0 and mint1 decimals MintDecimals0 uint8 MintDecimals1 uint8 // The minimum number of ticks between initialized ticks TickSpacing uint16 // The currently in range liquidity available to the pool. Liquidity ag_bi...

文章 闪电网络:技术与用户体验(五):流动性获取

...tps://www.btcstudy.org/2024/03/01/lightning-network-technology-improvement-and-users-experience-part-5/#note1));尤为重要的是,它更适合网络的启动。在一个新节点要加入网络时,它可能会选择跟一个已知的老节点开设通道,然而,对后者来说,却难...

文章 构建者审查:以太坊腐烂的核心

...stance-is-not-futile) ![](https://img.learnblockchain.cn/2025/08/26/relay-constructed-ils.png.webp) #### 部分区块中继 增加当前 mev-boost 系统抗审查性的一种选择是 [来自 EigenLayer 的 mev-boost+。](https://research.eigenlayer.xyz/t/mev-boost-liveness-first-relay-design/15)...

文章 解密代币经济学及其在区块链技术中的作用

...,甚至可以质押以保护网络。 5. **稀缺性和需求(Scarcity and Demand):** 代币的稀缺性(供应有限)及其在市场中的需求会影响其价值。 供应有限且需求旺盛的代币往往具有更高的价值。 6. **治理(Governance):** 一些区块链项目...

文章 NFT与元宇宙:构建虚拟世界

目录 [切换](https://blockapps.net/blog/nfts-and-the-metaverse-building-virtual-worlds/#) ## 元宇宙及NFT的作用 元宇宙(Metaverse)一词由科幻小说作家尼尔·斯蒂芬森(Neal Stephenson)在其1992年的小说《雪崩》(“Snow Crash”)中创造,指的是一个...

文章 GARUDA and PARI: Faster and Smaller SNARKs via Equifficient Polynomial Commitments

...证明大小和通用 setup 上更具潜力. ### Reference [1] Garuda and Pari: Faster and Smaller SNARKs via Equifficient Polynomial Commitments, https://eprint.iacr.org/2024/1245

文章 Circle Stark: from a new Starker

...ngle $$ where $g$ is generator of multiplicative group $F_{p}^{\times}$, and $g_m$ is the generator of $D$ or $H$. Therefore we have the belowing evaluation table $Y = p(X)$, where $X \in D$: $$ \def\arraystretch{1.5} \begin{array}{c:c:c} X & 1 & g_m & g_m^2 & ... & g_m^{n - 1} \...