找到约 13 条结果

文章 浅谈零知识证明之二:简短无交互证明(SNARK)

...ain.cn/2020/01/15789635522174.jpg) 上图表述的是一个与非门(NAND)的电路。先不用过多了解电路的用处,我们可以发现的是,两组输入信号分别通过了NOT和AND这两个基础逻辑门。**像 NOT 和 AND 这样的基础逻辑门是逻辑电路的基础模块...

文章 Dune SQL 和以太坊数据分析进阶指南

...佳示例合约。你可以在[我的仪表板](https://dune.com/ilemi/erc-and-eip-starter-kit)中了解这些标准,其中涵盖了每一种标准: ![img](https://img.learnblockchain.cn/2023/09/08/57266.png) > [每个 ERC/EIP 解释,附趋势和示例(#1)](https://web3datadegen...

文章 2025年防止中心化加密货币交易所上的账户盗用

...ing-sbf-d7bb1a5e94b4c22039d74dfeab1a2ff1#:~:text=Prosecutors%20said%20tens,and%20live%20lavishly.)、[勒索骗局](https://www.cbsnews.com/minnesota/news/home-image-email-extortion-scam/)、[爱情骗局](https://darknetdiaries.com/transcript/141/#:~:text=She%20was%20the%20victim%20of%20a%20scam%20...

文章 【ERC721实践】迷恋猫从玩耍到开发

...s ); _; } //...some other stuff // Only the CEO, COO, and CFO can execute this function: function pause() external onlyCLevel whenNotPaused { paused = true; } ``` pause() 函数主要是方便开发人员进行版本更新,以防那些预见不到的 bug。但我...

文章 从零开始学习zk-SNARK(二)-多项式的非交互式零知识证明

...使用同样的方法自己伪造证明。 * verifier 必须保存 *α* and *t*(*s*) 直到所有相关证明被验证完毕,这就带来了一个可能造成秘密参数泄漏的额外攻击面。 因而 prover 就需要分别和每个 verifier 做交互来证明一个陈述(就是例子中...

文章 REDACTED 黑客马拉松获奖者

...0)** 这个[奖金](https://earn.superteam.fun/listing/liquid-staking-and-validator-ecosystem-data/)鼓励开发平台或算法以提供关于流动质押和[SolBlaze](https://solblaze.org/)的bSOL代币的见解。 🥇 第一名:[https://x.com/PineAnalytics/status/1916847235397992611](ht...

文章 闪电网络:技术与用户体验(一):用户体验的基本元素

...tps://www.btcstudy.org/2024/01/25/lightning-network-technology-improvement-and-users-experience-part-1/#note1),因此,它们往往只及于闪电通道和闪电网络的基本技术概念,而: - 没有将技术原理与用户体验 —— 尤其是用户体验中的挑战 —— 关联起...

文章 解读以太坊2.0密钥

...**** 如果在[阶段1和阶段2](https://notes.ethereum.org/@serenity/handbook)能够实现ETH转移的话,那么转移验证者的余额则需要用到提款密钥。如同验证者密钥,提款密钥也由两部分组成: * 提款私钥 * 提款公钥 丢失了这个密钥意味...

问题 全国招聘智能合约开发人员,Sperax是我们在硅谷成立的区块链项目(官网https://sperax.io/)

...DeFi ● 熟悉密码学、博弈论 待遇: ● Competitive salary and token plan ● Medical, dental, and vision insurance ● 401k plan ● Work visa (H1B etc.) applications ● Multicultural work environment ● Beautiful office space

文章 重新思考 Arkade 的活性和流动性

... > > _来源: [https://blog.arklabs.xyz/adios-expiry-rethinking-liveness-and-liquidity-in-arkade/](https://blog.arklabs.xyz/adios-expiry-rethinking-liveness-and-liquidity-in-arkade/)_ ![Adios, Expiry: Rethinking Liveness and Liquidity in Arkade](https://img.learnblockchain.cn/2025/09/11/Screensho...

文章 什么是区块链节点?以及为什么它们对加密货币至关重要?GetBlock解释

...一家领先的[区块链节点](https://getblock.io/blog/blockchain-nodes-and-available-api-server-services/)提供商。我们为所有类型的去中心化应用提供现成的节点。通过我们的API,任何应用都可以利用[比特币](https://getblock.io/nodes/btc/)、[以太坊](https:...

文章 探究新的 Solidity 0.8 版本

...节,在[这里](https://medium.com/blockchannel/the-use-of-revert-assert-and-require-in-solidity-and-the-new-revert-opcode-in-the-evm-1a3a7990e06e)查看 `revert `和 `assert `的区别。 现在Solidity使用`revert`操作码。 为了区分常规revert和系统内部错误(panic),Solidi...

文章 每周以太坊进展 2020/04/19

...//medium.com/@iamdefinitelyahuman/using-openzeppelin-contracts-with-python-and-brownie-ff7053d63bbe) * Remix 在线和桌面端 IDE [v0.10](https://medium.com/remix-ide/remix-ide-0-10-0-release-88c25d1d997):更多的 e2e 测试、在浏览器上的开发者节点、插件升级、发布到 IPFS...